Uses of Class
org.eclipse.sisu.space.asm.MethodVisitor
-
Packages that use MethodVisitor Package Description org.eclipse.sisu.space.asm -
-
Uses of MethodVisitor in org.eclipse.sisu.space.asm
Subclasses of MethodVisitor in org.eclipse.sisu.space.asm Modifier and Type Class Description (package private) class
MethodWriter
AMethodVisitor
that generates methods in bytecode form.Fields in org.eclipse.sisu.space.asm declared as MethodVisitor Modifier and Type Field Description protected MethodVisitor
MethodVisitor. mv
The method visitor to which this visitor must delegate method calls.Methods in org.eclipse.sisu.space.asm that return MethodVisitor Modifier and Type Method Description MethodVisitor
ClassVisitor. visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
Visits a method of the class.MethodVisitor
ClassWriter. visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
Methods in org.eclipse.sisu.space.asm with parameters of type MethodVisitor Modifier and Type Method Description private void
ClassReader. readCode(MethodVisitor mv, Context context, int u)
Reads the bytecode of a method and makes the given visitor visit it.private void
ClassReader. readParameterAnnotations(MethodVisitor mv, Context context, int v, boolean visible)
Reads parameter annotations and makes the given visitor visit them.private int[]
ClassReader. readTypeAnnotations(MethodVisitor mv, Context context, int u, boolean visible)
Parses a type annotation table to find the labels, and to visit the try catch block annotations.Constructors in org.eclipse.sisu.space.asm with parameters of type MethodVisitor Constructor Description MethodVisitor(int api, MethodVisitor mv)
Constructs a newMethodVisitor
.
-