public abstract class BuilderInstruction extends java.lang.Object implements Instruction
| Modifier | Constructor and Description |
|---|---|
protected |
BuilderInstruction(Opcode opcode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeUnits()
Gets the size of this instruction.
|
abstract Format |
getFormat() |
MethodLocation |
getLocation() |
Opcode |
getOpcode()
Gets the opcode of this instruction.
|
@Nonnull protected final Opcode opcode
protected BuilderInstruction(@Nonnull
Opcode opcode)
@Nonnull public Opcode getOpcode()
InstructiongetOpcode in interface Instructionpublic abstract Format getFormat()
public int getCodeUnits()
InstructiongetCodeUnits in interface Instruction@Nonnull public MethodLocation getLocation()