Package | Description |
---|---|
org.datanucleus.enhancer.asm |
ASM v6.1.1 : a small and fast bytecode manipulation framework.
|
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 |
ClassWriter.visitModule(String name,
int access,
String version) |
ModuleVisitor |
ClassVisitor.visitModule(String name,
int access,
String version)
Visit the module corresponding to the class.
|
Constructor and Description |
---|
ModuleVisitor(int api,
ModuleVisitor moduleVisitor)
Constructs a new
ModuleVisitor . |
Copyright © 2019. All rights reserved.