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