public class BuilderInstruction23x extends BuilderInstruction implements Instruction23x
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected int |
registerA |
protected int |
registerB |
protected int |
registerC |
opcode| Constructor and Description |
|---|
BuilderInstruction23x(Opcode opcode,
int registerA,
int registerB,
int registerC) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
int |
getRegisterA() |
int |
getRegisterB() |
int |
getRegisterC() |
getCodeUnits, getLocation, getOpcodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic static final Format FORMAT
protected final int registerA
protected final int registerB
protected final int registerC
public BuilderInstruction23x(@Nonnull
Opcode opcode,
int registerA,
int registerB,
int registerC)
public int getRegisterA()
getRegisterA in interface OneRegisterInstructionpublic int getRegisterB()
getRegisterB in interface TwoRegisterInstructionpublic int getRegisterC()
getRegisterC in interface ThreeRegisterInstructionpublic Format getFormat()
getFormat in class BuilderInstruction