Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax
Inheritance Hierarchy
- CSharedMix
- Node
- Assignment
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
Syntax
struct Assignment : public Verse::Vst::Node
Remarks
Corresponds to set $1 $op $2_ syntax. The left-hand side will always be a Mutation node. $op_ may be =, +=_, -=, *=_, or /= - importantly, not `:=_. For example, setX=Y becomes AssignmentMutationSetIdentifierXIdentifierY
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Enums
| Type | Name | Description | |
|---|---|---|---|
| EOp |
Constants
| Name | Description |
|---|---|
| StaticType |