Interface Instruction22x
-
- All Superinterfaces:
Instruction,OneRegisterInstruction,TwoRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction22x,DexBackedInstruction22x,ImmutableInstruction22x
public interface Instruction22x extends TwoRegisterInstruction
-
-
Method Summary
-
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
-
-