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

Method toString

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

Source from the content-addressed store, hash-verified

307 }
308
309 @Override
310 public void toString(final QueryString qs) {
311 qs.token(SWITCH).paren(cond).tokens(groups);
312 }
313}

Callers

nothing calls this directly

Calls 3

parenMethod · 0.80
tokenMethod · 0.65
tokensMethod · 0.45

Tested by

no test coverage detected