Interface Instruction23x
-
- All Superinterfaces:
Instruction
,OneRegisterInstruction
,ThreeRegisterInstruction
,TwoRegisterInstruction
- All Known Implementing Classes:
BuilderInstruction23x
,DexBackedInstruction23x
,ImmutableInstruction23x
public interface Instruction23x extends ThreeRegisterInstruction
-
-
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.ThreeRegisterInstruction
getRegisterC
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.TwoRegisterInstruction
getRegisterB
-
-