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 class
AMethodVisitor
that 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 MethodVisitor
MethodVisitor.mv
The 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 MethodVisitor
ClassWriter.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 void
Label.accept
(MethodVisitor methodVisitor, boolean visitLineNumbers) Makes the given visitor visit this label and its source line numbers, if applicable.private void
ClassReader.readCode
(MethodVisitor methodVisitor, Context context, int codeOffset) Reads a JVMS 'Code' attribute and makes the given visitor visit it.private void
ClassReader.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 MethodVisitorModifierConstructorDescriptionprotected
MethodVisitor
(int api, MethodVisitor methodVisitor) Constructs a newMethodVisitor
.