Package org.jf.dexlib2.iface.instruction
Interface ThreeRegisterInstruction
-
- All Superinterfaces:
Instruction
,OneRegisterInstruction
,TwoRegisterInstruction
- All Known Subinterfaces:
Instruction23x
- All Known Implementing Classes:
BuilderInstruction23x
,DexBackedInstruction23x
,ImmutableInstruction23x
public interface ThreeRegisterInstruction extends TwoRegisterInstruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRegisterC()
-
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
-
-