Sets the node's argument
Pattern $argument Node's argument:
$this
public function setArgument(Pattern $argument) { $this->argument = $argument; return $this; }