|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModuleVisitor | |
|---|---|
| org.mvel2.asm | Provides a small and fast bytecode manipulation framework. |
| org.mvel2.asm.commons | Provides some useful class and method adapters. |
| org.mvel2.asm.tree | Provides an ASM visitor that constructs a tree representation of the classes it visits. |
| org.mvel2.asm.util | Provides ASM visitors that can be useful for programming and debugging purposes. |
| org.mvel2.asm.xml | Provides SAX 2.0 adapters for ASM visitors to convert classes to and from XML. |
| 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 mv)
Constructs a new ModuleVisitor. |
|
| Uses of ModuleVisitor in org.mvel2.asm.commons |
|---|
| Subclasses of ModuleVisitor in org.mvel2.asm.commons | |
|---|---|
class |
ModuleRemapper
A ModuleVisitor adapter for type remapping. |
| Methods in org.mvel2.asm.commons that return ModuleVisitor | |
|---|---|
protected ModuleVisitor |
ClassRemapper.createModuleRemapper(ModuleVisitor mv)
|
ModuleVisitor |
ClassRemapper.visitModule(String name,
int flags,
String version)
|
ModuleVisitor |
RemappingClassAdapter.visitModule(String name,
int flags,
String version)
Deprecated. |
| Methods in org.mvel2.asm.commons with parameters of type ModuleVisitor | |
|---|---|
protected ModuleVisitor |
ClassRemapper.createModuleRemapper(ModuleVisitor mv)
|
| Constructors in org.mvel2.asm.commons with parameters of type ModuleVisitor | |
|---|---|
ModuleRemapper(int api,
ModuleVisitor mv,
Remapper remapper)
|
|
ModuleRemapper(ModuleVisitor mv,
Remapper remapper)
|
|
| Uses of ModuleVisitor in org.mvel2.asm.tree |
|---|
| Subclasses of ModuleVisitor in org.mvel2.asm.tree | |
|---|---|
class |
ModuleNode
A node that represents a module declaration. |
| Methods in org.mvel2.asm.tree that return ModuleVisitor | |
|---|---|
ModuleVisitor |
ClassNode.visitModule(String name,
int access,
String version)
|
| Methods in org.mvel2.asm.tree with parameters of type ModuleVisitor | |
|---|---|
void |
ModuleExportNode.accept(ModuleVisitor mv)
Makes the given module visitor visit this export declaration. |
void |
ModuleRequireNode.accept(ModuleVisitor mv)
Makes the given module visitor visit this require directive. |
void |
ModuleOpenNode.accept(ModuleVisitor mv)
Makes the given module visitor visit this open declaration. |
void |
ModuleProvideNode.accept(ModuleVisitor mv)
Makes the given module visitor visit this require declaration. |
| Uses of ModuleVisitor in org.mvel2.asm.util |
|---|
| Subclasses of ModuleVisitor in org.mvel2.asm.util | |
|---|---|
class |
CheckModuleAdapter
|
class |
TraceModuleVisitor
A ModuleVisitor that prints the fields it visits with a
Printer. |
| Methods in org.mvel2.asm.util that return ModuleVisitor | |
|---|---|
ModuleVisitor |
CheckClassAdapter.visitModule(String name,
int access,
String version)
|
ModuleVisitor |
TraceClassVisitor.visitModule(String name,
int flags,
String version)
|
| Constructors in org.mvel2.asm.util with parameters of type ModuleVisitor | |
|---|---|
CheckModuleAdapter(ModuleVisitor mv,
boolean isOpen)
|
|
TraceModuleVisitor(ModuleVisitor mv,
Printer p)
|
|
| Uses of ModuleVisitor in org.mvel2.asm.xml |
|---|
| Subclasses of ModuleVisitor in org.mvel2.asm.xml | |
|---|---|
class |
SAXModuleAdapter
Generate SAX event for a module description. |
| Methods in org.mvel2.asm.xml that return ModuleVisitor | |
|---|---|
ModuleVisitor |
SAXClassAdapter.visitModule(String name,
int access,
String version)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||