Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- SAstVisitor
- TAstFunctionVisitor
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
template<typename FunctionType>
struct TAstFunctionVisitor : public uLang::SAstVisitor
Remarks
CAstNode Implementations.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FunctionType | _Function |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TAstFunctionVisitor
(
FunctionType&& Function |
Overridden from SAstVisitor
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | VisitElement
(
CAstNode& AstNode |