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