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