Class BuilderInstruction20bc
java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.instruction.BuilderInstruction20bc
- All Implemented Interfaces:
Instruction20bc,Instruction,ReferenceInstruction,VerificationErrorInstruction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Formatprotected final Referenceprotected final intFields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode -
Constructor Summary
ConstructorsConstructorDescriptionBuilderInstruction20bc(Opcode opcode, int verificationError, Reference reference) -
Method Summary
Modifier and TypeMethodDescriptionintintMethods inherited from class org.jf.dexlib2.builder.BuilderInstruction
getCodeUnits, getLocation, getOpcodeMethods 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
-
BuilderInstruction20bc
-
-
Method Details
-
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 classBuilderInstruction
-