Method | Description | |
---|---|---|
LookaheadEventInfo ( int decision, |
Constructs a new instance of the LookaheadEventInfo class with the specified detailed lookahead information.
|
public LookaheadEventInfo ( int decision, |
||
decision | int | The decision number |
state |
/// The final simulator state containing the necessary
/// information to determine the result of a prediction, or
/// |
|
predictedAlt | int | The alternative chosen by
/// |
input | ITokenStream | The input token stream |
startIndex | int | The start index for the current prediction |
stopIndex | int | The index at which the prediction was finally made |
fullCtx | bool |
///
/// |
return | Antlr4.Runtime |