OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
LinearityLocsVisitor.hpp
Go to the documentation of this file.
1 
17 #ifndef LinearityVisitor_H
18 #define LinearityVisitor_H
19 
30 
31 namespace OA {
32 
33 //--------------------------------------------------------------------
37 public:
43 
46 
47  //---------------------------------------
48  // method for each ExprTree::Node subclass
49  //---------------------------------------
50  // default base class so that visitors can handle unknown
51  // node sub-classes in a generic fashion
53 
59 
60  bool getIsConst() { return mIsConst; }
61 
64 
65 private:
71  bool mIsConst;
72 };
73 
74 
75 } // end of OA namespace
76 
77 #endif