Home
last modified time | relevance | path

Searched refs:isLeftRecursiveRule (Results 1 – 2 of 2) sorted by path

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php306 $ruleStartState->isLeftRecursiveRule = true;
416 if ($atn->ruleToStartState[$t->target->ruleIndex]->isLeftRecursiveRule) {
532 if ($atn->ruleToStartState[$idx]->isLeftRecursiveRule) {
640 if ($atn->ruleToStartState[$state->ruleIndex]->isLeftRecursiveRule) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DRuleStartState.php13 public $isLeftRecursiveRule = false; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\RuleStartState