Lines Matching refs:ParserATNSimulator

163  * same {@see ParserATNSimulator::$decisionToDFA} field. They also share a
170 * The {@see ParserATNSimulator} locks on the {@see ParserATNSimulator::$decisionToDFA}
172 * {@see ParserATNSimulator::$addDFAEdge} locks on the DFA for the current
174 * {@see ParserATNSimulator::addDFAState()} locks on the DFA for the current
178 * to update the DFA at once. {@see ParserATNSimulator::addDFAState()} also
188 * {@see ParserATNSimulator::addDFAEdge()} method could be racing to set the field
201 * {@see ParserATNSimulator::setPredictionMode()}`(}{@see PredictionMode::$SLL})`;
233 final class ParserATNSimulator extends ATNSimulator
647 * {@see ParserATNSimulator::error()}.
1200 * {@see ParserATNSimulator::computeStartState()} to the special start state
1238 * {@see ParserATNSimulator::computeStartState()}
1397 * {@see ParserATNSimulator::error()} state was reached during ATN simulation.
1417 * {@see ParserATNSimulator::adaptivePredict()} instead of throwing a
1425 * {@see ParserATNSimulator::error()}
1431 * @return int The value to return from {@see ParserATNSimulator::adaptivePredict()},
1433 * was not identified and {@see ParserATNSimulator::::adaptivePredict()}
2321 * {@see ParserATNSimulator::addDFAState()} to ensure the `to` state is
2328 * {@see ParserATNSimulator::addDFAState()} for the `to` state.
2337 * {@see ParserATNSimulator::addDFAState()} on `to`.
2374 * If `D` is {@see ParserATNSimulator::error()}, this method returns
2375 * {@see ParserATNSimulator::error()} and does not change the DFA.