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