Uses of Class
org.basex.query.util.list.AnnList
Packages that use AnnList
Package
Description
XQuery functions.
Query processor, list structures.
-
Uses of AnnList in org.basex.query.func
Methods in org.basex.query.func that return AnnListModifier and TypeMethodDescriptionClosure.annotations()StaticFunc.annotations()XQFunctionExpr.annotations()Annotations of this function.Methods in org.basex.query.func with parameters of type AnnListModifier 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.static booleanStaticFunc.inline(CompileContext cc, AnnList anns, Expr expr) Checks if inlining conditions are given.Constructors in org.basex.query.func with parameters of type AnnList -
Uses of AnnList in org.basex.query.scope
Fields in org.basex.query.scope declared as AnnListConstructors in org.basex.query.scope with parameters of type AnnList -
Uses of AnnList in org.basex.query.util.list
Methods in org.basex.query.util.list that return AnnListModifier and TypeMethodDescriptionAnnList.check(boolean variable, boolean visible) Checks all annotations for parsing errors.Returns the intersection of these annotations and the given ones.Returns the unions of these annotations and the given ones.Methods in org.basex.query.util.list with parameters of type AnnList -
Uses of AnnList in org.basex.query.value.item
Methods in org.basex.query.value.item that return AnnListConstructors in org.basex.query.value.item with parameters of type AnnListModifierConstructorDescriptionprotectedConstructor.FuncItem(StaticContext sc, AnnList anns, QNm name, Var[] params, FuncType type, Expr expr, int stackSize, InputInfo info) Constructor.FuncItem(StaticContext sc, AnnList anns, QNm name, Var[] params, FuncType type, Expr expr, QueryFocus focus, int stackSize, InputInfo info) Constructor. -
Uses of AnnList in org.basex.query.value.type
Fields in org.basex.query.value.type declared as AnnListMethods in org.basex.query.value.type with parameters of type AnnList -
Uses of AnnList in org.basex.query.var
Methods in org.basex.query.var with parameters of type AnnList