Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprBreak
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprBreak : public uLang::CExpressionBase
Remarks
Control flow early exit
loop: if (IsEarlyExit[]): break DoLoopStuff()
Variables
| Type | Name | Description | |
|---|---|---|---|
| const CExpressionBase * | _AssociatedControlFlow |
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 () |
||
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const CExpressionBase& Other |