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