condExpr = $condExpr; $this->expr = $expr; $this->kind = $kind; } public function getExpr() : Expr { return $this->expr; } public function getCondExpr() : ?Expr { return $this->condExpr; } public function getKind() : string { return $this->kind; } }