Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprDefinition
- CExprFunctionDefinition
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprFunctionDefinition : public uLang::CExprDefinition
Remarks
Represents a function definition in the AST.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprFunctionDefinition
(
const TSRef< CFunction >& Function, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
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 () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const CExpressionBase& Other |