Java org.antlr.v4.runtime DiagnosticErrorListener fields, constructors, methods, implement or subclass

Example usage for Java org.antlr.v4.runtime DiagnosticErrorListener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.antlr.v4.runtime DiagnosticErrorListener.

The text is from its open source code.

Subclass

org.antlr.v4.runtime.DiagnosticErrorListener has subclasses.
Click this link to see all its subclasses.

Constructor

DiagnosticErrorListener()
Initializes a new instance of DiagnosticErrorListener which only reports exact ambiguities.
DiagnosticErrorListener(boolean exactOnly)
Initializes a new instance of DiagnosticErrorListener , specifying whether all ambiguities or only exact ambiguities are reported.