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