Sets the "finally" block
BlockStatement $finalizer The "finally" block:
$this
public function setFinalizer($finalizer) { $this->assertType($finalizer, "BlockStatement", true); $this->finalizer = $finalizer; return $this; }