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