ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SlicingCriterion.h
Go to the documentation of this file.
1 #ifndef SlicingCriterion_IS_DEFINED
2 #define SlicingCriterion_IS_DEFINED
3 
4 
5 
15 
16  public:
21  set<SgStatement*> get_stmts_between_pragma(){ return stmts; }
26  void set_bool(){ next = false; foundall = false;}
27 
28  protected:
29  void virtual visit(SgNode* astNode);
30 
31  // private:
32  set<SgStatement*> stmts;
33  bool next, foundall;
34 };
35 
36 #endif