On Mon, Nov 9, 2009 at 2:00 PM, Terence Parr <[email protected]> wrote:
> added bug
>
> http://www.antlr.org/jira/browse/ANTLR-413
>
> Ter
Thanks Ter,
In case it isn't obvious to anybody interested, the workaround is to
create your own subclass of CommonTreeNodeStream that sets the tree
iterator after calling the superclass constructor:
it = new TreeIterator(adaptor, root);
it.eof = this.eof;
--
Kaleb Pederson
Blog - http://kalebpederson.com
Twitter - http://twitter.com/kalebpederson
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
-~----------~----~----~----~------~----~------~--~---