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

Method concat

basex-core/src/main/java/org/basex/query/QueryString.java:82–84  ·  view source on GitHub ↗

Adds concatenated tokens. @param tokens tokens to be concatenated @return self reference

(final Object... tokens)

Source from the content-addressed store, hash-verified

80 * @return self reference
81 */
82 public QueryString concat(final Object... tokens) {
83 return token(Token.concat(tokens));
84 }
85
86 /**
87 * Adds multiple tokens.

Callers 4

parseMethod · 0.95
QueryTextInterface · 0.45
annotationsMethod · 0.45
simpleNodeTestMethod · 0.45

Calls 2

tokenMethod · 0.95
concatMethod · 0.95

Tested by

no test coverage detected