Sets the left node of the assignment
Pattern $left Left node:
$this
public function setLeft(Pattern $left) { $this->left = $left; return $this; }