Dmitri Blinov created JEXL-149:
----------------------------------

             Summary: Set Construction as per EL 3.0 spec
                 Key: JEXL-149
                 URL: https://issues.apache.org/jira/browse/JEXL-149
             Project: Commons JEXL
          Issue Type: New Feature
    Affects Versions: 2.1.1, 3.0
            Reporter: Dmitri Blinov
            Priority: Minor


"EL 3.0 Spec Section 2.2.1 Set Construction" defines the possibility to 
construct an instance of java.lang.util.Set<Object> by using syntax "{1, 2, 
3}", the strict grammar is given below.

2.2.1.1 Syntax
SetData := ‘{‘ DataList ‘}’
DataList := (expression (‘,’ expression)* )?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to