Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprWhere
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprWhere : public uLang::CExpressionBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprWhere
(
TSRef< CExpressionBase >&& Lhs, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSPtr< CExpressionBase > & | Lhs () |
||
| const TSPtrArray< CExpressionBase > & | Rhs () |
||
| TSPtrArray< CExpressionBase > & | Rhs () |
||
| void | SetLhs
(
TSPtr< CExpressionBase > NewLhs |
||
| void | SetRhs
(
TSPtrArray< CExpressionBase > NewRhs |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |
||
| 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& Right |