On Tue, 2010-02-09 at 10:17 -0800, tahiti wrote:
> No, I confused right for lack of return type of this methods. The method
> query() that parse entire query has return type boid. It is only modify the
> state of the parser class state._fsp located in base class of Parser:
> RecognizerSharedState. I suppose that after calling this method I must to
> use standart feature of ANTLR for generating AST tree from this state.
>
> This is a code of query() method that mutch query:
....snipped....
does your .g file contain an options{ output=AST; } block?
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe:
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
--
You received this message because you are subscribed to the Google Groups
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/il-antlr-interest?hl=en.