LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
class-ty.hxx
Go to the documentation of this file.
1 
6 #ifndef AST_CLASS_TY_HXX
7 # define AST_CLASS_TY_HXX
8 
9 # include <ast/class-ty.hh>
10 
11 namespace ast
12 {
13 
14 
15  inline const NameTy&
17  {
18  return *super_;
19  }
20  inline NameTy&
22  {
23  return *super_;
24  }
25 
26  inline const DecsList&
28  {
29  return *decs_;
30  }
31  inline DecsList&
33  {
34  return *decs_;
35  }
36 
37 
38 } // namespace ast
39 
40 #endif // !AST_CLASS_TY_HXX