Package org.jf.dexlib2.iface.instruction
Interface OffsetInstruction
-
- All Superinterfaces:
Instruction
- All Known Subinterfaces:
Instruction10t
,Instruction20t
,Instruction21t
,Instruction22t
,Instruction30t
,Instruction31t
- All Known Implementing Classes:
BuilderInstruction10t
,BuilderInstruction20t
,BuilderInstruction21t
,BuilderInstruction22t
,BuilderInstruction30t
,BuilderInstruction31t
,BuilderOffsetInstruction
,DexBackedInstruction10t
,DexBackedInstruction20t
,DexBackedInstruction21t
,DexBackedInstruction22t
,DexBackedInstruction30t
,DexBackedInstruction31t
,ImmutableInstruction10t
,ImmutableInstruction20t
,ImmutableInstruction21t
,ImmutableInstruction22t
,ImmutableInstruction30t
,ImmutableInstruction31t
public interface OffsetInstruction extends Instruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCodeOffset()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-