| Issue 16: | Add support for arithmetic expressions | |
| 1 person starred this issue and may be notified of changes. | Back to list |
See BNF in the JSR (4.12)
Add static methods to eg new class Arithmetics :
plus(T... operands) {
// handle unary + as a special case
}
minus(T... operands)
times(T... operands)
divide(T... ops) / divide(T op1, T op2) ?
+ add SubQuery<T> version
Oct 24, 2008
Project Member
#1
eric.bot...@gmail.com
Labels:
Milestone-Release1.0
Dec 18, 2008
(No comment was entered for this change.)
Status:
Fixed
|