Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprSubBlockBase
- CExprBranch
- CExprDefer
- CExprLoop
- CExprProfileBlock
- CExprSpawn
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprSubBlockBase : public uLang::CExpressionBase
Remarks
Expressions with a sub-block - branch, spawn, loop, defer
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSPtr< CExpressionBase > | _BlockExpr | Sub-expression from block - either single expression or block of expressions. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSPtr< CExpressionBase > & | Expr () |
||
| void | SetExpr
(
TSPtr< CExpressionBase >&& Expr |
Overridden from CExpressionBase
| Type | Name | Description | |
|---|---|---|---|
| const CExpressionBase * | FindFirstAsyncSubExpr
(
const CSemanticProgram& Program |
Returns itself or the first async sub-expression or return nullptr if it and all its sub-expressions are immediate. |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| 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 |