Sets node's name
JSXIdentifier $name Name:
$this
public function setName($name) { $this->name = $name; return $this; }