|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModuleVisitor | |
|---|---|
| org.mvel2.asm | Provides a small and fast bytecode manipulation framework. |
| Uses of ModuleVisitor in org.mvel2.asm |
|---|
| Fields in org.mvel2.asm declared as ModuleVisitor | |
|---|---|
protected ModuleVisitor |
ModuleVisitor.mv
The module visitor to which this visitor must delegate method calls. |
| Methods in org.mvel2.asm that return ModuleVisitor | |
|---|---|
ModuleVisitor |
ClassVisitor.visitModule(String name,
int access,
String version)
Visit the module corresponding to the class. |
ModuleVisitor |
ClassWriter.visitModule(String name,
int access,
String version)
|
| Constructors in org.mvel2.asm with parameters of type ModuleVisitor | |
|---|---|
ModuleVisitor(int api,
ModuleVisitor moduleVisitor)
Constructs a new ModuleVisitor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||