Sets the left node of the assignment
Pattern|Expression $left The node to set:
$this
public function setLeft($left) { $this->assertType($left, array( "Pattern", "Expression", )); $this->left = $left; return $this; }