Uses of Interface
org.basex.query.scope.Scope
Packages that use Scope
Package
Description
XQuery implementation.
XQuery functions.
XQuery utility classes.
-
Uses of Scope in org.basex.query
Methods in org.basex.query with parameters of type ScopeModifier and TypeMethodDescriptionvoidCompileContext.removeScope(Scope scope) Prepares the variable scope for being compiled. -
Uses of Scope in org.basex.query.func
Classes in org.basex.query.func that implement ScopeModifier and TypeClassDescriptionfinal classInline function.final classA named function literal.final classA static user-defined function. -
Uses of Scope in org.basex.query.scope
Classes in org.basex.query.scope that implement ScopeModifier and TypeClassDescriptionclassAn XQuery module.final classAn XQuery library module.final classAn XQuery main module.classCommon superclass for static functions and variables.classSuperclass for static functions, variables and the main expression. -
Uses of Scope in org.basex.query.util
Methods in org.basex.query.util with parameters of type ScopeModifier and TypeMethodDescriptionbooleanASTVisitor.inlineFunc(Scope scope) Notifies the visitor of a sub-scope. -
Uses of Scope in org.basex.query.value.item
Classes in org.basex.query.value.item that implement Scope -
Uses of Scope in org.basex.query.var
Classes in org.basex.query.var that implement ScopeModifier and TypeClassDescriptionfinal classStatic variable to which an expression can be assigned.Methods in org.basex.query.var with parameters of type Scope