Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php1731 if ($i === 0 && $this->canDropLoopEntryEdgeInLeftRecursiveRule($config)) {
1893 protected function canDropLoopEntryEdgeInLeftRecursiveRule(ATNConfig $config) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator