Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprTypeFormer
- CExprArrow
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprArrow : public uLang::CExprTypeFormer
Remarks
Create a function type from a parameter and return type. Also used on the LHS of a definition as a pattern for iteration pairs.
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprArrow
(
TSRef< CExpressionBase >&& Domain, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSRef< CExpressionBase > & | Domain () |
||
| const CFunctionType * | |||
| const TSRef< CExpressionBase > & | Range () |
||
| void | SetDomain
(
TSRef< CExpressionBase >&& NewDomain |
||
| void | SetRange
(
TSRef< CExpressionBase >&& NewRange |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |
||
| void | VisitChildren
(
SAstVisitor& Visitor |
Iterates over this AST node's direct children, calling Visitor.Visit for each child. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const CExpressionBase& Other |