Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax
Inheritance Hierarchy
- CSharedMix
- Node
- BinaryOp
- BinaryOpMulDivInfix
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
Syntax
struct BinaryOpMulDivInfix : public Verse::Vst::BinaryOp
Constructors
| Type | Name | Description | |
|---|---|---|---|
BinaryOpMulDivInfix
(
const SLocus& Whence |
|||
BinaryOpMulDivInfix
(
const SLocus& Whence, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendDivOperation
(
const SLocus& DivWhence, |
||
| void | AppendInfixOperation
(
const TSRef< Identifier >& OpIdentifier, |
||
| void | AppendMulOperation
(
const SLocus& MulWhence, |
Constants
| Name | Description |
|---|---|
| StaticType |