Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprFunctionLiteral
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprFunctionLiteral : public uLang::CExpressionBase
Remarks
Function literal - a=>b or function(a){b}
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprFunctionLiteral
(
TSRef< CExpressionBase >&& Domain, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSRef< CExpressionBase > & | Domain () |
||
| const TSRef< CExpressionBase > & | Range () |
||
| void | SetDomain
(
TSRef< CExpressionBase >&& NewDomain |
||
| void | SetRange
(
TSRef< CExpressionBase >&& NewRange |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |
||
| void | VisitChildren
(
SAstVisitor& Visitor |
Iterates over this AST node's direct children, calling Visitor.Visit for each child. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const CExpressionBase& Other |