|
|||||||||||
| 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.ArgNExpression
de.unidu.is.expressions.SumNExpression
An expression for the sum of a list of arguments, i.e. arg1+arg2+arg3+...
| Field Summary |
| Fields inherited from class de.unidu.is.expressions.ArgNExpression |
args, op |
| Constructor Summary | |
SumNExpression(java.util.List args)
Creates a new expression object. |
|
| Methods inherited from class de.unidu.is.expressions.ArgNExpression |
getSQLTemplate, substitute, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SumNExpression(java.util.List args)
args - list of arguments of this expression
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||