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

Method has

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

Indicates if an expression has one of the specified compiler properties. This method must only be called at compile time. It is invoked to test properties of sub-expressions. It returns true if at least flag matches an expression. @param flags flags to be checked @return result of check

(Flag... flags)

Source from the content-addressed store, hash-verified

233 * @return result of check
234 */
235 public abstract boolean has(Flag... flags);
236
237 /**
238 * Checks if the given variable is used by this expression.

Callers 15

checkMethod · 0.95
mergePathsMethod · 0.95
mergeFiltersMethod · 0.95
simplifyMethod · 0.95
isSimpleMethod · 0.95
optimizeMethod · 0.95
optEqualMethod · 0.95
optBooleanMethod · 0.95
optimizeMethod · 0.95
flattenEbvMethod · 0.95
optimizeMethod · 0.95
simplifyForMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected