Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprIdentifierBase
- CExprIdentifierModuleAlias
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprIdentifierModuleAlias : public uLang::CExprIdentifierBase
Remarks
Module alias identifier
Variables
| Type | Name | Description | |
|---|---|---|---|
| const CModuleAlias & | _ModuleAlias |
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprIdentifierModuleAlias
(
const CModuleAlias& ModuleAlias, |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |