C# Class Antlr4.Parse.ToolANTLRLexer

Inheritance: ANTLRLexer
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Свойство Type Description
tool AntlrTool

Méthodes publiques

Méthode Description
DisplayRecognitionError ( string tokenNames, Antlr.Runtime.RecognitionException e ) : void
GrammarError ( ErrorType etype, Antlr.Runtime.IToken token ) : void
ToolANTLRLexer ( Antlr.Runtime.ICharStream input, AntlrTool tool ) : Antlr4.Tool

Method Details

DisplayRecognitionError() public méthode

public DisplayRecognitionError ( string tokenNames, Antlr.Runtime.RecognitionException e ) : void
tokenNames string
e Antlr.Runtime.RecognitionException
Résultat void

GrammarError() public méthode

public GrammarError ( ErrorType etype, Antlr.Runtime.IToken token ) : void
etype Antlr4.Tool.ErrorType
token Antlr.Runtime.IToken
Résultat void

ToolANTLRLexer() public méthode

public ToolANTLRLexer ( Antlr.Runtime.ICharStream input, AntlrTool tool ) : Antlr4.Tool
input Antlr.Runtime.ICharStream
tool AntlrTool
Résultat Antlr4.Tool

Property Details

tool public_oe property

public AntlrTool tool
Résultat AntlrTool