Uses of Interface
org.basex.query.Scope

Packages that use Scope
org.basex.query XQuery implementation. 
org.basex.query.func XQuery functions. 
org.basex.query.util XQuery utility classes. 
org.basex.query.value.item   
org.basex.query.var   
 

Uses of Scope in org.basex.query
 

Classes in org.basex.query that implement Scope
 class LibraryModule
          An XQuery main module.
 class MainModule
          An XQuery main module.
 class StaticDecl
          Common superclass for static functions and variables.
 class StaticScope
          Superclass for static functions, variables and the main expression.
 

Uses of Scope in org.basex.query.func
 

Classes in org.basex.query.func that implement Scope
 class FuncLit
          A named function literal.
 class InlineFunc
          Inline function.
 class StaticFunc
          A static user-defined function.
 

Uses of Scope in org.basex.query.util
 

Methods in org.basex.query.util with parameters of type Scope
 boolean ASTVisitor.inlineFunc(Scope sub)
          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
 class FuncItem
          Function item.
 

Uses of Scope in org.basex.query.var
 

Classes in org.basex.query.var that implement Scope
 class StaticVar
          Static variable to which an expression can be assigned.
 

Methods in org.basex.query.var with parameters of type Scope
 void VarScope.cleanUp(Scope expr)
          Deletes all unused variables from this scope and assigns stack slots.