public abstract class Aggregate<C extends Term> extends java.lang.Object implements Expression
Expression.Operation| Modifier and Type | Method and Description |
|---|---|
Expression.Operation |
op()
Returns the operation for an expression node.
|
C |
term() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisEquivalentTo, negatepublic Expression.Operation op()
Expressionop in interface Expressionpublic C term()
public java.lang.String toString()
toString in class java.lang.Object