|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Arg2Expression | |
| de.unidu.is.expressions | Provides classes for arbitrary expressions. |
| Uses of Arg2Expression in de.unidu.is.expressions |
| Subclasses of Arg2Expression in de.unidu.is.expressions | |
class |
DifferenceExpression
An expression for the difference of two arguments, eg. arg1-arg2. |
class |
EqualsExpression
An expression for the testing if two arguments are equal, eg. arg1=arg2. |
class |
FractionExpression
An expression for the fraction of two arguments, eg. arg1/arg2. |
class |
ProductExpression
An expression for the product of two arguments, eg. arg1*arg2. |
class |
SumExpression
An expression for the sum of two arguments, eg. arg1+arg2. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||