[antlr-interest] suggestions for 2.7.2

bob mcwhirter bob at werken.com
Thu Jan 3 21:28:11 PST 2002


> * it would be nice if antlr would generate a _nextToken() function
> instead of nextToken(). The default implementation of nextToken() would
> just call _nextToken(), but I would have the possibility of redefining
> the nextToken() function.

You can subclass the generated lexer and override nextToken() yourself,
calling super.nextToken() to pass along the love.

	-bob


 

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



More information about the antlr-interest mailing list