ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RemovalOfNodes.h
Go to the documentation of this file.
1 
2 #ifndef RemovalOfNodes_IS_INCLUDED
3 #define RemovalOfNodes_IS_INCLUDED
4 
5 
10 //#define DEBUG_REMOVAL
11 
13 
14  protected:
18  void virtual visit(SgNode* node);
19 
20  private:
24  void writeMessage(SgNode* node);
25 };
26 
27 #endif