public class ImmutableInstruction35c extends ImmutableInstruction implements Instruction35c
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected ImmutableReference |
reference |
protected int |
registerC |
protected int |
registerCount |
protected int |
registerD |
protected int |
registerE |
protected int |
registerF |
protected int |
registerG |
opcode| Constructor and Description |
|---|
ImmutableInstruction35c(Opcode opcode,
int registerCount,
int registerC,
int registerD,
int registerE,
int registerF,
int registerG,
Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
ImmutableReference |
getReference() |
int |
getReferenceType() |
int |
getRegisterC() |
int |
getRegisterCount() |
int |
getRegisterD() |
int |
getRegisterE() |
int |
getRegisterF() |
int |
getRegisterG() |
static ImmutableInstruction35c |
of(Instruction35c instruction) |
getCodeUnits, getOpcode, immutableListOf, ofclone, 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 ImmutableReference reference
public static ImmutableInstruction35c of(Instruction35c instruction)
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 ImmutableReference getReference()
getReference in interface ReferenceInstructionpublic int getReferenceType()
getReferenceType in interface ReferenceInstructionpublic Format getFormat()
getFormat in class ImmutableInstruction