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 methods in bytecode form.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 TypeMethodDescriptionClassVisitor.visitMethod
(int access, String name, String desc, String signature, String[] exceptions) Visits a method of the class.final MethodVisitor
ClassWriter.visitMethod
(int access, String name, String desc, String signature, String[] exceptions) Methods in org.eclipse.sisu.space.asm with parameters of type MethodVisitorModifier and TypeMethodDescriptionprivate 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 MethodVisitorModifierConstructorDescriptionMethodVisitor
(int api, MethodVisitor mv) Constructs a newMethodVisitor
.