Method | Description | |
---|---|---|
ErrorInfo ( int decision, |
Constructs a new instance of the ErrorInfo class with the specified detailed syntax error information.
|
public ErrorInfo ( int decision, |
||
decision | int | The decision number |
state |
/// The final simulator state reached during prediction
/// prior to reaching the
/// |
|
input | ITokenStream | The input token stream |
startIndex | int | The start index for the current prediction |
stopIndex | int | The index at which the syntax error was identified |
return | Antlr4.Runtime |