Searched refs:isIntersection (Results 1 – 1 of 1) sorted by relevance
571 public bool $isIntersection; variable in Type611 $isIntersection = false;632 $isIntersection = ($char === "&");641 return new Type($simpleTypes, $isIntersection);647 private function __construct(array $types, bool $isIntersection) { argument649 $this->isIntersection = $isIntersection;744 $typeSort = $this->isIntersection ? "intersection" : "union";785 $char = $this->isIntersection ? '&' : '|';2460 if ($this->type->isIntersection) {
Completed in 15 milliseconds