Table of Contents

Class BitwiseShiftRightExpressionNode

Namespace
StepLang.Parsing
Assembly
StepLang.dll
public record BitwiseShiftRightExpressionNode : BinaryExpressionNode, IEvaluatableNode<IExpressionEvaluator, ExpressionResult>, INode, IEquatable<ExpressionNode>, IBinaryExpressionNode, IEquatable<BinaryExpressionNode>, IEquatable<BitwiseShiftRightExpressionNode>
Inheritance
BitwiseShiftRightExpressionNode
Implements
Inherited Members

Constructors

BitwiseShiftRightExpressionNode(BitwiseShiftRightExpressionNode)

protected BitwiseShiftRightExpressionNode(BitwiseShiftRightExpressionNode original)

Parameters

original BitwiseShiftRightExpressionNode

BitwiseShiftRightExpressionNode(TokenLocation, ExpressionNode, ExpressionNode)

public BitwiseShiftRightExpressionNode(TokenLocation OperatorLocation, ExpressionNode Left, ExpressionNode Right)

Parameters

OperatorLocation TokenLocation
Left ExpressionNode
Right ExpressionNode

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

Methods

Deconstruct(out TokenLocation, out ExpressionNode, out ExpressionNode)

public void Deconstruct(out TokenLocation OperatorLocation, out ExpressionNode Left, out ExpressionNode Right)

Parameters

OperatorLocation TokenLocation
Left ExpressionNode
Right ExpressionNode

Equals(BinaryExpressionNode?)

public override sealed bool Equals(BinaryExpressionNode? other)

Parameters

other BinaryExpressionNode

Returns

bool

Equals(BitwiseShiftRightExpressionNode?)

public virtual bool Equals(BitwiseShiftRightExpressionNode? other)

Parameters

other BitwiseShiftRightExpressionNode

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

EvaluateUsing(IExpressionEvaluator)

public override ExpressionResult EvaluateUsing(IExpressionEvaluator evaluator)

Parameters

evaluator IExpressionEvaluator

Returns

ExpressionResult

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected override bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(BitwiseShiftRightExpressionNode?, BitwiseShiftRightExpressionNode?)

public static bool operator ==(BitwiseShiftRightExpressionNode? left, BitwiseShiftRightExpressionNode? right)

Parameters

left BitwiseShiftRightExpressionNode
right BitwiseShiftRightExpressionNode

Returns

bool

operator !=(BitwiseShiftRightExpressionNode?, BitwiseShiftRightExpressionNode?)

public static bool operator !=(BitwiseShiftRightExpressionNode? left, BitwiseShiftRightExpressionNode? right)

Parameters

left BitwiseShiftRightExpressionNode
right BitwiseShiftRightExpressionNode

Returns

bool