Property | Type | Description | |
---|---|---|---|
tool | AntlrTool |
Method | Description | |
---|---|---|
DisplayRecognitionError ( string tokenNames, Antlr.Runtime.RecognitionException e ) : void | ||
GetParserErrorMessage ( Antlr.Runtime.Parser parser, Antlr.Runtime.RecognitionException e ) : string | ||
GrammarError ( |
||
ToolANTLRParser ( Antlr.Runtime.ITokenStream input, AntlrTool tool ) : Antlr4.Tool |
public DisplayRecognitionError ( string tokenNames, Antlr.Runtime.RecognitionException e ) : void | ||
tokenNames | string | |
e | Antlr.Runtime.RecognitionException | |
return | void |
public GetParserErrorMessage ( Antlr.Runtime.Parser parser, Antlr.Runtime.RecognitionException e ) : string | ||
parser | Antlr.Runtime.Parser | |
e | Antlr.Runtime.RecognitionException | |
return | string |
public GrammarError ( |
||
etype | ||
token | Antlr | |
return | void |
public ToolANTLRParser ( Antlr.Runtime.ITokenStream input, AntlrTool tool ) : Antlr4.Tool | ||
input | Antlr.Runtime.ITokenStream | |
tool | AntlrTool | |
return | Antlr4.Tool |