|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.expressions.AbstractExpression
de.unidu.is.expressions.Arg2Expression
de.unidu.is.expressions.ProductExpression
An expression for the product of two arguments, eg. arg1*arg2.
| Field Summary |
| Fields inherited from class de.unidu.is.expressions.Arg2Expression |
arg1, arg2, op |
| Constructor Summary | |
ProductExpression(Expression arg1,
Expression arg2)
Creates a new expression object. |
|
| Methods inherited from class de.unidu.is.expressions.Arg2Expression |
getArg1, getArg2, getOp, getSQLTemplate, substitute, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ProductExpression(Expression arg1,
Expression arg2)
arg1 - first argument of this expressionarg2 - second argument of this expression
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||