Uses of Class
org.basex.query.StaticScope

Packages that use StaticScope
org.basex.query XQuery implementation. 
org.basex.query.func XQuery functions. 
org.basex.query.util.inspect   
org.basex.query.var   
 

Uses of StaticScope in org.basex.query
 

Subclasses of StaticScope in org.basex.query
 class LibraryModule
          An XQuery main module.
 class MainModule
          An XQuery main module.
 class StaticDecl
          Common superclass for static functions and variables.
 

Uses of StaticScope in org.basex.query.func
 

Subclasses of StaticScope in org.basex.query.func
 class StaticFunc
          A static user-defined function.
 

Uses of StaticScope in org.basex.query.util.inspect
 

Fields in org.basex.query.util.inspect declared as StaticScope
protected  StaticScope Inspect.module
          Parsed main module.
 

Uses of StaticScope in org.basex.query.var
 

Subclasses of StaticScope in org.basex.query.var
 class StaticVar
          Static variable to which an expression can be assigned.