| 程序包 | 说明 |
|---|---|
| org.springframework.asm |
Spring's repackaging of
ASM 6.0
(with Spring-specific patches; for internal use only).
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ModuleVisitor |
ModuleVisitor.mv
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) |
| 构造器和说明 |
|---|
ModuleVisitor(int api,
ModuleVisitor mv)
Constructs a new
MethodVisitor. |