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

Method accept

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

Traverses this expression, notifying the visitor of declared and used variables, and checking the tree for other recursive properties. @param visitor visitor @return if the walk should be continued

(ASTVisitor visitor)

Source from the content-addressed store, hash-verified

485 * @return if the walk should be continued
486 */
487 public abstract boolean accept(ASTVisitor visitor);
488
489 /**
490 * Visit all given expressions with the given visitor.

Callers 2

usesMethod · 0.95
hasFreeVarsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected