Uses of Class
org.eclipse.sisu.space.asm.MethodVisitor
Packages that use MethodVisitor
-
Uses of MethodVisitor in org.eclipse.sisu.space.asm
Subclasses of MethodVisitor in org.eclipse.sisu.space.asmModifier and TypeClassDescription(package private) final classAMethodVisitorthat generates a corresponding 'method_info' structure, as defined in the Java Virtual Machine Specification (JVMS).Fields in org.eclipse.sisu.space.asm declared as MethodVisitorModifier and TypeFieldDescriptionprotected MethodVisitorMethodVisitor.mvThe method visitor to which this visitor must delegate method calls.Methods in org.eclipse.sisu.space.asm that return MethodVisitorModifier and TypeMethodDescriptionMethodVisitor.getDelegate()The method visitor to which this visitor must delegate method calls.ClassVisitor.visitMethod(int access, String name, String descriptor, String signature, String[] exceptions) Visits a method of the class.final MethodVisitorClassWriter.visitMethod(int access, String name, String descriptor, String signature, String[] exceptions) Methods in org.eclipse.sisu.space.asm with parameters of type MethodVisitorModifier and TypeMethodDescription(package private) final voidLabel.accept(MethodVisitor methodVisitor, boolean visitLineNumbers) Makes the given visitor visit this label and its source line numbers, if applicable.private voidClassReader.readCode(MethodVisitor methodVisitor, Context context, int codeOffset) Reads a JVMS 'Code' attribute and makes the given visitor visit it.private voidClassReader.readParameterAnnotations(MethodVisitor methodVisitor, Context context, int runtimeParameterAnnotationsOffset, boolean visible) Reads a Runtime[In]VisibleParameterAnnotations attribute and makes the given visitor visit it.private int[]ClassReader.readTypeAnnotations(MethodVisitor methodVisitor, Context context, int runtimeTypeAnnotationsOffset, boolean visible) Parses a Runtime[In]VisibleTypeAnnotations attribute to find the offset of each type_annotation entry it contains, to find the corresponding labels, and to visit the try catch block annotations.Constructors in org.eclipse.sisu.space.asm with parameters of type MethodVisitorModifierConstructorDescriptionprotectedMethodVisitor(int api, MethodVisitor methodVisitor) Constructs a newMethodVisitor.