Sets the declarations array
VariableDeclarator[] $declarations Declarations array:
$this
public function setDeclarations($declarations) { $this->assertArrayOf($declarations, "VariableDeclarator"); $this->declarations = $declarations; return $this; }