See: Description
| Interface | Description |
|---|---|
| Opcodes |
Defines all opcodes and their verbose representation as well as the type codes
for the newarray instruction.
|
| Class | Description |
|---|---|
| AbstractBranchInstruction | |
| AbstractInstruction |
Base class for all opcode instruction wrappers.
|
| BranchInstruction |
Describes an instruction that branches to a different offset.
|
| CodeInsertion |
Contains all information necessary to insert code into a
method.
|
| ImmediateByteInstruction |
Describes an instruction that is followed by an immediate unsigned byte.
|
| ImmediateShortInstruction |
Describes an instruction that is followed by an immediate unsigned short.
|
| IncrementInstruction |
Describes the iinc instruction.
|
| InvokeDynamicInstruction |
Describes the invokedynamic instruction.
|
| InvokeInterfaceInstruction |
Describes the invokeinterface instruction.
|
| LookupSwitchInstruction |
Describes the lookupswitch instruction.
|
| MatchOffsetPair |
Holds a single match-offset pair.
|
| MultianewarrayInstruction |
Describes the multianewarray instruction.
|
| OpcodesUtil |
Defines utility methods for dealing with opcodes.
|
| PaddedInstruction |
Base class for intstructions which need a four byte padding relative
to the start of the enclosing code of the parent Code
attribute before reading immediate arguments.
|
| SimpleInstruction |
Describes an instructions with no immediate arguments.
|
| TableSwitchInstruction |
Describes the tableswitch instruction.
|
| WideBranchInstruction |
Describes an instruction that is followed by an immediate int.
|