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