LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
mem.hh
Go to the documentation of this file.
1 
6 #ifndef TREE_MEM_HH
7 # define TREE_MEM_HH
8 
9 # include <iosfwd>
10 # include <tree/exp.hh>
11 
12 namespace tree
13 {
14 
19  class Mem : public Exp
20  {
21  public:
26  Mem (const rExp& exp);
27 
31 
32  rExp exp_get () const;
33  void exp_set (const rExp& exp);
34 
36  virtual kind_tree_type kind_get () const override;
37 
43  virtual std::ostream& tag_print (std::ostream& ostr) const override;
44 
47  };
48 
49 }
50 
51 # include <tree/mem.hxx>
52 
53 #endif // !TREE_MEM_HH