Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Access to the instance the current function is being invoked on.
| Name | CExprSelf |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprSelf : public uLang::CExprIdentifierBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprIdentifierBase → CExprSelf
- CAttributable → CExpressionBase → CExprIdentifierBase → CExprSelf
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprSelf
(
const CTypeBase* Type, |
uLang/Semantics/Expression.h |
Functions
Public
Overridden from CExprIdentifierBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CDefinition * IdentifierDefinition() |
This is specifically named as such to avoid shadowing other virtual methods (such as on `CNominalType_). | uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/Expression.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/Expression.h |