Searched refs:stopState (Results 1 – 3 of 3) sorted by relevance
94 * @param ATNState|null $stopState The ATN state to stop at. This can be103 public function look(ATNState $s, ?ATNState $stopState, ?RuleContext $context) : IntervalSet argument114 $stopState,137 * @param ATNState|null $stopState The ATN state to stop at.176 ?ATNState $stopState, argument190 if ($stopState !== null && $s->equals($stopState)) {227 $stopState,259 $stopState,274 $stopState,288 $stopState,
10 public $stopState; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\RuleStartState
344 $atn->ruleToStartState[$state->ruleIndex]->stopState = $state;697 $this->checkCondition($state->stopState !== null);