Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAttributable
- CNamed
- TAstNodeRef
- CSharedMix
- CDefinition
- CModuleAlias
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/ModuleAlias.h |
| Include | #include "uLang/Semantics/ModuleAlias.h" |
Syntax
class CModuleAlias : public uLang::CDefinition
Remarks
An imported module: Alias := import(...)
Constructors
| Type | Name | Description | |
|---|---|---|---|
CModuleAlias
(
const CSymbol& Name, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| CExprImport * | GetAstNode () |
||
| CExprImport * | GetIrNode
(
bool bForce |
||
| const CModule * | Module () |
||
| void | SetAstNode
(
CExprImport* AstNode |
||
| void | SetIrNode
(
CExprImport* AstNode |
||
| void |
Overridden from CDefinition
| Type | Name | Description | |
|---|---|---|---|
| bool |
Constants
| Name | Description |
|---|---|
| StaticDefinitionKind |