name = $name; $this->stmts = $stmts; } public function getSubNodeNames() { return array('name', 'stmts'); } }