Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php536 $conflictingAlts = $this->evalSemanticContextMany($D->predicates, $outerContext, true);
586 $alts = $this->evalSemanticContextMany($D->predicates, $outerContext, true);
1527 protected function evalSemanticContextMany( function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator