Class ParenthesedExpressionList<T extends Expression>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, Expression, Model, ASTNodeAccess
Direct Known Subclasses:
RowConstructor

public class ParenthesedExpressionList<T extends Expression> extends ExpressionList<T>
See Also:
  • Constructor Details

    • ParenthesedExpressionList

      public ParenthesedExpressionList()
    • ParenthesedExpressionList

      public ParenthesedExpressionList(ExpressionList<T> expressions)
    • ParenthesedExpressionList

      public ParenthesedExpressionList(T... expressions)
    • ParenthesedExpressionList

      public ParenthesedExpressionList(Collection<T> expressions)
  • Method Details