Package soot.toDex.instructions
Interface ThreeRegInsn
-
- All Superinterfaces:
Cloneable
,Insn
,OneRegInsn
,TwoRegInsn
- All Known Implementing Classes:
Insn23x
public interface ThreeRegInsn extends TwoRegInsn
Interface for instructions that need three registers.
-
-
Field Summary
Fields Modifier and Type Field Description static int
REG_C_IDX
-
Fields inherited from interface soot.toDex.instructions.OneRegInsn
REG_A_IDX
-
Fields inherited from interface soot.toDex.instructions.TwoRegInsn
REG_B_IDX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Register
getRegC()
-
Methods inherited from interface soot.toDex.instructions.Insn
getIncompatibleRegs, getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs
-
Methods inherited from interface soot.toDex.instructions.OneRegInsn
getRegA
-
Methods inherited from interface soot.toDex.instructions.TwoRegInsn
getRegB
-
-
-
-
Field Detail
-
REG_C_IDX
static final int REG_C_IDX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRegC
Register getRegC()
-
-