@NonNullByDefault
| Interface | Description |
|---|---|
| BinaryOperator |
Represents a binary operator.
|
| Class | Description |
|---|---|
| AddOperator |
Represents the add operator.
|
| DivideOperator |
Represents the divide operator.
|
| EqualOperator |
Represents the equal operator.
|
| GreaterOrEqualOperator |
Represents the greater or equal operator.
|
| GreaterThanOperator |
Represents the greater than operator.
|
| LessOrEqualOperator |
Represents the less or equal operator.
|
| LessThanOperator |
Represents the less than operator.
|
| ModuloOperator |
Represents the modulo operator.
|
| MultiplyOperator |
Represents the multiply operator.
|
| NotEqualOperator |
Represents the not equal operator.
|
| SubtractOperator |
Represents the subtract operator.
|