Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Error expression - "~er~" produced when an expression couldn't be analyzed due to an error.
| Name | CExprError |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/UnknownType.h |
| Include Path | #include "uLang/Semantics/UnknownType.h" |
Syntax
class CExprError : public uLang::CExpressionBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprError
- CAttributable → CExpressionBase → CExprError
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprError
(
TUPtr< CUnknownType >&& ExprType, |
uLang/Semantics/UnknownType.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bCanFail | bool | uLang/Semantics/UnknownType.h | ||
| _ExprType | TUPtr< CUnknownType > | uLang/Semantics/UnknownType.h | ||
| _UnknownChildren | TSPtrArray< CAstNode > | uLang/Semantics/UnknownType.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendChild
(
TSPtr< CAstNode >&& Child |
We hold onto child expressions in service of semantic analysis we may want info for nested expressions, which may be well-formed, even if this parent was not fully formed. | uLang/Semantics/UnknownType.h |
Overridden from CExpressionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanFail
(
const CAstPackage* Package |
Returns whether the expression may fail. | uLang/Semantics/UnknownType.h | |
virtual const CTypeBase * GetResultType
(
const CSemanticProgram& Program |
Type methods. | uLang/Semantics/UnknownType.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/UnknownType.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/UnknownType.h | ||
virtual void VisitChildren
(
SAstVisitor& Visitor |
Iterates over this AST node's direct children, calling Visitor.Visit for each child. | uLang/Semantics/UnknownType.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/UnknownType.h |