Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax
Inheritance Hierarchy
- CSharedMix
- Node
- CAtom
- CharLiteral
- Comment
- FloatLiteral
- Identifier
- InterpolatedString
- IntLiteral
- Operator
- PathLiteral
- Placeholder
- StringLiteral
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
Syntax
class CAtom : public Verse::Vst::Node
Remarks
Syntax element that does not need children. These nodes do not have a structure (i.e. no children), but rather are leaves in the hierarchy.
Variables
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | _OriginalCode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
CAtom
(
const uLang::CUTF8StringView& CodeStr, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const char * | |||
| const CUTF8String & | |||
| const string & |