public class ParenthesedExpressionList<T extends Expression> extends ExpressionList<T>
modCount| Constructor and Description |
|---|
ParenthesedExpressionList() |
ParenthesedExpressionList(Collection<T> expressions) |
ParenthesedExpressionList(ExpressionList<T> expressions) |
ParenthesedExpressionList(T... expressions) |
| Modifier and Type | Method and Description |
|---|---|
static ParenthesedExpressionList<?> |
from(ExpressionList<?> expressions) |
String |
toString() |
accept, addExpression, addExpressions, addExpressions, appendTo, getASTNode, getExpressions, isUsingBrackets, setASTNode, setExpressions, withExpressions, withExpressionsadd, add, addAll, addAll, clear, clone, 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 ParenthesedExpressionList()
public ParenthesedExpressionList(ExpressionList<T> expressions)
public ParenthesedExpressionList(T... expressions)
public ParenthesedExpressionList(Collection<T> expressions)
public static ParenthesedExpressionList<?> from(ExpressionList<?> expressions)
public String toString()
toString in class ExpressionList<T extends Expression>Copyright © 2004–2023 JSQLParser. All rights reserved.