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