Overrides Node::__construct
public function __construct(Node $body, int $lineno) { parent::__construct([ 'body' => $body, ], [], $lineno); }