Sets the initializer
Expression $init Initializer:
$this
public function setInit($init) { $this->assertType($init, "Expression", true); $this->init = $init; return $this; }