Interface Instruction32x
-
- All Superinterfaces:
Instruction
,OneRegisterInstruction
,TwoRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction32x
,DexBackedInstruction32x
,ImmutableInstruction32x
public interface Instruction32x 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
-
-