@uml Constructs a new instance of the {@link ErrorInfo} class with the specified detailed syntax error information.
The invoked decision number which this event is related to.
The configuration set containing additional information relevant to the prediction state when the current event occurred, or {@code null} if no additional information is relevant or available.
The input token stream which is being parsed.
{@code true} if the current event occurred during LL prediction; otherwise, {@code false} if the input occurred during SLL prediction.
@uml This class represents profiling event information for a syntax error identified during prediction. Syntax errors occur when the prediction algorithm is unable to identify an alternative which would lead to a successful parse.
@see Parser#notifyErrorListeners(Token, String, RecognitionException) @see ANTLRErrorListener#syntaxError