| Class | Description |
|---|---|
| ConstantTarget |
A target for constants in the bytecode.
|
| FieldTarget |
A target for field access instructions.
|
| HeadTarget |
A target for the head (before first instruction) of a method.
|
| InvokeTarget |
A target for method invocation instructions.
|
| NewTarget |
A target for
Opcodes.NEW instructions. |
| OpcodeTarget |
A target for the given opcode.
|
| ReturnTarget |
A target for
Opcodes.RETURN instructions. |
| TailTarget |
A target for the tail (before last
Opcodes.RETURN) of a method. |
| ThrowTarget |
A target for
Opcodes.ATHROW instructions. |