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

Method token

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

Adds a token. @param ch character token to be added @return self reference

(final char ch)

Source from the content-addressed store, hash-verified

41 * @return self reference
42 */
43 public QueryString token(final char ch) {
44 tb.add(ch);
45 return this;
46 }
47
48 /**
49 * Adds a token.

Callers 8

functionMethod · 0.95
concatMethod · 0.95
tokensMethod · 0.95
bracedMethod · 0.95
parseMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95

Calls 7

spaceMethod · 0.95
tokenMethod · 0.95
lastMethod · 0.95
startsWithMethod · 0.95
substringMethod · 0.95
addMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected