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

Method args

basex-core/src/main/java/org/basex/query/func/AFunction.java:45–45  ·  view source on GitHub ↗

Returns a string representation of the function with the specified arguments (see FuncDefinition). @param args arguments @return string representation with leading space (simplifies nesting of returned string)

(final Object... args)

Source from the content-addressed store, hash-verified

43 * @return string representation with leading space (simplifies nesting of returned string)
44 */
45 default String args(final Object... args) {
46 return definition().args(false, args);
47 }
48

Callers 15

putMethod · 0.65
putPostMethod · 0.65
getMethod · 0.65
putDeleteMethod · 0.65
emptyReqMethod · 0.65
noParamsMethod · 0.65
unknownMethod · 0.65
sendRequestMethod · 0.65
put4Method · 0.65
resourcesMethod · 0.65
testMethod · 0.65
methodMethod · 0.65

Implementers 2

ApiFunctionbasex-api/src/main/java/org/basex/quer
Functionbasex-core/src/main/java/org/basex/que

Calls

no outgoing calls

Tested by 15

putMethod · 0.52
putPostMethod · 0.52
getMethod · 0.52
putDeleteMethod · 0.52
emptyReqMethod · 0.52
noParamsMethod · 0.52
unknownMethod · 0.52
sendRequestMethod · 0.52
put4Method · 0.52
resourcesMethod · 0.52
testMethod · 0.52
methodMethod · 0.52