public class BuilderInstruction3rc extends BuilderInstruction implements Instruction3rc
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected Reference |
reference |
protected int |
registerCount |
protected int |
startRegister |
opcode| Constructor and Description |
|---|
BuilderInstruction3rc(Opcode opcode,
int startRegister,
int registerCount,
Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
Reference |
getReference() |
int |
getReferenceType() |
int |
getRegisterCount() |
int |
getStartRegister() |
getCodeUnits, getLocation, getOpcodeclone, 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 Reference reference
public int getStartRegister()
getStartRegister in interface RegisterRangeInstructionpublic int getRegisterCount()
getRegisterCount in interface VariableRegisterInstruction@Nonnull public Reference getReference()
getReference in interface ReferenceInstructionpublic int getReferenceType()
getReferenceType in interface ReferenceInstructionpublic Format getFormat()
getFormat in class BuilderInstruction