Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstPackageRef
- CModule
- CModulePart
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include | #include "uLang/Semantics/SemanticProgram.h" |
Syntax
class CAstPackageRef
Remarks
Encapsulates a reference to an AST/IR package
Functions
| Type | Name | Description | |
|---|---|---|---|
| CAstPackage * | |||
| CAstPackage * | GetIrPackage () |
||
| void | SetAstPackage
(
CAstPackage* AstPackage |
||
| void | SetIrPackage
(
CAstPackage* IrPackage |