Class BinaryArithmeticOperatorSymbol
Represents any binary arithmetic operator symbol.
public abstract record BinaryArithmeticOperatorSymbol : BinaryOperatorSymbol<ArithmeticOperatorSemanticFlags>, IEquatable<Symbol>, IEquatable<UnboundSymbol>, IEquatable<UnboundTypedSymbol>, IEquatable<StaticSymbol>, IEquatable<OperatorSymbol<BinaryOperatorSemanticContext<ArithmeticOperatorSemanticFlags>, ArithmeticOperatorSemanticFlags>>, IEquatable<BinaryOperatorSymbol<ArithmeticOperatorSemanticFlags>>, IEquatable<BinaryArithmeticOperatorSymbol>
- Inheritance
-
OperatorSymbol<BinaryOperatorSemanticContext<ArithmeticOperatorSemanticFlags>, ArithmeticOperatorSemanticFlags>BinaryArithmeticOperatorSymbol
- Implements
- Derived
- Inherited Members
Constructors
BinaryArithmeticOperatorSymbol(string)
Represents any binary arithmetic operator symbol.
protected BinaryArithmeticOperatorSymbol(string Token)
Parameters
Tokenstring