| BranchInstruction |
This interface describes an instruction that branches to a given offset in the code.
|
| ConstantInstruction |
This Instruction represents an instruction that refers to an entry in the constant pool.
|
| Instruction |
Base class for representing instructions.
|
| InstructionFactory |
This class provides methods to create and reuse Instruction instances.
|
| InstructionUtil |
Utility methods for converting between representations of names and descriptions.
|
| LookUpSwitchInstruction |
This Instruction represents a lookup switch instruction.
|
| SimpleInstruction |
This Instruction represents a simple instruction without variable arguments or constant
pool references.
|
| SwitchInstruction |
|
| TableSwitchInstruction |
This Instruction represents a table switch instruction.
|
| VariableInstruction |
This Instruction represents an instruction that refers to a variable on the local
variable stack.
|