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

Method toString

basex-core/src/main/java/org/basex/query/func/FuncLit.java:150–154  ·  view source on GitHub ↗
(final QueryString qs)

Source from the content-addressed store, hash-verified

148 }
149
150 @Override
151 public void toString(final QueryString qs) {
152 qs.token(anns).concat("(: ", name.prefixId(), "#", params.length, " :)");
153 qs.token(FN).params(params).token(AS).token(funcType().declType).brace(expr);
154 }
155}

Callers

nothing calls this directly

Calls 6

prefixIdMethod · 0.80
braceMethod · 0.80
tokenMethod · 0.65
funcTypeMethod · 0.65
concatMethod · 0.45
paramsMethod · 0.45

Tested by

no test coverage detected