soot.shimple
Interface PiExpr
- All Superinterfaces:
- EquivTo, Expr, Serializable, ShimpleExpr, Switchable, UnitBoxOwner, Value
- All Known Implementing Classes:
- SPiExpr
- public interface PiExpr
- extends ShimpleExpr
- Author:
- Navindra Umanee
getArgBox
public ValueUnitPair getArgBox()
getValue
public Value getValue()
getCondStmt
public Unit getCondStmt()
getTargetKey
public Object getTargetKey()
setValue
public void setValue(Value v)
setCondStmt
public void setCondStmt(Unit cs)
setTargetKey
public void setTargetKey(Object targetKey)