LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
move.hh
Go to the documentation of this file.
1 
6 #ifndef TREE_MOVE_HH
7 # define TREE_MOVE_HH
8 
9 # include <iosfwd>
10 # include <tree/stm.hh>
11 # include <tree/exp.hh>
12 
13 namespace tree
14 {
15 
17  class Move : public Stm
18  {
19  public:
25  Move (const rExp& dst, const rExp& src);
26 
30 
31  rExp dst_get () const;
32 
34  rExp src_get () const;
35 
37  virtual kind_tree_type kind_get () const override;
38 
44  virtual std::ostream& tag_print (std::ostream& ostr) const override;
45 
48  };
49 
50 }
51 
52 # include <tree/move.hxx>
53 
54 #endif // !TREE_MOVE_HH