|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.tc.asm.tree | |
---|---|
com.tc.asm.commons | Provides some useful class and method adapters. |
com.tc.asm.tree | Provides an ASM visitor that constructs a tree representation of the classes it visits. |
com.tc.asm.tree.analysis | Provides a framework for static code analysis based on the asm.tree package. |
com.tc.object.bytecode |
Classes in com.tc.asm.tree used by com.tc.asm.commons | |
---|---|
MemberNode
An abstract class, field or method node. |
|
MethodNode
A node that represents a method. |
Classes in com.tc.asm.tree used by com.tc.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. |
Classes in com.tc.asm.tree used by com.tc.asm.tree.analysis | |
---|---|
AbstractInsnNode
A node that represents a bytecode instruction. |
|
MethodNode
A node that represents a method. |
Classes in com.tc.asm.tree used by com.tc.object.bytecode | |
---|---|
ClassNode
A node that represents a class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |