C# Class Deveel.Data.Sql.Compile.PlSqlCompiler.ErrorHandler

Inheritance: Antlr4.Runtime.BaseErrorListener
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
ErrorHandler ( Action receiveMessage ) : System
SyntaxError ( IRecognizer recognizer, IToken offendingSymbol, int line, int charPositionInLine, string msg, RecognitionException e ) : void

Method Details

ErrorHandler() public méthode

public ErrorHandler ( Action receiveMessage ) : System
receiveMessage Action
Résultat System

SyntaxError() public méthode

public SyntaxError ( IRecognizer recognizer, IToken offendingSymbol, int line, int charPositionInLine, string msg, RecognitionException e ) : void
recognizer IRecognizer
offendingSymbol IToken
line int
charPositionInLine int
msg string
e Antlr4.Runtime.RecognitionException
Résultat void