Home
last modified time | relevance | path

Searched refs:stopState (Results 1 – 3 of 3) sorted by path

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php344 $atn->ruleToStartState[$state->ruleIndex]->stopState = $state;
697 $this->checkCondition($state->stopState !== null);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DRuleStartState.php10 public $stopState; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\RuleStartState
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php94 * @param ATNState|null $stopState The ATN state to stop at. This can be
103 public function look(ATNState $s, ?ATNState $stopState, ?RuleContext $context) : IntervalSet argument
114 $stopState,
130 * If `context` is `null` and `stopState` or the end of the
133 * `true` and `stopState` or the end of the outermost rule is
137 * @param ATNState|null $stopState The ATN state to stop at.
176 ?ATNState $stopState, argument
190 if ($stopState !== null && $s->equals($stopState)) {
227 $stopState,
[all...]