Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInterval.php57 public function startsBeforeDisjoint(Interval $other) : bool function in Antlr\\Antlr4\\Runtime\\Interval
100 return $this->startsBeforeDisjoint($other) || $this->startsAfterDisjoint($other);
H A DIntervalSet.php243 if ($addition->startsBeforeDisjoint($resilt)) {