Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php728 $altsToCollectPredsFrom = $this->getConflictingAltsOrUniqueAlt($dfaState->configs);
2254 protected function getConflictingAltsOrUniqueAlt(ATNConfigSet $configs) : ?BitSet function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator