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

Method args

basex-core/src/main/java/org/basex/query/expr/Expr.java:387–389  ·  view source on GitHub ↗

Returns the arguments/operands of an expression (function, list, etc.). @return arguments or null

()

Source from the content-addressed store, hash-verified

385 * @return arguments or {@code null}
386 */
387 public Expr[] args() {
388 return null;
389 }
390
391 /**
392 * Returns the specified argument/operand of an expression (function, list, etc.).

Callers 15

argMethod · 0.95
optBooleanMethod · 0.95
optStringLengthMethod · 0.95
optimizeMethod · 0.95
getMethod · 0.95
mergeStepMethod · 0.95
optMethod · 0.95
optMethod · 0.95
optMethod · 0.95
optMethod · 0.95
optMethod · 0.95
optMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected