Uses of Class
org.basex.query.func.StaticFunc

Packages that use StaticFunc
org.basex.query XQuery implementation. 
org.basex.query.func XQuery functions. 
org.basex.query.util.inspect   
org.basex.query.util.unit   
org.basex.query.value.item   
 

Uses of StaticFunc in org.basex.query
 

Fields in org.basex.query with type parameters of type StaticFunc
 java.util.ArrayList<StaticFunc> QueryParser.funcs
          Parsed functions.
 

Uses of StaticFunc in org.basex.query.func
 

Methods in org.basex.query.func that return StaticFunc
 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.
 StaticFunc StaticFuncCall.func()
          Getter for the called function.
 StaticFunc[] StaticFuncs.funcs()
          Returns all user-defined functions.
 StaticFunc StaticFuncs.get(QNm name, long arity, InputInfo ii)
          Returns the function with the given name and arity.
 

Methods in org.basex.query.func with parameters of type StaticFunc
static FuncItem Functions.getUser(StaticFunc sf, QueryContext ctx, InputInfo info)
          Returns a function item for a user-defined function.
 StaticFuncCall StaticFuncCall.init(StaticFunc f)
          Initializes the function and checks for visibility.
 

Uses of StaticFunc in org.basex.query.util.inspect
 

Methods in org.basex.query.util.inspect with parameters of type StaticFunc
 FElem PlainDoc.function(QNm fname, StaticFunc sf, FuncType ftype, FElem parent)
          Creates a description for the specified function.
 

Uses of StaticFunc in org.basex.query.util.unit
 

Method parameters in org.basex.query.util.unit with type arguments of type StaticFunc
 FElem Unit.test(java.util.ArrayList<StaticFunc> funcs)
          Performs the test function.
 

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

Fields in org.basex.query.value.item declared as StaticFunc
 StaticFunc FuncItem.func
          Original function.
 

Constructors in org.basex.query.value.item with parameters of type StaticFunc
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.