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
ArithmeticOperator s that accept two arguments. |
AbstractBinaryIntegerArithmeticOperator |
A template for
ArithmeticOperator s that accept two arguments of type TermType.INTEGER . |
AbstractUnaryArithmeticOperator |
A template for
ArithmeticOperator s 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.