public class ExpressionList extends ArrayList<Expression> implements Formula
modCount| Constructor and Description |
|---|
ExpressionList() |
| Modifier and Type | Method and Description |
|---|---|
BinaryRelationalExpression |
asBinaryRelationalExpression() |
PrimaryExpression |
asPrimaryExpression() |
ExpressionList |
clone() |
void |
dispatch(FormulaVisitor visitor) |
void |
print(PrettyPrintWriter out) |
String |
toString() |
add, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic void print(PrettyPrintWriter out)
public ExpressionList clone()
clone in class ArrayList<Expression>public String toString()
toString in class AbstractCollection<Expression>public void dispatch(FormulaVisitor visitor)
public PrimaryExpression asPrimaryExpression()
asPrimaryExpression in interface Formulapublic BinaryRelationalExpression asBinaryRelationalExpression()
asBinaryRelationalExpression in interface FormulaCopyright © 2019. All rights reserved.