soot.jimple
Interface UnopExpr
- All Superinterfaces:
- EquivTo, Expr, Serializable, Switchable, Value
- All Known Subinterfaces:
- LengthExpr, NegExpr
- All Known Implementing Classes:
- AbstractLengthExpr, AbstractNegExpr, AbstractUnopExpr
- public interface UnopExpr
- extends Expr
getOp
public Value getOp()
setOp
public void setOp(Value op)
getOpBox
public ValueBox getOpBox()
getUseBoxes
public List getUseBoxes()
- Description copied from interface:
Value
- Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value.
- Specified by:
getUseBoxes
in interface Value