MCPcopy Create free account
hub / github.com/BaseXdb/basex / eval

Method eval

basex-core/src/main/java/org/basex/query/expr/CalcOpt.java:93–93  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

91 * @throws QueryException query exception
92 */
93 Item eval(Item item1, Item item2, InputInfo info) throws QueryException;
94
95 /**
96 * Add, two doubles.

Callers 15

unknownNameMethod · 0.65
removeMethod · 0.65
resultMethod · 0.65
itemMethod · 0.65
testMethod · 0.65
testMethod · 0.65
itemMethod · 0.65
itemMethod · 0.65
evalMethod · 0.65
valueMethod · 0.65
testMethod · 0.65
newEvalMethod · 0.65

Calls

no outgoing calls

Tested by 9

unknownNameMethod · 0.52
removeMethod · 0.52
resultMethod · 0.52
rootMethod · 0.52
nodesMethod · 0.52
elementsMethod · 0.52
textsMethod · 0.52
texts1000Method · 0.52
textsSingle1000Method · 0.52