Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/States/
DStarLoopEntryState.php23 public $isPrecedenceDecision = false; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\StarLoopEntryState
/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
DDFA.php52 if ($atnStartState->isPrecedenceDecision) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DATNDeserializer.php646 $state->isPrecedenceDecision = true;
DParserATNSimulator.php1909 || ($p instanceof StarLoopEntryState && !$p->isPrecedenceDecision)