public abstract class Operation<O extends Operator> extends Object implements Expression
Constructor and Description |
---|
Operation(O operator)
Creates a new operation.
|
Modifier and Type | Method and Description |
---|---|
O |
getOperator()
Returns the operator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, evaluate