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

Method toJava

basex-core/src/main/java/org/basex/query/value/Value.java:195–195  ·  view source on GitHub ↗

Returns a Java representation of the value. @return Java object @throws QueryException query exception

()

Source from the content-addressed store, hash-verified

193 * @throws QueryException query exception
194 */
195 public abstract Object toJava() throws QueryException;
196
197 @Override
198 public final boolean has(final Flag... flags) {

Callers 15

initParamsMethod · 0.45
queryStringsMethod · 0.45
toStringMethod · 0.45
iterateMethod · 0.45
commandMethod · 0.45
stringMethod · 0.45
toStringMethod · 0.45
toMsMethod · 0.45
itemMethod · 0.45
itemMethod · 0.45
valueMethod · 0.45
bytesToB64Method · 0.45

Calls

no outgoing calls

Tested by 1

getNameMethod · 0.36