public class BuilderInstruction21lh extends BuilderInstruction implements Instruction21lh
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected long |
literal |
protected int |
registerA |
opcode| Constructor and Description |
|---|
BuilderInstruction21lh(Opcode opcode,
int registerA,
long literal) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
short |
getHatLiteral() |
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 BuilderInstruction21lh(@Nonnull
Opcode opcode,
int registerA,
long literal)
public int getRegisterA()
getRegisterA in interface OneRegisterInstructionpublic long getWideLiteral()
getWideLiteral in interface WideLiteralInstructionpublic short getHatLiteral()
getHatLiteral in interface HatLiteralInstructionpublic Format getFormat()
getFormat in class BuilderInstruction