C# Class Antlr4.Tool.GrammarSyntaxMessage

Inheritance: ANTLRMessage
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Methods

Method Description
GetCause ( ) : Antlr.Runtime.RecognitionException
GrammarSyntaxMessage ( ErrorType etype, string fileName, Antlr.Runtime.IToken offendingToken, Antlr.Runtime.RecognitionException antlrException )

Method Details

GetCause() public method

public GetCause ( ) : Antlr.Runtime.RecognitionException
return Antlr.Runtime.RecognitionException

GrammarSyntaxMessage() public method

public GrammarSyntaxMessage ( ErrorType etype, string fileName, Antlr.Runtime.IToken offendingToken, Antlr.Runtime.RecognitionException antlrException )
etype ErrorType
fileName string
offendingToken Antlr.Runtime.IToken
antlrException Antlr.Runtime.RecognitionException