Sets the alternate expression
Expression $alternate Alternate expression:
$this
public function setAlternate(Expression $alternate) { $this->alternate = $alternate; return $this; }