Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php381 return !self::hasNonConflictingAltSet($altsets);
393 public static function hasNonConflictingAltSet(array $altsets) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\PredictionMode