soot.baf
Interface IdentityInst
- All Superinterfaces:
- Context, Host, IdentityUnit, Inst, Serializable, Switchable, Unit
- All Known Implementing Classes:
- BIdentityInst
- public interface IdentityInst
- extends Inst, IdentityUnit
Methods inherited from interface soot.Unit |
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString |
getLeftOp
public Value getLeftOp()
- Specified by:
getLeftOp
in interface IdentityUnit
getRightOp
public Value getRightOp()
- Specified by:
getRightOp
in interface IdentityUnit
setLeftOp
public void setLeftOp(Value variable)
setRightOp
public void setRightOp(Value rvalue)
getLeftOpBox
public ValueBox getLeftOpBox()
- Specified by:
getLeftOpBox
in interface IdentityUnit
getRightOpBox
public ValueBox getRightOpBox()
- Specified by:
getRightOpBox
in interface IdentityUnit