[antlr-interest] A way to access individual expressions stored in ELIST?

rustydstone rustydstone at yahoo.com
Wed Apr 30 15:42:26 PDT 2003


Hi,

When implenting METHOD_CALL from java.tree.g, how can I access
individual expressions stored in ELIST?

Thanks

------------------------------------------------------------
[...]
       | #(METHOD_CALL primaryExpression elist)
       ...
       ;       
elist
       : #( ELIST (expression)* )
       ;




 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list