Generated by
JDiff

Class org.springframework.asm.MethodVisitor

Added Methods
AnnotationVisitor visitInsnAnnotation(int, TypePath, String, boolean) Visits an annotation on an instruction.
AnnotationVisitor visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) Visits an annotation on a local variable type.
void visitMethodInsn(int, String, String, String, boolean) Visits a method instruction.
void visitParameter(String, int) Visits a parameter of this method.
AnnotationVisitor visitTryCatchAnnotation(int, TypePath, String, boolean) Visits an annotation on an exception handler type.
AnnotationVisitor visitTypeAnnotation(int, TypePath, String, boolean) Visits an annotation on a type in the method signature.