LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
sxp.hh
Go to the documentation of this file.
1 
6 #ifndef TREE_SXP_HH
7 # define TREE_SXP_HH
8 
9 # include <iosfwd>
10 # include <tree/stm.hh>
11 # include <tree/exp.hh>
12 
13 namespace tree
14 {
20  class Sxp : public Stm
21  {
22  public:
23  Sxp (const rExp& exp);
24 
28 
29  rExp exp_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  };
44 
45 }
46 
47 # include <tree/sxp.hxx>
48 
49 #endif // !TREE_SXP_HH