Package org.jf.dexlib2.iface.instruction
Interface FieldOffsetInstruction
-
- All Superinterfaces:
Instruction
- All Known Subinterfaces:
Instruction22cs
- All Known Implementing Classes:
BuilderInstruction22cs
,DexBackedInstruction22cs
,ImmutableInstruction22cs
public interface FieldOffsetInstruction extends Instruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFieldOffset()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-