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, wait
apply
equivHashCode, equivTo
protected AbstractUnopExpr(ValueBox opBox)
public abstract java.lang.Object clone()
Value
public final java.util.List<ValueBox> getUseBoxes()
Value
getUseBoxes
in interface Value