Class ParenthesedExpressionList<T extends Expression>
java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
java.util.ArrayList<T>
net.sf.jsqlparser.expression.operators.relational.ExpressionList<T>
net.sf.jsqlparser.expression.operators.relational.ParenthesedExpressionList<T>
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<T>
,Collection<T>
,List<T>
,RandomAccess
,Expression
,Model
,ASTNodeAccess
- Direct Known Subclasses:
RowConstructor
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorsConstructorDescriptionParenthesedExpressionList
(Collection<T> expressions) ParenthesedExpressionList
(ExpressionList<T> expressions) ParenthesedExpressionList
(T... expressions) -
Method Summary
Modifier and TypeMethodDescriptionstatic ParenthesedExpressionList
<?> from
(ExpressionList<?> expressions) toString()
Methods inherited from class net.sf.jsqlparser.expression.operators.relational.ExpressionList
accept, addExpression, addExpressions, addExpressions, appendTo, getASTNode, getExpressions, isUsingBrackets, setASTNode, setExpressions, withExpressions, withExpressions
Methods inherited from class java.util.ArrayList
add, 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, trimToSize
Methods inherited from class java.util.AbstractList
equals, hashCode
Methods inherited from class java.util.AbstractCollection
containsAll
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream
Methods inherited from interface java.util.List
containsAll, equals, hashCode
-
Constructor Details
-
ParenthesedExpressionList
public ParenthesedExpressionList() -
ParenthesedExpressionList
-
ParenthesedExpressionList
-
ParenthesedExpressionList
-
-
Method Details
-
from
-
toString
- Overrides:
toString
in classExpressionList<T extends Expression>
-