public class ImmutableInstruction3rc extends ImmutableInstruction implements Instruction3rc
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected ImmutableReference |
reference |
protected int |
registerCount |
protected int |
startRegister |
opcode| Constructor and Description |
|---|
ImmutableInstruction3rc(Opcode opcode,
int startRegister,
int registerCount,
Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
ImmutableReference |
getReference() |
int |
getReferenceType() |
int |
getRegisterCount() |
int |
getStartRegister() |
static ImmutableInstruction3rc |
of(Instruction3rc instruction) |
getCodeUnits, getOpcode, immutableListOf, ofclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic static final Format FORMAT
protected final int startRegister
protected final int registerCount
@Nonnull protected final ImmutableReference reference
public static ImmutableInstruction3rc of(Instruction3rc instruction)
public int getStartRegister()
getStartRegister in interface RegisterRangeInstructionpublic int getRegisterCount()
getRegisterCount in interface VariableRegisterInstruction@Nonnull public ImmutableReference getReference()
getReference in interface ReferenceInstructionpublic int getReferenceType()
getReferenceType in interface ReferenceInstructionpublic Format getFormat()
getFormat in class ImmutableInstruction