Uses of Class
org.basex.query.var.VarRef

Packages that use VarRef
org.basex.query.gflwor   
org.basex.query.util XQuery utility classes. 
org.basex.query.var   
 

Uses of VarRef in org.basex.query.gflwor
 

Constructors in org.basex.query.gflwor with parameters of type VarRef
GroupBy(GroupBy.Spec[] gs, VarRef[] pr, Var[] pst, InputInfo ii)
          Constructor.
OrderBy(VarRef[] vs, OrderBy.Key[] ks, InputInfo ii)
          Constructor.
 

Uses of VarRef in org.basex.query.util
 

Methods in org.basex.query.util with parameters of type VarRef
 boolean ASTVisitor.used(VarRef ref)
          Notifies the visitor of a variable reference.
 

Uses of VarRef in org.basex.query.var
 

Methods in org.basex.query.var that return VarRef
 VarRef VarRef.copy(QueryContext ctx, VarScope scp, IntObjMap<Var> vs)
           
 VarRef VarScope.resolve(QNm name, QueryContext ctx, InputInfo ii)
          Tries to resolve the given name as a local variable.