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