antlr.v4.runtime.DiagnosticErrorListener

Undocumented in source.

Members

Classes

DiagnosticErrorListener
class DiagnosticErrorListener

This implementation of {@link ANTLRErrorListener} can be used to identify certain potential correctness and performance problems in grammars. "Reports" are made by calling {@link Parser#notifyErrorListeners} with the appropriate message.

Meta