Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CExpressionBase
- CMemberDefinitions
- CExprInterfaceDefinition
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprInterfaceDefinition :
public uLang::CExpressionBase ,
public uLang::CMemberDefinitions
Remarks
Represents a interface definition in the AST.
Variables
| Type | Name | Description | |
|---|---|---|---|
| CInterface & | _Interface |
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprInterfaceDefinition
(
CInterface& Interface, |
|||
CExprInterfaceDefinition
(
CInterface& Interface, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetSuperInterface
(
TSRef< CExpressionBase >&& SuperInterface, |
||
| void | SetSuperInterfaces
(
TArray< TSRef< CExpressionBase > >&& SuperInterfaces |
||
| const TArray< TSRef< CExpressionBase > > & |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |
||
| bool | |||
| 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 |