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

Method toString

basex-core/src/main/java/org/basex/query/expr/Try.java:215–218  ·  view source on GitHub ↗
(final QueryString qs)

Source from the content-addressed store, hash-verified

213 }
214
215 @Override
216 public void toString(final QueryString qs) {
217 qs.token(TRY).brace(expr).tokens(catches).token(FINALLY).brace(fnlly);
218 }
219}

Callers

nothing calls this directly

Calls 3

braceMethod · 0.80
tokenMethod · 0.65
tokensMethod · 0.45

Tested by

no test coverage detected