Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprCompoundBase
- CExprMakeTuple
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprMakeTuple : public uLang::CExprCompoundBase
Remarks
Create a tuple value
Functions
| Type | Name | Description | |
|---|---|---|---|
CExprCompoundBase
(
int32_t ReserveSubExprNum, |
|||
CExprCompoundBase
(
TSPtrArray< CExpressionBase >&& SubExprs, |
|||
CExprCompoundBase
(
TSPtr< CExpressionBase >&& SubExpr1, |
|||
| const CTupleType * | GetTupleType
(
const CSemanticProgram& Program |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |