expr = $expr; $this->type = $type; } public function build(): string { return $this->expr . ' ' . $this->type->value; } public function __toString(): string { return $this->build(); } }