| Interface | Description |
|---|---|
| ITernaryComparator<T extends IExpr> |
| Class | Description |
|---|---|
| BinaryApply | |
| BinaryBindIth1st |
Clone a given AST and set the i-th argument of the new AST to
arg in
the apply method. |
| BinaryEval |
Return the evaluation of a binary AST object
|
| BinaryFunctorImpl<T> |
A function object that takes two arguments and returns a result.
|
| BinaryMap | |
| BinaryNumerical |
Binary numerical function for functions like Plot3D
|
| Comparators | |
| Comparators.BinaryHeadComparator |
Comparator for ExpVectors.
|
| Comparators.ExprComparator |
Compares an expression with another expression for order.
|
| Comparators.ExprReverseComparator |
Compares an expression with another expression for order.
|
| Functors | |
| MultipleArrayFunction | |
| MultipleConstArrayFunction | |
| PositionConverter | |
| Predicates | |
| Predicates.IsBinaryFalse |
Check if the evaluation of a binary AST object gives
False |
| Predicates.IsBinaryTrue |
Check if the evaluation of a binary AST object gives
True |
| UnaryArrayFunction | |
| UnaryBindIth |
Clone a given AST and set the i-th argument of the new AST to
arg in
the apply method. |
| UnaryCollect |
Collect the arguments in a new constructed internal AST.
|
| UnaryNumerical |
Unary numerical function for functions like Plot
|
| UnaryRangeFunction | |
| UnaryVariable2Slot |
| Enum | Description |
|---|---|
| ITernaryComparator.COMPARE_RESULT |
Functors and Predicates.