public abstract class AbstractUnopExpr extends Object implements UnopExpr
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUnopExpr(ValueBox opBox) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
clone()
Returns a clone of this Value.
|
Value |
getOp() |
ValueBox |
getOpBox() |
List<ValueBox> |
getUseBoxes()
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value.
|
void |
setOp(Value op) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyequivHashCode, equivToprotected AbstractUnopExpr(ValueBox opBox)
public abstract Object clone()
Valuepublic final List<ValueBox> getUseBoxes()
ValuegetUseBoxes in interface ValueCopyright © 2020 Soot OSS. All rights reserved.