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