Constructs a new instance of the {@link LookaheadEventInfo} class with the specified detailed lookahead information.
the outermost alt shown for a rule; left-recursive rules have user-level alts that differ from the rewritten rule with a (...) block and a (..)* loop.
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.
This class represents profiling event information for tracking the lookahead depth required in order to make a prediction.