Package | Description |
---|---|
org.springframework.asm |
Spring's repackaging of
ASM
(for internal use only).
|
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 |
ClassVisitor.visitModule(java.lang.String name,
int access,
java.lang.String version)
Visit the module corresponding to the class.
|
ModuleVisitor |
ClassWriter.visitModule(java.lang.String name,
int access,
java.lang.String version) |
Constructor and Description |
---|
ModuleVisitor(int api,
ModuleVisitor mv)
Constructs a new
MethodVisitor . |