| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef _BASEATOMVISITOR_H_ | |
| 2 | #define _BASEATOMVISITOR_H_ | |
| 3 | ||
| 4 | < | #include "visitors/BaseVisitor.hpp" |
| 4 | > | |
| 5 | #include <vector> | |
| 6 | + | #include "visitors/BaseVisitor.hpp" |
| 7 | + | #include "visitors/AtomData.hpp" |
| 8 | + | |
| 9 | using namespace std; | |
| 10 | ||
| 11 | + | namespace oopse { |
| 12 | + | |
| 13 | class BaseAtomVisitor : public BaseVisitor{ | |
| 14 | public: | |
| 15 | virtual void visit(Atom* atom) {} | |
| # | Line 50 | Line 55 | class DefaultAtomVisitor : public BaseAtomVisitor{ | |
| 55 | virtual const string toString(); | |
| 56 | ||
| 57 | }; | |
| 58 | + | |
| 59 | + | }//namespace oopse |
| 60 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |