LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
name.hxx
Go to the documentation of this file.
1 
6 #ifndef TREE_NAME_HXX
7 # define TREE_NAME_HXX
8 
9 # include <tree/name.hh>
10 
11 namespace tree
12 {
13 
14  inline
15  Name::Name(const temp::Label& label)
16  : Exp()
17  , label_(label)
18  {}
19 
20  inline temp::Label
22  {
23  return label_;
24  }
25 
26 }
27 
28 #endif // !TREE_NAME_HXX