/* * This file is part of the Cforall project * * $Id: Statement.h,v 1.18 2005/08/29 20:59:26 rcbilson Exp $ * */ #ifndef STATEMENT_H #define STATEMENT_H #include "SynTree.h" #include "Visitor.h" #include "Mutator.h" #include "Common/SemanticError.h" class Statement { public: Statement( std::list