public class ImmutableInstruction21t extends ImmutableInstruction implements Instruction21t
| Modifier and Type | Field and Description |
|---|---|
protected int |
codeOffset |
static Format |
FORMAT |
protected int |
registerA |
opcode| Constructor and Description |
|---|
ImmutableInstruction21t(Opcode opcode,
int registerA,
int codeOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeOffset() |
Format |
getFormat() |
int |
getRegisterA() |
static ImmutableInstruction21t |
of(Instruction21t 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 ImmutableInstruction21t(@Nonnull
Opcode opcode,
int registerA,
int codeOffset)
public static ImmutableInstruction21t of(Instruction21t instruction)
public int getRegisterA()
getRegisterA in interface OneRegisterInstructionpublic int getCodeOffset()
getCodeOffset in interface OffsetInstructionpublic Format getFormat()
getFormat in class ImmutableInstruction