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

Method value

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

Evaluates the expression and returns the resulting value. If this method is not implemented, either #iter(QueryContext) or #item(QueryContext, InputInfo) must be implemented instead. @param qc query context @return value @throws QueryException query exception

(QueryContext qc)

Source from the content-addressed store, hash-verified

75 * @throws QueryException query exception
76 */
77 public abstract Value value(QueryContext qc) throws QueryException;
78
79 /**
80 * Evaluates the expression and returns the resulting item,

Callers 9

valueMethod · 0.95
valueMethod · 0.95
minmaxMethod · 0.95
sumMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
iterMethod · 0.95
valueMethod · 0.95
itemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected