[ 
https://issues.apache.org/jira/browse/JEXL-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743392#action_12743392
 ] 

Henri Biestro edited comment on JEXL-85 at 8/14/09 12:46 PM:
-------------------------------------------------------------

StatementExpression are no longer creating objects (they are #void in the 
Parser.jjt).
Thus there is one child level that does not exist anymore.
The JexlEngine.{s,g}etProperty methods where the change occur are checked 
through the AssignTest.java.

      was (Author: henrib):
    StatementExpression are no longer creating objects (they are #void in the 
Parser.jjt).
Thus there is one child level that does not exist anymore.
The {s,g}etProperty are checked through the AssignTest.java.
  
> 2.0 grammar finishing touches
> -----------------------------
>
>                 Key: JEXL-85
>                 URL: https://issues.apache.org/jira/browse/JEXL-85
>             Project: Commons JEXL
>          Issue Type: Improvement
>            Reporter: Henri Biestro
>             Fix For: 2.0
>
>         Attachments: JEXL-85.patch
>
>
> The Parser.jjt carries some extras that are not (longer) necessary (the 
> "debug" field, NODE_USES_PARSER option).
> Tthe {Expression,Statement,Reference}Expression dont need to create real 
> nodes.
> There are a few places where the LOOKAHEAD can be reduced or more explicit.
> Some expressions (Reference) are really hard to read partly due to formatting.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to