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