Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprInvocation
- CExprUnaryArithmetic
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprUnaryArithmetic : public uLang::CExprInvocation
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprUnaryArithmetic
(
EOp Op, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EOp | Op () |
||
| TSRef< CExpressionBase > | Operand () |
||
| void | SetOperand
(
TSPtr< CExpressionBase >&& NewOperand |
||
| TSPtr< CExpressionBase > && | TakeOperand () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EOp |