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

Method compile

basex-core/src/main/java/org/basex/query/expr/Arr.java:45–50  ·  view source on GitHub ↗
(final CompileContext cc)

Source from the content-addressed store, hash-verified

43 }
44
45 @Override
46 public Expr compile(final CompileContext cc) throws QueryException {
47 final int el = exprs.length;
48 for(int e = 0; e < el; e++) exprs[e] = exprs[e].compile(cc);
49 return optimize(cc);
50 }
51
52 @Override
53 public boolean has(final Flag... flags) {

Callers

nothing calls this directly

Calls 2

compileMethod · 0.65
optimizeMethod · 0.45

Tested by

no test coverage detected