endExpr.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
11 class _nout endExpr: public blockExpr {
12 BY(CLASS(endExpr, blockExpr), VISIT())
13
14 public:
15 endExpr(const blockExpr& blk);
16
17 public:
18 str getEval() const override;
19 };
20
21 template <typename T, typename TACTIC> class tnarr;
23}
Block expression containing multiple statements.
Definition: blockExpr.hpp:15
End blockExpr for function cleanup.
Definition: endExpr.hpp:11
str getEval() const override
Definition: tnarr.hpp:9