Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/
DInterval.php98 public function disjoint(Interval $other) : bool function in Antlr\\Antlr4\\Runtime\\Interval
DIntervalSet.php215 if ($addition->adjacent($resilt) || !$addition->disjoint($resilt)) {
226 if (!$bigger->adjacent($next) && $bigger->disjoint($next)) {