|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 org.objectweb.asm.tree 的软件包 | |
|---|---|
| org.objectweb.asm.commons | Provides some useful class and method adapters. |
| org.objectweb.asm.tree | Provides an ASM visitor that constructs a tree representation of the classes it visits. |
| org.objectweb.asm.tree.analysis | Provides a framework for static code analysis based on the asm.tree package. |
| org.objectweb.asm.commons 使用的 org.objectweb.asm.tree 中的类 | |
|---|---|
| MemberNode
An abstract class, field or method node. |
|
| MethodNode
A node that represents a method. |
|
| org.objectweb.asm.tree 使用的 org.objectweb.asm.tree 中的类 | |
|---|---|
| AbstractInsnNode
A node that represents a bytecode instruction. |
|
| InsnList
A doubly linked list of AbstractInsnNode objects. |
|
| LabelNode
An AbstractInsnNode that encapsulates a Label. |
|
| MemberNode
An abstract class, field or method node. |
|
| org.objectweb.asm.tree.analysis 使用的 org.objectweb.asm.tree 中的类 | |
|---|---|
| AbstractInsnNode
A node that represents a bytecode instruction. |
|
| MethodNode
A node that represents a method. |
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||