I override skipOffTokenChannels(int) for processing doxygen-style comments in my grammar. Currently, CommonTokenStream.consume() and CommonTokenStream.setup() duplicate this functionality without calling skipOffTokenChannels(), which breaks my code.
I corrected this in the CSharp3 target in CL7239, but the issue remains in the Java target. Sam
_______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
