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