Searched refs:isIntersection (Results 1 – 1 of 1) sorted by relevance
550 public bool $isIntersection; variable in Type590 $isIntersection = false;611 $isIntersection = ($char === "&");620 return new Type($simpleTypes, $isIntersection);626 private function __construct(array $types, bool $isIntersection) { argument628 $this->isIntersection = $isIntersection;721 $typeSort = $this->isIntersection ? "intersection" : "union";766 $char = $this->isIntersection ? '&' : '|';2213 if ($this->type->isIntersection) {
Completed in 14 milliseconds