Sets the right node of the assignment
Expression $right Right node:
$this
public function setRight(Expression $right) { $this->right = $right; return $this; }