Loading...
Searching...
No Matches
breakExpr.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
7
12 class _nout breakRet: public retState {
14 };
15
21 class _nout breakExpr: public retStateExpr {
23
24 public:
25 str infer() const override;
26 };
27}
Break statement expression.
Definition breakExpr.hpp:21
Return state for break statements.
Definition breakExpr.hpp:12
Type information for expression nodes
Definition expr.hpp:45
Base class for keywords that exit blockExpr.
Definition retStateExpr.hpp:31
Return state object for control flow.
Definition retStateExpr.hpp:13
Definition tnarr.hpp:9
to Top