Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php729 $altToPred = $altsToCollectPredsFrom === null ?
733 if ($altToPred !== null) {
734 $dfaState->predicates = $this->getPredicatePredictions($altsToCollectPredsFrom, $altToPred);
1313 * altToPred starts as an array of all null contexts. The entry at index i
1314 * corresponds to alternative i. altToPred[i] may have one of three values:
1325 $altToPred = new \SplFixedArray($nalts + 1);
1329 $altToPred[$c->alt] = SemanticContext::orContext($altToPred[$c->alt] ?? null, $c->semanticContext);
1336 $pred = $altToPred[$i];
1339 $altToPred[
1367 getPredicatePredictions(BitSet $ambigAlts, array $altToPred) global() argument
[all...]