AdditionOperator |
An operation that performs an addition between its operands.
|
ArithmeticOperator |
A numerical operation on operand(s) of type NumericType .
|
BitwiseOperator |
An operation that treats its operand(s) as bit vectors, operating on each bit
individually.
|
ComparisonOperator |
|
DivisionOperator |
An operation that performs a division between its operands.
|
LogicalOperator |
|
ModuloOperator |
An operation that performs a modulo (Euclidean modulo between the two
operands and taking the sign of the divisor) between its operands.
|
MultiplicationOperator |
An operation that performs a multiplication between its operands.
|
NegatableOperator |
|
OverflowingOperator |
An operation that might overflow or underflow.
|
RemainderOperator |
An operation that performs a remainder (the remainder of the division between
the two operands and taking the sign of the dividend) between its operands.
|
StringOperator |
An operation manipulating one or more values of type StringType .
|
SubtractionOperator |
An operation that performs a subtraction between its operands.
|
TypeOperator |
An operation manipulating the types of concrete values.
|