Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CExprBinaryAwaitOp |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprBinaryAwaitOp : public uLang::CExpressionBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprBinaryAwaitOp
- CAttributable → CExpressionBase → CExprBinaryAwaitOp
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprBinaryAwaitOp
(
TSRefArray< CExpressionBase > DomainExprs, |
uLang/Semantics/Expression.h | ||
CExprBinaryAwaitOp
(
int32_t NumReservedDomainExprs, |
uLang/Semantics/Expression.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _DomainExprs | TSRefArray< CExpressionBase > | uLang/Semantics/Expression.h | ||
| _RangeExprs | TSRefArray< CExpressionBase > | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendDomainExpr
(
TSRef< CExpressionBase > Expr |
uLang/Semantics/Expression.h | ||
void AppendRangeExpr
(
TSRef< CExpressionBase > Expr |
uLang/Semantics/Expression.h | ||
const TSRefArray< CExpressionBase > & GetDomainExprs() |
uLang/Semantics/Expression.h | ||
const TSRefArray< CExpressionBase > & GetRangeExprs() |
uLang/Semantics/Expression.h |
Overridden from CExpressionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanFail
(
const CAstPackage* Package |
Returns whether the expression may fail. | uLang/Semantics/Expression.h | |
virtual 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. | uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool MayHaveAttributes() |
uLang/Semantics/Expression.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/Expression.h |