public abstract class UnaryOperation extends Operation
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
operand |
| Constructor and Description |
|---|
UnaryOperation(java.lang.String name,
Expression operand) |
| Modifier and Type | Method and Description |
|---|---|
Expression[] |
getChildren() |
int |
getPriority() |
getName, getOperandCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, getDescriptionprotected final Expression operand
public UnaryOperation(java.lang.String name,
Expression operand)
public Expression[] getChildren()
public int getPriority()