Sets the thrown expression
Expression $argument The node to set:
$this
public function setArgument(Expression $argument) { $this->argument = $argument; return $this; }