Interface IBinaryExpressionNode
public interface IBinaryExpressionNode
Properties
Left
ExpressionNode Left { get; }
Property Value
Op
BinaryExpressionOperator Op { get; }
Property Value
OperatorLocation
TokenLocation OperatorLocation { get; }
Property Value
Right
ExpressionNode Right { get; }