Interface UnknownInstruction
-
- All Superinterfaces:
Instruction
,Instruction10x
- All Known Implementing Classes:
DexBackedUnknownInstruction
,ImmutableUnknownInstruction
public interface UnknownInstruction extends Instruction10x
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getOriginalOpcode()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-