|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodVisitor | |
---|---|
org.jboss.reflect.util.objectweb.asm | Provides a small and fast bytecode manipulation framework. |
org.jboss.reflect.util.objectweb.asm.commons | Provides some useful class and method adapters. |
Uses of MethodVisitor in org.jboss.reflect.util.objectweb.asm |
---|
Classes in org.jboss.reflect.util.objectweb.asm that implement MethodVisitor | |
---|---|
class |
MethodAdapter
An empty MethodVisitor that delegates to another
MethodVisitor . |
Fields in org.jboss.reflect.util.objectweb.asm declared as MethodVisitor | |
---|---|
protected MethodVisitor |
MethodAdapter.mv
The MethodVisitor to which this adapter delegates calls. |
Methods in org.jboss.reflect.util.objectweb.asm that return MethodVisitor | |
---|---|
MethodVisitor |
ClassWriter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions,
int byteCodeIndex)
|
MethodVisitor |
ClassVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions,
int byteCodeIndex)
Visits a method of the class. |
Constructors in org.jboss.reflect.util.objectweb.asm with parameters of type MethodVisitor | |
---|---|
MethodAdapter(MethodVisitor mv)
Constructs a new MethodAdapter object. |
Uses of MethodVisitor in org.jboss.reflect.util.objectweb.asm.commons |
---|
Classes in org.jboss.reflect.util.objectweb.asm.commons that implement MethodVisitor | |
---|---|
class |
EmptyVisitor
An empty implementation of the ASM visitor interfaces. |
Methods in org.jboss.reflect.util.objectweb.asm.commons that return MethodVisitor | |
---|---|
MethodVisitor |
EmptyVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions,
int byteCodeIndex)
|
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |