LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
object-visitor.hxx
Go to the documentation of this file.
1 
6 #ifndef AST_OBJECT_VISITOR_HXX
7 # define AST_OBJECT_VISITOR_HXX
8 
9 # include <misc/contract.hh>
10 # include <ast/all.hh>
11 # include <ast/object-visitor.hh>
12 
13 namespace ast
14 {
15 
16  template <template <typename> class Const>
18  : GenVisitor<Const>()
19  {
20  }
21 
22  template <template <typename> class Const>
24  {
25  }
26 
27 
28  /*-------------------------------.
29  | Object-related visit methods. |
30  `-------------------------------*/
31 
32  // FIXME: Some code was deleted here (Required at TC-3).
33 
34 } // namespace ast
35 
36 #endif // !AST_OBJECT_VISITOR_HXX