Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Definition.h |
| Include | #include "uLang/Semantics/Definition.h" |
Syntax
struct SQualifier
Remarks
Information about a given qualifier.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const CNominalType * | _Definition | The definition that the qualifier is referring to. | |
| EType | _Type |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| SQualifier | Local () |
||
| SQualifier | NominalType
(
const CNominalType& NominalType |
||
| SQualifier | Unknown () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const SQualifier& Other |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType |