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