LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ast.hxx
Go to the documentation of this file.
1 
6 #ifndef AST_AST_HXX
7 # define AST_AST_HXX
8 
9 # include <ast/ast.hh>
10 
11 namespace ast
12 {
13 
14  inline const Location&
16  {
17  return location_;
18  }
19  inline void
20  Ast::location_set(const Location& location)
21  {
22  location_ = location;
23  }
24 
25 
26 } // namespace ast
27 
28 #endif // !AST_AST_HXX