public interface Scope
Modifier and Type | Method and Description |
---|---|
void |
compile(QueryContext qc)
Compiles the expression contained in this scope.
|
boolean |
compiled()
Checks if this scope has already been compiled.
|
boolean |
visit(ASTVisitor visitor)
Traverses this scope with the given
ASTVisitor . |
boolean visit(ASTVisitor visitor)
ASTVisitor
.visitor
- visitorvoid compile(QueryContext qc) throws QueryException
qc
- query contextQueryException
- compilation errorsboolean compiled()
Copyright © 2005–2015 BaseX Team. All rights reserved.