Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprCompoundBase
- CExprCodeBlock
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprCodeBlock : public uLang::CExprCompoundBase
Remarks
Code block - {expr1; expr2}_ or do {expr1; expr2}_ Can have zero or more subexpressions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSPtr< CControlScope > | _AssociatedScope | The scope containing locals for this block. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprCodeBlock
(
int32_t ReserveSubExprNum |
Overridden from CExpressionBase
| Type | Name | Description | |
|---|---|---|---|
| const CTypeBase * | GetResultType
(
const CSemanticProgram& Program |
Type methods. |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |