Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Stand-alone semantic analyzer, converts from a syntax program to a semantic program.
| Name | CSemanticAnalyzer |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SemanticAnalyzer/SemanticAnalyzer.h |
| Include Path | #include "uLang/SemanticAnalyzer/SemanticAnalyzer.h" |
Syntax
class CSemanticAnalyzer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CSemanticAnalyzer
(
const TSRef< CSemanticProgram >&, |
uLang/SemanticAnalyzer/SemanticAnalyzer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~CSemanticAnalyzer() |
uLang/SemanticAnalyzer/SemanticAnalyzer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _SemaImpl | TURef< CSemanticAnalyzerImpl > | uLang/SemanticAnalyzer/SemanticAnalyzer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSRef< CSemanticProgram > & GetSemanticProgram() |
uLang/SemanticAnalyzer/SemanticAnalyzer.h | ||
bool ProcessVst
(
const Verse::Vst::Project& Vst, |
uLang/SemanticAnalyzer/SemanticAnalyzer.h |