Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php32 self::checkNonGreedyDecision($oldConfig, $this->state) :
79 private static function checkNonGreedyDecision(LexerATNConfig $source, ATNState $target) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNConfig