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