public class BuilderInstruction3rmi extends BuilderInstruction implements Instruction3rmi
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected int |
inlineIndex |
protected int |
registerCount |
protected int |
startRegister |
opcode| Constructor and Description |
|---|
BuilderInstruction3rmi(Opcode opcode,
int startRegister,
int registerCount,
int inlineIndex) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
int |
getInlineIndex() |
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
protected final int inlineIndex
public BuilderInstruction3rmi(@Nonnull
Opcode opcode,
int startRegister,
int registerCount,
int inlineIndex)
public int getStartRegister()
getStartRegister in interface RegisterRangeInstructionpublic int getRegisterCount()
getRegisterCount in interface VariableRegisterInstructionpublic int getInlineIndex()
getInlineIndex in interface InlineIndexInstructionpublic Format getFormat()
getFormat in class BuilderInstruction