Uses of Class
org.basex.query.StaticDecl

Packages that use StaticDecl
org.basex.query.func XQuery functions. 
org.basex.query.var   
 

Uses of StaticDecl in org.basex.query.func
 

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

Uses of StaticDecl in org.basex.query.var
 

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