Table of Contents

Class BinaryOperator

Namespace
ReFuel.CVarScript.AST
Assembly
ReFuel.dll
public class BinaryOperator : Expression
Inheritance
BinaryOperator
Inherited Members

Constructors

BinaryOperator(BinaryOperatorKind, Expression, Expression)

public BinaryOperator(BinaryOperatorKind kind, Expression left, Expression right)

Parameters

kind BinaryOperatorKind
left Expression
right Expression

Properties

Left

public Expression Left { get; }

Property Value

Expression

OpKind

public BinaryOperatorKind OpKind { get; }

Property Value

BinaryOperatorKind

Right

public Expression Right { get; }

Property Value

Expression