Home
last modified time | relevance | path

Searched refs:isPassedThroughNonGreedyDecision (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php41 public function isPassedThroughNonGreedyDecision() : bool function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNConfig
H A DLexerATNSimulator.php375 if ($currentAltReachedAcceptState && $cfg->isPassedThroughNonGreedyDecision()) {
532 if (!$currentAltReachedAcceptState || !$config->isPassedThroughNonGreedyDecision()) {