Sets the consequent expression
Expression $consequent Consequent expression:
$this
public function setConsequent(Expression $consequent) { $this->consequent = $consequent; return $this; }