Package org.jf.dexlib2.iface.instruction
Interface InlineIndexInstruction
-
- All Superinterfaces:
Instruction
- All Known Subinterfaces:
Instruction35mi
,Instruction3rmi
- All Known Implementing Classes:
BuilderInstruction35mi
,BuilderInstruction3rmi
,DexBackedInstruction35mi
,DexBackedInstruction3rmi
,ImmutableInstruction35mi
,ImmutableInstruction3rmi
public interface InlineIndexInstruction extends Instruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getInlineIndex()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-