| Interface | Description |
|---|---|
| ArithmeticOperator |
Represents a function that returns a single numerical value.
|
| Numeric |
A
Term that has a numerical value. |
| PreprocessableArithmeticOperator |
| Class | Description |
|---|---|
| AbstractArithmeticOperator | |
| AbstractBinaryArithmeticOperator |
A template for
ArithmeticOperators that accept two arguments. |
| AbstractBinaryIntegerArithmeticOperator |
A template for
ArithmeticOperators that accept two arguments of type TermType.INTEGER. |
| AbstractUnaryArithmeticOperator |
A template for
ArithmeticOperators that accept exactly one argument. |
| ArithmeticOperators |
Maintains a collection of
ArithmeticOperator instances. |
| NumericTermComparator |
Provides methods for comparing instances of
Numeric. |
Copyright © 2024. All rights reserved.