Table of Contents

Interface IBinaryExpressionNode

Namespace
StepLang.Parsing
Assembly
StepLang.dll
public interface IBinaryExpressionNode

Properties

Left

ExpressionNode Left { get; }

Property Value

ExpressionNode

Op

BinaryExpressionOperator Op { get; }

Property Value

BinaryExpressionOperator

OperatorLocation

TokenLocation OperatorLocation { get; }

Property Value

TokenLocation

Right

ExpressionNode Right { get; }

Property Value

ExpressionNode