Sets class body
ClassBody $body Class body:
$this
public function setBody($body) { $this->assertType($body, "ClassBody"); $this->body = $body; return $this; }