Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Represents a project in the AST.
| Name | CAstProject |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CAstProject : public uLang::CAstNode
Inheritance Hierarchy
- CSharedMix → CAstNode → CAstProject
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CAstProject
(
const CUTF8StringView& Name |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Name | CUTF8String | uLang/Semantics/Expression.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _OrderedCompilationUnits | TSRefArray< CAstCompilationUnit > | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendCompilationUnit
(
TSRef< CAstCompilationUnit >&& CompilationUnit |
uLang/Semantics/Expression.h | ||
const CAstPackage * FindPackageByName
(
const CUTF8String& PackageName |
uLang/Semantics/Expression.h | ||
int32_t GetNumPackages() |
uLang/Semantics/Expression.h | ||
const TSRefArray< CAstCompilationUnit > & OrderedCompilationUnits() |
uLang/Semantics/Expression.h | ||
void ReserveCompilationUnits
(
int32_t Num |
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 |