Uses of Class
org.basex.query.func.StaticFunc
Packages that use StaticFunc
-
Uses of StaticFunc in org.basex.query.func
Methods in org.basex.query.func that return StaticFuncModifier 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.StaticFuncCall.evalFunc(QueryContext qc) StaticFuncCall.func()Returns the called function if already known.StaticFuncs.funcs()Returns all user-defined functions.Returns the function with the given name and arity.Methods in org.basex.query.func with parameters of type StaticFuncModifier and TypeMethodDescriptionstatic FuncItemFunctions.getUser(StaticFunc sf, QueryContext qc, StaticContext sc, InputInfo ii) Returns a function item for a user-defined function.StaticFuncCall.init(StaticFunc sf) Initializes the function and checks for visibility.SeqType[]StaticFuncs.seqTypes(StaticFunc func) Returns the unions of the sequences types for function calls of the specified function. -
Uses of StaticFunc in org.basex.query.scope
Methods in org.basex.query.scope that return types with arguments of type StaticFuncModifier and TypeMethodDescriptionfinal TokenObjMap<StaticFunc>AModule.funcs()Return static functions.Methods in org.basex.query.scope with parameters of type StaticFuncModifier and TypeMethodDescriptionstatic MainModuleMainModule.get(StaticFunc sf, Expr[] args) Creates a new main module for the specified function.Constructor parameters in org.basex.query.scope with type arguments of type StaticFuncModifierConstructorDescriptionLibraryModule(String doc, TokenObjMap<StaticFunc> funcs, TokenObjMap<StaticVar> vars, TokenSet modules, StaticContext sc) Constructor.MainModule(VarScope vs, Expr expr, SeqType declType, String doc, InputInfo info, TokenObjMap<StaticFunc> funcs, TokenObjMap<StaticVar> vars, TokenSet imports) Constructor.