[antlr-interest] Where is mismatchRecover() in the Java target?

Dennis Benzinger Dennis.Benzinger at gmx.net
Tue Jan 20 06:55:15 PST 2009


Hi!

The API documentation for BaseRecognizer says that in order to turn off
single token insertion or deletion recovery I need to override
mismatchRecover()
<http://www.antlr.org/api/Java/classorg_1_1antlr_1_1runtime_1_1_base_recognizer.html#6aabf9eec24d05b14993c953c027d9d0>.
But didn't find any definition or invocation of this method in the Java
runtime.

In which class is this method defined?


Thanks for your help,
Dennis Benzinger


More information about the antlr-interest mailing list