Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprIdentifierBase
- CExprIdentifierFunction
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprIdentifierFunction : public uLang::CExprIdentifierBase
Remarks
Access to instance function members
Variables
| Type | Name | Description | |
|---|---|---|---|
| const bool | _bSuperQualified | ||
| const CTypeBase * | _ConstructorNegativeReturnType | ||
| const CFunction & | _Function | ||
| TArray< SInstantiatedTypeVariable > | _InstantiatedTypeVariables | [CFlowType](API\Runtime\VerseCompiler\uLang\Semantics\CFlowType)_s created as part of instantiating Function. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprIdentifierFunction
(
const CFunction& Function, |
|||
CExprIdentifierFunction
(
const CFunction& Function, |
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 |