Home
last modified time | relevance | path

Searched refs:ruleToStopState (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php337 $atn->ruleToStopState = [];
343 $atn->ruleToStopState[$state->ruleIndex] = $state;
423 $atn->ruleToStopState[$t->target->ruleIndex]->addTransition($trans);
558 $endState = $atn->ruleToStopState[$idx];
H A DATN.php50 public $ruleToStopState = []; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATN
H A DParserATNSimulator.php1084 $endOfRuleState = $this->atn->ruleToStopState[$config->state->ruleIndex];