LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
temp.hh
Go to the documentation of this file.
1 
6 #ifndef TREE_TEMP_HH
7 # define TREE_TEMP_HH
8 
9 # include <iosfwd>
10 
11 # include <temp/fwd.hh>
12 # include <tree/exp.hh>
13 # include <temp/temp.hh>
14 
15 namespace tree
16 {
17 
19  class Temp : public Exp
20  {
21  public:
23  Temp (const temp::Temp& temp);
24 
28 
29  temp::Temp temp_get () const;
30 
32  virtual kind_tree_type kind_get () const override;
33 
39  virtual std::ostream& tag_print (std::ostream& ostr) const override;
40 
43  private:
46  };
47 
48 }
49 
50 # include <tree/temp.hxx>
51 
52 #endif // !TREE_TEMP_HH