Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprUnaryOp
- CExprLogicalNot
- CExprMakeOption
- CExprPointerToReference
- CExprReferenceToValue
- CExprSet
- CExprVar
- CIrConvertFromDynamic
- CIrConvertToDynamic
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprUnaryOp : public uLang::CExpressionBase
Remarks
Base class of unary operators.
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprUnaryOp
(
TSPtr< CExpressionBase >&& Operand, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSPtr< CExpressionBase > & | Operand () |
||
| void | SetOperand
(
TSPtr< CExpressionBase >&& Operand |
||
| TSPtr< CExpressionBase > && | TakeOperand () |
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. |