Performs the calculation. @param item1 first item @param item2 second item @param info input info (can be null) @return result type @throws QueryException query exception
(Item item1, Item item2, InputInfo info)
| 91 | * @throws QueryException query exception |
| 92 | */ |
| 93 | Item eval(Item item1, Item item2, InputInfo info) throws QueryException; |
| 94 | |
| 95 | /** |
| 96 | * Add, two doubles. |
no outgoing calls