LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
jump.hh
Go to the documentation of this file.
1 
6 #ifndef TREE_JUMP_HH
7 # define TREE_JUMP_HH
8 
9 # include <iosfwd>
10 # include <temp/fwd.hh>
11 # include <tree/stm.hh>
12 # include <tree/exp.hh>
13 
14 namespace tree
15 {
23  class Jump : public Stm
24  {
25  public:
26  Jump (const rExp& exp);
27 
31 
32  rExp exp_get () const;
33 
36 
38  virtual kind_tree_type kind_get () const override;
39 
45 
46  virtual std::ostream& tag_print (std::ostream& ostr) const override;
47 
50  };
51 
52 }
53 
54 # include <tree/jump.hxx>
55 
56 #endif // !TREE_JUMP_HH