Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprCompoundBase
- CExprMakeMap
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprMakeMap : public uLang::CExprCompoundBase
Remarks
Create a map value Can have zero or more subexpressions
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprMakeMap
(
int32_t ReserveSubExprNum |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const CMapType * | GetMapType
(
const CSemanticProgram& Program |
Overridden from CExpressionBase
| Type | Name | Description | |
|---|---|---|---|
| bool | CanFail () |
Returns whether the expression may fail. |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |