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

Method toJava

basex-core/src/main/java/org/basex/query/value/node/FNode.java:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 @Override
128 public final BXNode toJava() {
129 return BXNode.get(this);
130 }
131
132 @Override
133 public final int hashCode() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected