Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprTupleElement
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprTupleElement : public uLang::CExpressionBase
Remarks
Tuple element access `TupleExpr(Idx)_
Variables
| Type | Name | Description | |
|---|---|---|---|
| Integer | _ElemIdx | Index resolved from `ElemIdxExpr | |
| TSPtr< CExpressionBase > | _ElemIdxExpr | Expression used to determine index - currently must be an integer literal CExprNumber. | |
| TSPtr< CExpressionBase > | _TupleExpr | Expression that results in tuple to access element from. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprTupleElement
(
CExprInvocation& Invocation |
|||
CExprTupleElement
(
TSPtr< CExpressionBase > TupleExpr, |
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 |