Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CSharedMix
- CAstNode
- CAstCompilationUnit
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CAstCompilationUnit : public uLang::CAstNode
Remarks
A group of packages that must be compiled as a unit (= a strongly connected component (SCC) in the dependency graph)
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendPackage
(
TSRef< CAstPackage >&& Package |
||
| EPackageRole | GetRole () |
||
| bool | |||
| const TSRefArray< CAstPackage > & | Packages () |
||
| void | ReservePackages
(
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. |