Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php46 $reduced = self::minPredicate($precedencePredicates);
147 private static function minPredicate(array $predicates) : object function in Antlr\\Antlr4\\Runtime\\Atn\\SemanticContexts\\AndOperator