public class ImmutableInstruction10t extends ImmutableInstruction implements Instruction10t
| Modifier and Type | Field and Description |
|---|---|
protected int |
codeOffset |
static Format |
FORMAT |
opcode| Constructor and Description |
|---|
ImmutableInstruction10t(Opcode opcode,
int codeOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeOffset() |
Format |
getFormat() |
static ImmutableInstruction10t |
of(Instruction10t 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 ImmutableInstruction10t(@Nonnull
Opcode opcode,
int codeOffset)
public static ImmutableInstruction10t of(Instruction10t instruction)
public int getCodeOffset()
getCodeOffset in interface OffsetInstructionpublic Format getFormat()
getFormat in class ImmutableInstruction