|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassVisitor | |
|---|---|
| org.mvel2.asm | Provides a small and fast bytecode manipulation framework. |
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||