LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
decs.hh
Go to the documentation of this file.
1 
6 #ifndef AST_DECS_HH
7 # define AST_DECS_HH
8 
9 # include <list>
10 
11 # include <ast/ast.hh>
12 
13 namespace ast
14 {
15 
17  class Decs: public Ast
18  {
21  public:
23  Decs(const Location& location);
25  virtual ~Decs();
27  };
28 
29 } // namespace ast
30 
31 # include <ast/decs.hxx>
32 
33 #endif // !AST_DECS_HH