Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Integer literal - 42, 0, -123, 123_456_789, 0x12fe, 0b101010
| Name | CExprNumber |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprNumber : public uLang::CExpressionBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprNumber
- CAttributable → CExpressionBase → CExprNumber
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE CExprNumber () |
uLang/Semantics/Expression.h | ||
CExprNumber
(
CSemanticProgram&, |
uLang/Semantics/Expression.h | ||
CExprNumber
(
CSemanticProgram&, |
uLang/Semantics/Expression.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _FloatValue | Float | uLang/Semantics/Expression.h | ||
| _IntValue | Integer | uLang/Semantics/Expression.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bIsFloat | bool | uLang/Semantics/Expression.h | ||
| CExprNumber | union uLang::CExprNumber | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Float GetFloatValue() |
uLang/Semantics/Expression.h | ||
Integer GetIntValue() |
uLang/Semantics/Expression.h | ||
bool IsFloat() |
uLang/Semantics/Expression.h | ||
void SetFloatValue
(
CSemanticProgram&, |
uLang/Semantics/Expression.h | ||
void SetIntValue
(
CSemanticProgram&, |
uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/Expression.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/Expression.h | ||
virtual void VisitImmediates
(
SAstVisitor& Visitor |
Iterates over this AST node's immediate fields, calling Visitor.VisitImmediate for each immediate field. | uLang/Semantics/Expression.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/Expression.h |