public abstract class LeafExpression extends java.lang.Object implements Expression
Expression with no children.| Modifier | Constructor and Description |
|---|---|
protected |
LeafExpression() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Expression> |
children() |
abstract boolean |
equals(java.lang.Object o) |
abstract int |
hashCode() |
java.util.Set<java.lang.String> |
references() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdataType, eval, toStringpublic java.util.List<Expression> children()
children in interface ExpressionList of the immediate children of this nodepublic java.util.Set<java.lang.String> references()
references in interface Expressionpublic abstract boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic abstract int hashCode()
hashCode in class java.lang.Object