Navigation
API > API/Runtime > API/Runtime/VerseCompiler
The base class of identifiers expressions.
| Name | CExprIdentifierBase |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprIdentifierBase : public uLang::CExpressionBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprIdentifierBase
- CAttributable → CExpressionBase → CExprIdentifierBase
Derived Classes
CExprIdentifierBase derived class hierarchy
- CExprEnumerationType
- CExprEnumLiteral
- CExprIdentifierBuiltInMacro
- CExprIdentifierClass
- CExprIdentifierData
- CExprIdentifierFunction
- CExprIdentifierModule
- CExprIdentifierModuleAlias
- CExprIdentifierOverloadedFunction
- CExprIdentifierTypeAlias
- CExprIdentifierTypeVariable
- CExprIdentifierUnresolved
- CExprInterfaceType
- CExprLocal
- CExprSelf
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprIdentifierBase
(
TSPtr< CExpressionBase >&& Context, |
uLang/Semantics/Expression.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Context | TSPtr< CExpressionBase > | uLang/Semantics/Expression.h | ||
| _Qualifier | TSPtr< CExpressionBase > | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSPtr< CExpressionBase > & Context() |
uLang/Semantics/Expression.h | ||
virtual const CDefinition * IdentifierDefinition() |
This is specifically named as such to avoid shadowing other virtual methods (such as on `CNominalType_). | uLang/Semantics/Expression.h | |
const TSPtr< CExpressionBase > & Qualifier() |
uLang/Semantics/Expression.h | ||
void SetContext
(
TSPtr< CExpressionBase > Context |
uLang/Semantics/Expression.h | ||
void SetQualifier
(
TSPtr< CExpressionBase > Qualifier |
uLang/Semantics/Expression.h | ||
TSPtr< CExpressionBase > && TakeContext() |
uLang/Semantics/Expression.h | ||
TSPtr< CExpressionBase > && TakeQualifier() |
uLang/Semantics/Expression.h |
Overridden from CExpressionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanFail
(
const CAstPackage* Package |
Returns whether the expression may fail. | uLang/Semantics/Expression.h | |
virtual const CExpressionBase * FindFirstAsyncSubExpr
(
const CSemanticProgram& Program |
Returns itself or the first async sub-expression or return nullptr if it and all its sub-expressions are immediate. | uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CExprIdentifierBase * AsIdentifierBase() |
This node contains an identifier. | uLang/Semantics/Expression.h | |
virtual bool MayHaveAttributes() |
uLang/Semantics/Expression.h | ||
virtual void VisitChildren
(
SAstVisitor& Visitor |
Iterates over this AST node's direct children, calling Visitor.Visit for each child. | uLang/Semantics/Expression.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/Expression.h |