Class BuilderInstruction20bc
- java.lang.Object
-
- org.jf.dexlib2.builder.BuilderInstruction
-
- org.jf.dexlib2.builder.instruction.BuilderInstruction20bc
-
- All Implemented Interfaces:
Instruction20bc,Instruction,ReferenceInstruction,VerificationErrorInstruction
public class BuilderInstruction20bc extends BuilderInstruction implements Instruction20bc
-
-
Field Summary
Fields Modifier and Type Field Description static FormatFORMATprotected Referencereferenceprotected intverificationError-
Fields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description BuilderInstruction20bc(Opcode opcode, int verificationError, Reference reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatgetFormat()ReferencegetReference()intgetReferenceType()intgetVerificationError()-
Methods inherited from class org.jf.dexlib2.builder.BuilderInstruction
getCodeUnits, getLocation, getOpcode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-
-
-
Method Detail
-
getVerificationError
public int getVerificationError()
- Specified by:
getVerificationErrorin interfaceVerificationErrorInstruction
-
getReference
@Nonnull public Reference getReference()
- Specified by:
getReferencein interfaceReferenceInstruction
-
getReferenceType
public int getReferenceType()
- Specified by:
getReferenceTypein interfaceReferenceInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormatin classBuilderInstruction
-
-