Sets the left expression
Expression $left Left expression:
$this
public function setLeft(Expression $left) { $this->left = $left; return $this; }