Searched refs:startsBeforeDisjoint (Results 1 – 2 of 2) sorted by last modified time
57 public function startsBeforeDisjoint(Interval $other) : bool function in Antlr\\Antlr4\\Runtime\\Interval100 return $this->startsBeforeDisjoint($other) || $this->startsAfterDisjoint($other);
243 if ($addition->startsBeforeDisjoint($resilt)) {