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

Method paren

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

Adds a token wrapped with parentheses. @param token token to be added @return self reference

(final Object token)

Source from the content-addressed store, hash-verified

143 * @return self reference
144 */
145 public QueryString paren(final Object token) {
146 return braced("(", token, ")");
147 }
148
149 /**
150 * Adds a token wrapped with curly braces.

Callers 12

toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80

Calls 1

bracedMethod · 0.95

Tested by

no test coverage detected