Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprIdentifierBase
- CExprEnumLiteral
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprEnumLiteral : public uLang::CExprIdentifierBase
Remarks
Enumerator - #GlobalEnum.enumeration, #.enumeration, MyType#Confirm.yes, #Confirm.yes, #.yes, MyType@set_size#size.medium, #size.medium, #.medium, #position.upper, #.upper
Variables
| Type | Name | Description | |
|---|---|---|---|
| const CEnumerator * | _Enumerator | Specific enumerator this represents - note that it also contains a pointer to its enumeration type. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| ULANG_FORCEINLINE | CExprEnumLiteral
(
const CEnumerator* Enumerator, |
Overridden from CExpressionBase
| Type | Name | Description | |
|---|---|---|---|
| const CTypeBase * | GetResultType
(
const CSemanticProgram& Program |
Type methods. |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |
||
| void | VisitImmediates
(
SAstVisitor& Visitor |
Iterates over this AST node's immediate fields, calling Visitor.VisitImmediate for each immediate field. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const CExpressionBase& Other |