Package | Description |
---|---|
org.objectweb.gs.asm |
Modifier and Type | Field and Description |
---|---|
protected ModuleVisitor |
ModuleVisitor.mv
The module visitor to which this visitor must delegate method calls.
|
Modifier and Type | Method and Description |
---|---|
ModuleVisitor |
ModuleVisitor.getDelegate()
The module visitor to which this visitor must delegate method calls.
|
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) |
Constructor and Description |
---|
ModuleVisitor(int api,
ModuleVisitor moduleVisitor)
Constructs a new
ModuleVisitor . |
Copyright © GigaSpaces.