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