Home
last modified time | relevance | path

Searched refs:isPrecedenceDecision (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DStarLoopEntryState.php23 public $isPrecedenceDecision = false; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\StarLoopEntryState
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php52 if ($atnStartState->isPrecedenceDecision) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php625 * the {@see StarLoopEntryState::$isPrecedenceDecision} field to the correct
646 $state->isPrecedenceDecision = true;
H A DParserATNSimulator.php1909 || ($p instanceof StarLoopEntryState && !$p->isPrecedenceDecision)