ParserErrorListener Class

Definition

Expression parser error listener.

public class ParserErrorListener : Antlr4.Runtime.BaseErrorListener
type ParserErrorListener = class
    inherit BaseErrorListener
Public Class ParserErrorListener
Inherits BaseErrorListener
Inheritance
Antlr4.Runtime.BaseErrorListener
ParserErrorListener

Constructors

ParserErrorListener()

Fields

Instance

A ParserErrorListener instance.

Methods

SyntaxError(TextWriter, IRecognizer, IToken, Int32, Int32, String, RecognitionException)

Throw a syntax error based one current context.

Applies to