Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php734 $dfaState->predicates = $this->getPredicatePredictions($altsToCollectPredsFrom, $altToPred);
1367 protected function getPredicatePredictions(?BitSet $ambigAlts, array $altToPred) : ?array function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator