string $name:
public function __construct($name) { $this->name = $name; $this->typeNode = new ArgumentTypeNode(); }