Class CollectionLiteralExpression<T>

    • Field Detail

      • collectionType

        protected java.lang.String collectionType
      • range

        protected boolean range
      • parameterExpressions

        protected java.util.List<Expression> parameterExpressions
    • Constructor Detail

      • CollectionLiteralExpression

        public CollectionLiteralExpression()
      • CollectionLiteralExpression

        public CollectionLiteralExpression​(java.lang.String collectionType,
                                           Expression... parameterExpressions)
      • CollectionLiteralExpression

        public CollectionLiteralExpression​(java.lang.String collectionType,
                                           boolean range,
                                           Expression... parameterExpressions)