Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Represents a class definition in the AST.
| Name | CExprClassDefinition |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprClassDefinition :
public uLang::CExpressionBase ,
public uLang::CMemberDefinitions
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprClassDefinition
- CAttributable → CExpressionBase → CExprClassDefinition
- CMemberDefinitions → CExprClassDefinition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprClassDefinition
(
CClass& Class, |
uLang/Semantics/Expression.h | ||
CExprClassDefinition
(
CClass& Class, |
uLang/Semantics/Expression.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~CExprClassDefinition() |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Class | CClass & | uLang/Semantics/Expression.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _SuperTypes | TArray< TSRef< CExpressionBase > > | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetSuperType
(
TSRef< CExpressionBase >&& SuperType, |
uLang/Semantics/Expression.h | ||
void SetSuperTypes
(
TArray< TSRef< CExpressionBase > >&& SuperTypes |
uLang/Semantics/Expression.h | ||
const TArray< TSRef< CExpressionBase > > & SuperTypes() |
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 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 |