Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprInvocation
- CExprBinaryArithmetic
- CExprComparison
- CExprQueryValue
- CExprUnaryArithmetic
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprInvocation : public uLang::CExpressionBase
Remarks
Routine call - expr1.call(expr2, expr3)
Variables
| Type | Name | Description | |
|---|---|---|---|
| EBracketingStyle | _CallsiteBracketStyle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprInvocation
(
TSRef< CExpressionBase >&& Argument |
|||
CExprInvocation
(
CExprInvocation&& Rhs |
|||
CExprInvocation
(
EBracketingStyle CallsiteBracketStyle, |
|||
CExprInvocation
(
EBracketingStyle CallsiteBracketStyle, |
|||
CExprInvocation
(
EBracketingStyle CallsiteBracketStyle, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSPtr< CExpressionBase > & | GetArgument () |
||
| const TSPtr< CExpressionBase > & | GetCallee () |
||
| const CFunctionType * | |||
| void | SetArgument
(
TSPtr< CExpressionBase >&& Arguments |
||
| void | SetCallee
(
TSPtr< CExpressionBase >&& Callee |
||
| void | SetResolvedCalleeType
(
const CFunctionType* ResolvedCalleeType |
||
| TSPtr< CExpressionBase > && | TakeArgument () |
||
| TSPtr< CExpressionBase > && | TakeCallee () |
Overridden from CExpressionBase
| Type | Name | Description | |
|---|---|---|---|
| bool | CanFail () |
Returns whether the expression may fail. | |
| const CExpressionBase * | FindFirstAsyncSubExpr
(
const CSemanticProgram& Program |
Get the function that this invocation calls |
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. | |
| 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 |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EBracketingStyle |