Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CAstNode
- CAttributable
- CExpressionBase
- CExprPlaceholder
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/UnknownType.h |
| Include | #include "uLang/Semantics/UnknownType.h" |
Syntax
class CExprPlaceholder : public uLang::CExpressionBase
Remarks
Placeholder expression - "~ph~" produced by placeholder nodes in the Vst.
Constructors
| Type | Name | Description | |
|---|---|---|---|
CExprPlaceholder
(
TUPtr< CUnknownType >&& ExprType |
Overridden from CExpressionBase
| Type | Name | Description | |
|---|---|---|---|
| const CTypeBase * | GetResultType
(
const CSemanticProgram& Program |
Type methods. |
Overridden from CAstNode
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | GetErrorDesc () |
Text methods. | |
| EAstNodeType | GetNodeType () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const CExpressionBase& Other |