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

Method info

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

Returns the input info of this expression, or the supplied reference as fallback. @param info fallback reference @return info or null

(final InputInfo info)

Source from the content-addressed store, hash-verified

531 * @return info or {@code null}
532 */
533 public final InputInfo info(final InputInfo info) {
534 final InputInfo ii = info();
535 return ii != null ? ii : info;
536 }
537
538 /**
539 * {@inheritDoc}

Callers 3

optimizeMethod · 0.95
getMethod · 0.95
optMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected