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