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