Package org.jf.dexlib2.iface.instruction
Interface VtableIndexInstruction
-
- All Superinterfaces:
Instruction
- All Known Subinterfaces:
Instruction35ms
,Instruction3rms
- All Known Implementing Classes:
BuilderInstruction35ms
,BuilderInstruction3rms
,DexBackedInstruction35ms
,DexBackedInstruction3rms
,ImmutableInstruction35ms
,ImmutableInstruction3rms
public interface VtableIndexInstruction extends Instruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getVtableIndex()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-