Package org.jf.dexlib2.iface.instruction
Interface VerificationErrorInstruction
-
- All Superinterfaces:
Instruction
- All Known Subinterfaces:
Instruction20bc
- All Known Implementing Classes:
BuilderInstruction20bc
,DexBackedInstruction20bc
,ImmutableInstruction20bc
,InstructionRewriter.RewrittenInstruction20bc
public interface VerificationErrorInstruction extends Instruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getVerificationError()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-