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