null|list<Node\Expr> $conds:
Overrides NodeAbstract::__construct
public function __construct(?array $conds, Node\Expr $body, array $attributes = []) { $this->conds = $conds; $this->body = $body; $this->attributes = $attributes; }