public class BuilderInstruction22t extends BuilderOffsetInstruction implements Instruction22t
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected int |
registerA |
protected int |
registerB |
targetopcode| Constructor and Description |
|---|
BuilderInstruction22t(Opcode opcode,
int registerA,
int registerB,
Label target) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
int |
getRegisterA() |
int |
getRegisterB() |
getCodeOffset, getTargetgetCodeUnits, getLocation, getOpcodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodegetCodeOffsetpublic static final Format FORMAT
protected final int registerA
protected final int registerB
public int getRegisterA()
getRegisterA in interface OneRegisterInstructionpublic int getRegisterB()
getRegisterB in interface TwoRegisterInstructionpublic Format getFormat()
getFormat in class BuilderInstruction