Interface Instruction22cs
-
- All Superinterfaces:
FieldOffsetInstruction,Instruction,OneRegisterInstruction,TwoRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction22cs,DexBackedInstruction22cs,ImmutableInstruction22cs
public interface Instruction22cs extends TwoRegisterInstruction, FieldOffsetInstruction
-
-
Method Summary
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.FieldOffsetInstruction
getFieldOffset
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.OneRegisterInstruction
getRegisterA
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.TwoRegisterInstruction
getRegisterB
-
-