public abstract class AbstractUnopExpr extends java.lang.Object implements UnopExpr
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUnopExpr(ValueBox opBox) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
clone()
Returns a clone of this Value.
|
Value |
getOp() |
ValueBox |
getOpBox() |
java.util.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 java.lang.Object clone()
Valuepublic final java.util.List<ValueBox> getUseBoxes()
ValuegetUseBoxes in interface Value