Uses of Package
org.basex.query.var

Packages that use org.basex.query.var
org.basex.query XQuery implementation. 
org.basex.query.expr XQuery expressions. 
org.basex.query.ft XQuery Full Text expressions. 
org.basex.query.func XQuery functions. 
org.basex.query.gflwor   
org.basex.query.path XQuery path expressions. 
org.basex.query.up.expr   
org.basex.query.util XQuery utility classes. 
org.basex.query.value XQuery data types. 
org.basex.query.value.item   
org.basex.query.value.node   
org.basex.query.value.type   
org.basex.query.var   
 

Classes in org.basex.query.var used by org.basex.query
StaticVar
          Static variable to which an expression can be assigned.
Var
          Variable expression.
Variables
          Container of global variables of a module.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
 

Classes in org.basex.query.var used by org.basex.query.expr
Var
          Variable expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
VarUsage
          A tri-state encoding the number of usages of a variable.
 

Classes in org.basex.query.var used by org.basex.query.ft
Var
          Variable expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
VarUsage
          A tri-state encoding the number of usages of a variable.
 

Classes in org.basex.query.var used by org.basex.query.func
Var
          Variable expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
VarUsage
          A tri-state encoding the number of usages of a variable.
 

Classes in org.basex.query.var used by org.basex.query.gflwor
Var
          Variable expression.
VarRef
          Local Variable Reference expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
VarUsage
          A tri-state encoding the number of usages of a variable.
 

Classes in org.basex.query.var used by org.basex.query.path
Var
          Variable expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
VarUsage
          A tri-state encoding the number of usages of a variable.
 

Classes in org.basex.query.var used by org.basex.query.up.expr
Var
          Variable expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
VarUsage
          A tri-state encoding the number of usages of a variable.
 

Classes in org.basex.query.var used by org.basex.query.util
StaticVar
          Static variable to which an expression can be assigned.
Var
          Variable expression.
VarRef
          Local Variable Reference expression.
 

Classes in org.basex.query.var used by org.basex.query.value
Var
          Variable expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
VarUsage
          A tri-state encoding the number of usages of a variable.
 

Classes in org.basex.query.var used by org.basex.query.value.item
Var
          Variable expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
 

Classes in org.basex.query.var used by org.basex.query.value.node
Var
          Variable expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
 

Classes in org.basex.query.var used by org.basex.query.value.type
Var
          Variable expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
 

Classes in org.basex.query.var used by org.basex.query.var
StaticVar
          Static variable to which an expression can be assigned.
StaticVarRef
          Reference to a static variable.
Var
          Variable expression.
VarRef
          Local Variable Reference expression.
VarScope
          The scope of variables, either the query, a use-defined or an inline function.
VarUsage
          A tri-state encoding the number of usages of a variable.