Uses of Class
org.basex.query.var.VarScope
Packages that use VarScope
Package
Description
XQuery implementation.
XQuery functions.
-
Uses of VarScope in org.basex.query
Methods in org.basex.query that return VarScopeModifier and TypeMethodDescriptionCompileContext.removeScope()Removes and returns the current variable scope.CompileContext.vs()Returns the current variable scope.Methods in org.basex.query with parameters of type VarScope -
Uses of VarScope in org.basex.query.func
Methods in org.basex.query.func with parameters of type VarScopeModifier and TypeMethodDescriptionStaticFuncs.declare(AnnList anns, QNm qname, Var[] params, SeqType type, Expr expr, String doc, VarScope vs, InputInfo ii) Declares a new user-defined function.Constructors in org.basex.query.func with parameters of type VarScope -
Uses of VarScope in org.basex.query.scope
Fields in org.basex.query.scope declared as VarScopeMethods in org.basex.query.scope with parameters of type VarScopeModifier and TypeMethodDescriptionstatic MainModuleCreates a new main module for a context item declared in the prolog.Constructors in org.basex.query.scope with parameters of type VarScopeModifierConstructorDescriptionMainModule(VarScope vs, Expr expr, SeqType declType, String doc, InputInfo info, TokenObjMap<StaticFunc> funcs, TokenObjMap<StaticVar> vars, TokenSet imports) Constructor.protectedConstructor. -
Uses of VarScope in org.basex.query.util.parse
Methods in org.basex.query.util.parse that return VarScopeModifier and TypeMethodDescriptionLocalVars.popContext()Pops one variable context from the stack. -
Uses of VarScope in org.basex.query.var
Methods in org.basex.query.var with parameters of type VarScope