Class ImmutableInstruction20bc
java.lang.Object
org.jf.dexlib2.immutable.instruction.ImmutableInstruction
org.jf.dexlib2.immutable.instruction.ImmutableInstruction20bc
- All Implemented Interfaces:
Instruction20bc,Instruction,ReferenceInstruction,VerificationErrorInstruction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Formatprotected final ImmutableReferenceprotected final intFields inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
opcode -
Constructor Summary
ConstructorsConstructorDescriptionImmutableInstruction20bc(Opcode opcode, int verificationError, Reference reference) -
Method Summary
Modifier and TypeMethodDescriptionintintstatic ImmutableInstruction20bcof(Instruction20bc instruction) Methods inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
getCodeUnits, getOpcode, immutableListOf, ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Field Details
-
FORMAT
-
verificationError
protected final int verificationError -
reference
-
-
Constructor Details
-
ImmutableInstruction20bc
-
-
Method Details
-
of
-
getVerificationError
public int getVerificationError()- Specified by:
getVerificationErrorin interfaceVerificationErrorInstruction
-
getReference
- Specified by:
getReferencein interfaceReferenceInstruction
-
getReferenceType
public int getReferenceType()- Specified by:
getReferenceTypein interfaceReferenceInstruction
-
getFormat
- Specified by:
getFormatin classImmutableInstruction
-