public class ImmutableInstruction31t extends ImmutableInstruction implements Instruction31t
| Modifier and Type | Field and Description |
|---|---|
protected int |
codeOffset |
static Format |
FORMAT |
protected int |
registerA |
opcode| Constructor and Description |
|---|
ImmutableInstruction31t(Opcode opcode,
int registerA,
int codeOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeOffset() |
Format |
getFormat() |
int |
getRegisterA() |
static ImmutableInstruction31t |
of(Instruction31t instruction) |
getCodeUnits, getOpcode, immutableListOf, ofclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic static final Format FORMAT
protected final int registerA
protected final int codeOffset
public ImmutableInstruction31t(@Nonnull
Opcode opcode,
int registerA,
int codeOffset)
public static ImmutableInstruction31t of(Instruction31t instruction)
public int getRegisterA()
getRegisterA in interface OneRegisterInstructionpublic int getCodeOffset()
getCodeOffset in interface OffsetInstructionpublic Format getFormat()
getFormat in class ImmutableInstruction