|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassVisitor | |
---|---|
org.mvel2.asm | Provides a small and fast bytecode manipulation framework. |
org.mvel2.asm.util |
Uses of ClassVisitor in org.mvel2.asm |
---|
Classes in org.mvel2.asm that implement ClassVisitor | |
---|---|
class |
ClassAdapter
An empty ClassVisitor that delegates to another ClassVisitor . |
class |
ClassWriter
A ClassVisitor that generates classes in bytecode form. |
Fields in org.mvel2.asm declared as ClassVisitor | |
---|---|
protected ClassVisitor |
ClassAdapter.cv
The ClassVisitor to which this adapter delegates calls. |
Methods in org.mvel2.asm with parameters of type ClassVisitor | |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags)
Makes the given visitor visit the Java class of this ClassReader . |
void |
ClassReader.accept(ClassVisitor classVisitor,
int flags)
Makes the given visitor visit the Java class of this ClassReader . |
Constructors in org.mvel2.asm with parameters of type ClassVisitor | |
---|---|
ClassAdapter(ClassVisitor cv)
Constructs a new ClassAdapter object. |
Uses of ClassVisitor in org.mvel2.asm.util |
---|
Classes in org.mvel2.asm.util that implement ClassVisitor | |
---|---|
class |
TraceClassVisitor
A ClassVisitor that prints a disassembled view of the classes it
visits. |
Fields in org.mvel2.asm.util declared as ClassVisitor | |
---|---|
protected ClassVisitor |
TraceClassVisitor.cv
The ClassVisitor to which this visitor delegates calls. |
Constructors in org.mvel2.asm.util with parameters of type ClassVisitor | |
---|---|
TraceClassVisitor(ClassVisitor cv,
java.io.PrintWriter pw)
Constructs a new TraceClassVisitor . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |