public class BuilderInstruction35c extends BuilderInstruction implements Instruction35c
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected Reference |
reference |
protected int |
registerC |
protected int |
registerCount |
protected int |
registerD |
protected int |
registerE |
protected int |
registerF |
protected int |
registerG |
opcode| Constructor and Description |
|---|
BuilderInstruction35c(Opcode opcode,
int registerCount,
int registerC,
int registerD,
int registerE,
int registerF,
int registerG,
Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
Reference |
getReference() |
int |
getReferenceType() |
int |
getRegisterC() |
int |
getRegisterCount() |
int |
getRegisterD() |
int |
getRegisterE() |
int |
getRegisterF() |
int |
getRegisterG() |
getCodeUnits, getLocation, getOpcodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic static final Format FORMAT
protected final int registerCount
protected final int registerC
protected final int registerD
protected final int registerE
protected final int registerF
protected final int registerG
@Nonnull protected final Reference reference
public int getRegisterCount()
getRegisterCount in interface VariableRegisterInstructionpublic int getRegisterC()
getRegisterC in interface FiveRegisterInstructionpublic int getRegisterD()
getRegisterD in interface FiveRegisterInstructionpublic int getRegisterE()
getRegisterE in interface FiveRegisterInstructionpublic int getRegisterF()
getRegisterF in interface FiveRegisterInstructionpublic int getRegisterG()
getRegisterG in interface FiveRegisterInstruction@Nonnull public Reference getReference()
getReference in interface ReferenceInstructionpublic int getReferenceType()
getReferenceType in interface ReferenceInstructionpublic Format getFormat()
getFormat in class BuilderInstruction