Uses of Class
org.basex.query.StaticContext

Packages that use StaticContext
org.basex.query XQuery implementation. 
org.basex.query.func XQuery functions. 
org.basex.query.value.item   
org.basex.query.var   
 

Uses of StaticContext in org.basex.query
 

Fields in org.basex.query declared as StaticContext
 StaticContext QueryContext.sc
          Static context of an expression.
 StaticContext StaticDecl.sc
          Static context of this declaration.
 

Constructors in org.basex.query with parameters of type StaticContext
StaticDecl(StaticContext sctx, Ann a, QNm nm, SeqType t, VarScope scp, java.lang.String xqdoc, InputInfo ii)
          Constructor.
 

Uses of StaticContext in org.basex.query.func
 

Fields in org.basex.query.func declared as StaticContext
protected  StaticContext StaticFuncCall.sc
          Static context of this function call.
 

Methods in org.basex.query.func with parameters of type StaticContext
 StaticFunc StaticFuncs.declare(Ann ann, QNm nm, Var[] args, SeqType ret, Expr body, StaticContext sc, VarScope scp, java.lang.String xqdoc, InputInfo ii)
          Declares a new user-defined function.
 TypedFunc StaticFuncs.getFuncRef(QNm name, Expr[] args, StaticContext sc, InputInfo ii)
          Returns a new reference to the function with the given name and arity.
 

Constructors in org.basex.query.func with parameters of type StaticContext
BaseFuncCall(QNm nm, Expr[] a, StaticContext sctx, InputInfo ii)
          Function constructor.
FuncLit(QNm nm, Var[] arg, Expr fn, FuncType ft, VarScope scp, StaticContext sctx, InputInfo ii)
          Constructor.
InlineFunc(InputInfo ii, SeqType r, Var[] v, Expr e, Ann a, StaticContext stc, VarScope scp)
          Constructor.
StaticFunc(Ann a, QNm n, Var[] v, SeqType r, Expr e, StaticContext stc, VarScope scp, java.lang.String xqdoc, InputInfo ii)
          Function constructor.
 

Uses of StaticContext in org.basex.query.value.item
 

Constructors in org.basex.query.value.item with parameters of type StaticContext
FuncItem(QNm n, Var[] arg, Expr body, FuncType t, boolean cst, java.util.Map<Var,Value> cls, VarScope scp, StaticContext sctx, StaticFunc sf)
          Constructor.
FuncItem(QNm n, Var[] arg, Expr body, FuncType t, boolean cst, Value vl, long ps, long sz, java.util.Map<Var,Value> cls, VarScope scp, StaticContext sctx, StaticFunc sf)
          Constructor.
FuncItem(QNm n, Var[] arg, Expr body, FuncType t, VarScope scp, StaticContext sctx, StaticFunc sf)
          Constructor.
FuncItem(Var[] arg, Expr body, FuncType t, java.util.Map<Var,Value> cl, boolean cst, VarScope scp, StaticContext sctx)
          Constructor for anonymous functions.
 

Uses of StaticContext in org.basex.query.var
 

Methods in org.basex.query.var with parameters of type StaticContext
 StaticVar Variables.declare(QNm nm, SeqType t, Ann a, Expr e, boolean ext, StaticContext sctx, VarScope scp, java.lang.String xqdoc, InputInfo ii)
          Declares a new static variable.
 StaticVarRef Variables.newRef(QNm nm, StaticContext sctx, InputInfo ii)
          returns a new reference to the (possibly not yet declared) variable with the given name.
 

Constructors in org.basex.query.var with parameters of type StaticContext
StaticVarRef(InputInfo ii, QNm nm, StaticContext sctx)
          Constructor.