public class BuilderInstruction51l extends BuilderInstruction implements Instruction51l
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected long |
literal |
protected int |
registerA |
opcode| Constructor and Description |
|---|
BuilderInstruction51l(Opcode opcode,
int registerA,
long literal) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
int |
getRegisterA() |
long |
getWideLiteral() |
getCodeUnits, getLocation, getOpcodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic static final Format FORMAT
protected final int registerA
protected final long literal
public BuilderInstruction51l(@Nonnull
Opcode opcode,
int registerA,
long literal)
public int getRegisterA()
getRegisterA in interface OneRegisterInstructionpublic long getWideLiteral()
getWideLiteral in interface WideLiteralInstructionpublic Format getFormat()
getFormat in class BuilderInstruction