Sets the consequent statements array
Expression[] $consequent Consequent statements array:
$this
public function setConsequent($consequent) { $this->assertArrayOf($consequent, "Statement"); $this->consequent = $consequent; return $this; }