ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
actionchanger.h
Go to the documentation of this file.
1 
2 #ifndef BDWY_ACTIONCHANGER_H
3 #define BDWY_ACTIONCHANGER_H
4 
5 // ----------------------------------------------------------------------
6 // Action changer
7 // ----------------------------------------------------------------------
8 
15 class actionChanger : public Changer
16 {
17 private:
18 
20 
21  propertyAnalyzer * _analyzer;
22 
23  Linker &linker;
24 
25 public:
26 
27  actionChanger(Analyzer * pointer_analyzer, Annotations * annotations);
28 
29  virtual Node * at_threeAddr(threeAddrNode * the_3addr, Order ord);
30 
31 };
32 
33 #endif /* BDWY_ACTIONCHANGER_H */