public class ImmutableUnknownInstruction extends ImmutableInstruction implements UnknownInstruction
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected int |
originalOpcode |
opcode| Constructor and Description |
|---|
ImmutableUnknownInstruction(int originalOpcode) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
int |
getOriginalOpcode() |
static ImmutableUnknownInstruction |
of(UnknownInstruction instruction) |
getCodeUnits, getOpcode, immutableListOf, ofclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic static final Format FORMAT
protected final int originalOpcode
public ImmutableUnknownInstruction(int originalOpcode)
public static ImmutableUnknownInstruction of(UnknownInstruction instruction)
public Format getFormat()
getFormat in class ImmutableInstructionpublic int getOriginalOpcode()
getOriginalOpcode in interface UnknownInstruction