Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprPathPlusSymbol
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprPathPlusSymbol : public uLang::CExpressionBase
Remarks
Expression that evaluates to the path of the current scope, plus a given symbol, semantic analysis replaces this node with a CExprString
Variables
| Type | Name | Description | |
|---|---|---|---|
| const CSymbol | _Symbol |
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprPathPlusSymbol
(
const CSymbol& Symbol |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const CExpressionBase& Other |