Antlr4.Runtime.DiagnosticErrorListener.DiagnosticErrorListener C# (CSharp) 메소드

DiagnosticErrorListener() 공개 메소드

Initializes a new instance of DiagnosticErrorListener which only reports exact ambiguities.
public DiagnosticErrorListener ( ) : Antlr4.Runtime
리턴 Antlr4.Runtime
        public DiagnosticErrorListener()
            : this(true)
        {
        }

Same methods

DiagnosticErrorListener::DiagnosticErrorListener ( bool exactOnly ) : Antlr4.Runtime