LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
escapes-visitor.hh
Go to the documentation of this file.
1 
22 #ifndef ESCAPES_ESCAPES_VISITOR_HH
23 # define ESCAPES_ESCAPES_VISITOR_HH
24 
25 # include <map>
26 
27 # include <ast/default-visitor.hh>
28 # include <ast/non-object-visitor.hh>
29 
30 namespace escapes
31 {
32 
49  : public ast::DefaultVisitor
50  , public ast::NonObjectVisitor
51  {
52  public:
56 // #ifdef SWIG
57 // using ast::DefaultVisitor::operator();
58 // #else
59  using super_type::operator();
60 // #endif
61 
62  // FIXME: Some code was deleted here.
63  };
64 }
65 
66 #endif // !ESCAPES_ESCAPES_VISITOR_HH