Class EmptyVisitor
java.lang.Object
org.objectweb.asm.ClassVisitor
org.apache.xbean.asm9.original.commons.EmptyVisitor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.objectweb.asm.AnnotationVisitorprotected final org.objectweb.asm.FieldVisitorprotected final org.objectweb.asm.MethodVisitorFields inherited from class org.objectweb.asm.ClassVisitor
api, cv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.AnnotationVisitororg.objectweb.asm.FieldVisitororg.objectweb.asm.MethodVisitorvoidvisit(int version, int access, String name, String signature, String superName, String[] interfaces) protected voidorg.objectweb.asm.AnnotationVisitorvisitAnnotation(String desc, boolean visible) protected org.objectweb.asm.AnnotationVisitorvisitAnnotation(String name, String desc) protected org.objectweb.asm.AnnotationVisitorprotected org.objectweb.asm.AnnotationVisitorvisitArray(String name) voidvisitAttribute(org.objectweb.asm.Attribute attr) protected voidvoidvisitEnd()protected voidorg.objectweb.asm.FieldVisitorvisitField(int access, String name, String desc, String signature, Object value) protected voidvisitFieldInsn(int opcode, String owner, String name, String desc) protected voidvisitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) protected voidvisitIincInsn(int var, int increment) voidvisitInnerClass(String name, String outerName, String innerName, int access) protected voidvisitInsn(int opcode) protected voidvisitIntInsn(int opcode, int operand) protected voidvisitInvokeDynamicInsn(String s, String s2, org.objectweb.asm.Handle handle, Object[] objects) protected voidvisitJumpInsn(int i, org.objectweb.asm.Label label) protected voidvisitLabel(org.objectweb.asm.Label label) protected voidvisitLdcInsn(Object cst) protected voidvisitLineNumber(int i, org.objectweb.asm.Label label) protected voidvisitLocalVariable(String s, String s2, String s3, org.objectweb.asm.Label label, org.objectweb.asm.Label label2, int i) protected voidvisitLookupSwitchInsn(org.objectweb.asm.Label label, int[] ints, org.objectweb.asm.Label[] labels) protected voidvisitMaxs(int maxStack, int maxLocals) org.objectweb.asm.MethodVisitorvisitMethod(int access, String name, String desc, String signature, String[] exceptions) protected voidvisitMethodInsn(int opcode, String owner, String name, String desc) protected org.objectweb.asm.AnnotationVisitorvisitMethodParameterAnnotation(int parameter, String desc, boolean visible) protected voidvisitMultiANewArrayInsn(String desc, int dims) voidvisitOuterClass(String owner, String name, String desc) protected org.objectweb.asm.AnnotationVisitorvisitParameterAnnotation(int parameter, String desc, boolean visible) voidvisitSource(String source, String debug) protected voidvisitTableSwitchInsn(int i, int i2, org.objectweb.asm.Label label, org.objectweb.asm.Label[] labels) protected voidvisitTryCatchBlock(org.objectweb.asm.Label label, org.objectweb.asm.Label label2, org.objectweb.asm.Label label3, String s) org.objectweb.asm.AnnotationVisitorvisitTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible) protected voidvisitTypeInsn(int opcode, String type) protected voidvisitVarInsn(int opcode, int var) Methods inherited from class org.objectweb.asm.ClassVisitor
getDelegate, visitModule, visitNestHost, visitNestMember, visitPermittedSubclass, visitRecordComponent
-
Field Details
-
av
-
fv
-
mv
-
-
Constructor Details
-
EmptyVisitor
public EmptyVisitor()
-
-
Method Details
-
visitAnnotationDefault
-
visitArray
-
visitAnnotation
-
visitEnum
-
visit
-
visitVarInsn
-
visitTypeInsn
-
visitFieldInsn
-
visitMethodInsn
-
visitInvokeDynamicInsn
protected void visitInvokeDynamicInsn(String s, String s2, org.objectweb.asm.Handle handle, Object[] objects) -
visitIntInsn
-
visitJumpInsn
-
visitLabel
-
visitLdcInsn
-
visitIincInsn
-
visitTableSwitchInsn
protected void visitTableSwitchInsn(int i, int i2, org.objectweb.asm.Label label, org.objectweb.asm.Label[] labels) -
visitLookupSwitchInsn
protected void visitLookupSwitchInsn(org.objectweb.asm.Label label, int[] ints, org.objectweb.asm.Label[] labels) -
visitMultiANewArrayInsn
-
visitTryCatchBlock
protected void visitTryCatchBlock(org.objectweb.asm.Label label, org.objectweb.asm.Label label2, org.objectweb.asm.Label label3, String s) -
visitLocalVariable
protected void visitLocalVariable(String s, String s2, String s3, org.objectweb.asm.Label label, org.objectweb.asm.Label label2, int i) -
visitLineNumber
-
visitMaxs
-
visitInsn
-
visitFrame
-
visitCode
-
visitMethodParameterAnnotation
protected org.objectweb.asm.AnnotationVisitor visitMethodParameterAnnotation(int parameter, String desc, boolean visible) -
visitParameterAnnotation
protected org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int parameter, String desc, boolean visible) -
visit
-
visitSource
- Overrides:
visitSourcein classorg.objectweb.asm.ClassVisitor
-
visitOuterClass
- Overrides:
visitOuterClassin classorg.objectweb.asm.ClassVisitor
-
visitAnnotation
- Overrides:
visitAnnotationin classorg.objectweb.asm.ClassVisitor
-
visitAttribute
- Overrides:
visitAttributein classorg.objectweb.asm.ClassVisitor
-
visitInnerClass
- Overrides:
visitInnerClassin classorg.objectweb.asm.ClassVisitor
-
visitField
public org.objectweb.asm.FieldVisitor visitField(int access, String name, String desc, String signature, Object value) - Overrides:
visitFieldin classorg.objectweb.asm.ClassVisitor
-
visitMethod
public org.objectweb.asm.MethodVisitor visitMethod(int access, String name, String desc, String signature, String[] exceptions) - Overrides:
visitMethodin classorg.objectweb.asm.ClassVisitor
-
visitTypeAnnotation
public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String desc, boolean visible) - Overrides:
visitTypeAnnotationin classorg.objectweb.asm.ClassVisitor
-
visitEnd
- Overrides:
visitEndin classorg.objectweb.asm.ClassVisitor
-
annotationVisitor
-
fieldVisitor
-
methodVisitor
-