|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 MemberNode 的软件包 | |
|---|---|
| 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.commons 中 MemberNode 的使用 |
|---|
| org.objectweb.asm.commons 中 MemberNode 的子类 | |
|---|---|
class |
JSRInlinerAdapter
A MethodAdapter that removes JSR instructions and
inlines the referenced subroutines. |
| org.objectweb.asm.tree 中 MemberNode 的使用 |
|---|
| org.objectweb.asm.tree 中 MemberNode 的子类 | |
|---|---|
class |
ClassNode
A node that represents a class. |
class |
FieldNode
A node that represents a field. |
class |
MethodNode
A node that represents a method. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||