Sets the function body
BlockStatement|Expression $body Function body:
$this
Overrides Function_::setBody
public function setBody($body) { $this->assertType($body, array( "BlockStatement", "Expression", )); $this->body = $body; return $this; }