Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DDecisionState.php13 public $nonGreedy = false; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\DecisionState
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php81 …source->passedThroughNonGreedyDecision || ($target instanceof DecisionState && $target->nonGreedy);
H A DATNDeserializer.php294 $decisionState->nonGreedy = true;
675 $this->checkCondition(!$state->nonGreedy);
678 $this->checkCondition($state->nonGreedy);