Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax
Inheritance Hierarchy
- CSharedMix
- Node
- BinaryOp
- BinaryOpAddSub
- BinaryOpMulDivInfix
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
Syntax
struct BinaryOp : public Verse::Vst::Node
Constructors
| Type | Name | Description | |
|---|---|---|---|
BinaryOp
(
const SLocus& Whence, |
|||
BinaryOp
(
const SLocus& Whence, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendChild
(
op in_op, |
||
| void | AppendOperation_Internal
(
const TSRef< Node >& InOperator, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| op |