Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Represents a interface definition in the AST.
| Name | CExprInterfaceDefinition |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprInterfaceDefinition :
public uLang::CExpressionBase ,
public uLang::CMemberDefinitions
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprInterfaceDefinition
- CAttributable → CExpressionBase → CExprInterfaceDefinition
- CMemberDefinitions → CExprInterfaceDefinition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprInterfaceDefinition
(
CInterface& Interface, |
uLang/Semantics/Expression.h | ||
CExprInterfaceDefinition
(
CInterface& Interface, |
uLang/Semantics/Expression.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~CExprInterfaceDefinition() |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Interface | CInterface & | uLang/Semantics/Expression.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _SuperInterfaces | TArray< TSRef< CExpressionBase > > | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetSuperInterface
(
TSRef< CExpressionBase >&& SuperInterface, |
uLang/Semantics/Expression.h | ||
void SetSuperInterfaces
(
TArray< TSRef< CExpressionBase > >&& SuperInterfaces |
uLang/Semantics/Expression.h | ||
const TArray< TSRef< CExpressionBase > > & SuperInterfaces() |
uLang/Semantics/Expression.h |
Overridden from CExpressionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBePathSegment
(
const TMacroSymbols& MacroSymbols |
True if this expression can be path of a segment. | uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/Expression.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/Expression.h | ||
virtual bool MayHaveAttributes() |
uLang/Semantics/Expression.h | ||
virtual void VisitChildren
(
SAstVisitor& Visitor |
Iterates over this AST node's direct children, calling Visitor.Visit for each child. | uLang/Semantics/Expression.h | |
virtual void VisitImmediates
(
SAstVisitor& Visitor |
Iterates over this AST node's immediate fields, calling Visitor.VisitImmediate for each immediate field. | uLang/Semantics/Expression.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/Expression.h |