Method | Description | |
---|---|---|
AntlrParserBase ( ITokenStream input, Antlr.Runtime.RecognizerSharedState state ) : System |
A simple constructor.
|
|
DisplayRecognitionError ( String tokenNames, |
Logs the given error to the ErrorTracker.
|
|
GetErrorMessage ( |
Generates a human-readable error message for the given error.
|
|
Parse ( ) : ITree |
Parses the input.
|
public AntlrParserBase ( ITokenStream input, Antlr.Runtime.RecognizerSharedState state ) : System | ||
input | ITokenStream | The token stream to parse. |
state | Antlr.Runtime.RecognizerSharedState | The |
return | System |
public DisplayRecognitionError ( String tokenNames, |
||
tokenNames | String | The names of the tokens in the current language. |
e | The error. | |
return | void |
public GetErrorMessage ( |
||
e | The error. | |
tokenNames | string | The names of the tokens in the current language. |
return | string |