public class BuilderInstruction22c extends BuilderInstruction implements Instruction22c
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected Reference |
reference |
protected int |
registerA |
protected int |
registerB |
opcode| Constructor and Description |
|---|
BuilderInstruction22c(Opcode opcode,
int registerA,
int registerB,
Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
Reference |
getReference() |
int |
getReferenceType() |
int |
getRegisterA() |
int |
getRegisterB() |
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
@Nonnull protected final Reference reference
public int getRegisterA()
getRegisterA in interface OneRegisterInstructionpublic int getRegisterB()
getRegisterB in interface TwoRegisterInstruction@Nonnull public Reference getReference()
getReference in interface ReferenceInstructionpublic int getReferenceType()
getReferenceType in interface ReferenceInstructionpublic Format getFormat()
getFormat in class BuilderInstruction