| 程序包 | 说明 |
|---|---|
| com.googlecode.aviator.asm.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ASMifierClassVisitor
A
ClassVisitor that prints the ASM code that generates the classes it
visits. |
class |
ASMifierFieldVisitor
A
FieldVisitor that prints the ASM code that generates the fields it
visits. |
class |
ASMifierMethodVisitor
A
MethodVisitor that prints the ASM code that generates the methods
it visits. |
Copyright © 2017. All Rights Reserved.