Class | Description |
---|---|
AbstractInsnNode |
A node that represents a bytecode instruction.
|
AnnotationNode |
A node that represents an annotationn.
|
ClassNode |
A node that represents a class.
|
FieldInsnNode |
A node that represents a field instruction.
|
FieldNode |
A node that represents a field.
|
FrameNode |
A node that represents a stack map frame.
|
IincInsnNode |
A node that represents an IINC instruction.
|
InnerClassNode |
A node that represents an inner class.
|
InsnList |
A doubly linked list of
AbstractInsnNode objects. |
InsnNode |
A node that represents a zero operand instruction.
|
IntInsnNode |
A node that represents an instruction with a single int operand.
|
InvokeDynamicInsnNode |
A node that represents an invokedynamic instruction.
|
JumpInsnNode |
A node that represents a jump instruction.
|
LabelNode |
An
AbstractInsnNode that encapsulates a Label . |
LdcInsnNode |
A node that represents an LDC instruction.
|
LineNumberNode |
A node that represents a line number declaration.
|
LocalVariableNode |
A node that represents a local variable declaration.
|
LookupSwitchInsnNode |
A node that represents a LOOKUPSWITCH instruction.
|
MethodInsnNode |
A node that represents a method instruction.
|
MethodNode |
A node that represents a method.
|
MultiANewArrayInsnNode |
A node that represents a MULTIANEWARRAY instruction.
|
TableSwitchInsnNode |
A node that represents a TABLESWITCH instruction.
|
TryCatchBlockNode |
A node that represents a try catch block.
|
TypeInsnNode |
A node that represents a type instruction.
|
VarInsnNode |
A node that represents a local variable instruction.
|
Copyright © 2018. All rights reserved.