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