C# Class Antlr4.Tool.GrammarSemanticsMessage

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

Public Methods

Method Description
GrammarSemanticsMessage ( ErrorType etype, string fileName, Antlr.Runtime.IToken offendingToken )

Method Details

GrammarSemanticsMessage() public method

public GrammarSemanticsMessage ( ErrorType etype, string fileName, Antlr.Runtime.IToken offendingToken )
etype ErrorType
fileName string
offendingToken Antlr.Runtime.IToken