Class ImmutableInstruction20bc
- java.lang.Object
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction
-
- org.jf.dexlib2.immutable.instruction.ImmutableInstruction20bc
-
- All Implemented Interfaces:
Instruction20bc,Instruction,ReferenceInstruction,VerificationErrorInstruction
public class ImmutableInstruction20bc extends ImmutableInstruction implements Instruction20bc
-
-
Field Summary
Fields Modifier and Type Field Description static FormatFORMATprotected ImmutableReferencereferenceprotected intverificationError-
Fields inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description ImmutableInstruction20bc(Opcode opcode, int verificationError, Reference reference)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatgetFormat()ImmutableReferencegetReference()intgetReferenceType()intgetVerificationError()static ImmutableInstruction20bcof(Instruction20bc instruction)-
Methods inherited from class org.jf.dexlib2.immutable.instruction.ImmutableInstruction
getCodeUnits, getOpcode, immutableListOf, of
-
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
-
-
-
-
Field Detail
-
FORMAT
public static final Format FORMAT
-
verificationError
protected final int verificationError
-
reference
@Nonnull protected final ImmutableReference reference
-
-
Method Detail
-
of
public static ImmutableInstruction20bc of(Instruction20bc instruction)
-
getVerificationError
public int getVerificationError()
- Specified by:
getVerificationErrorin interfaceVerificationErrorInstruction
-
getReference
@Nonnull public ImmutableReference getReference()
- Specified by:
getReferencein interfaceReferenceInstruction
-
getReferenceType
public int getReferenceType()
- Specified by:
getReferenceTypein interfaceReferenceInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormatin classImmutableInstruction
-
-