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