로딩중...
검색중...
일치하는것 없음
defPropExpr.hpp
이 파일의 문서화 페이지로 가기
1
2#pragma once
3
5
6namespace by {
12 class _nout defPropExpr: public defVarExpr {
14
15 public:
16 defPropExpr(const std::string& name, const node& rhs);
17 defPropExpr(const std::string& name, const node& rhs, const node* to, const src& s, const modifier& mod);
18
19 protected:
20 str _onMakeNew() override;
21 };
22}
Property definition expression
Definition defPropExpr.hpp:12
Variable definition expression base class
Definition defVarExpr.hpp:18
Type information for expression nodes
Definition expr.hpp:45
Access modifier for type members
Definition modifier.hpp:13
Base class for all AST nodes in the byeol language
Definition node.hpp:195
Source location information
Definition src.hpp:15
Definition tnarr.hpp:9
to Top