Sets the loop body
Statement $body Loop body:
$this
public function setBody(Statement $body) { $this->body = $body; return $this; }