Home
last modified time | relevance | path

Searched refs:followState (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DRuleTransition.php28 public $followState; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\RuleTransition
30 public function __construct(RuleStartState $ruleStart, int $ruleIndex, int $precedence, ATNState $followState) argument
36 $this->followState = $followState;
71 return \sprintf('rule_%d:%d,%s', $this->ruleIndex, $this->precedence, $this->followState);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php218 $following = $this->nextTokens($transition->followState);
H A DLexerATNSimulator.php574 $newContext = SingletonPredictionContext::create($config->context, $t->followState->stateNumber);
H A DATNDeserializer.php422 $trans = new EpsilonTransition($t->followState, $outermostPrecedenceReturn);
H A DParserATNSimulator.php2194 $returnState = $t->followState;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php253 $newContext = SingletonPredictionContext::create($context, $t->followState->stateNumber);
H A DParser.php800 $following = $atn->nextTokens($rt->followState);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php873 $follow = $atn->nextTokens($rt->followState);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php96 return SingletonPredictionContext::create($parent, $transition->followState->stateNumber);