Home
last modified time | relevance | path

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

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