Uses of Class
org.basex.query.value.type.FuncType
Packages that use FuncType
Package
Description
XQuery expressions.
XQuery functions.
-
Uses of FuncType in org.basex.query.expr
Methods in org.basex.query.expr that return FuncType -
Uses of FuncType in org.basex.query.func
Methods in org.basex.query.func that return FuncType -
Uses of FuncType in org.basex.query.value.item
Methods in org.basex.query.value.item that return FuncTypeMethods in org.basex.query.value.item with parameters of type FuncTypeModifier and TypeMethodDescriptionabstract FItemFItem.coerceTo(FuncType ft, QueryContext qc, InputInfo ii, boolean optimize) Coerces this function item to the given function type.FuncItem.coerceTo(FuncType ft, QueryContext qc, InputInfo ii, boolean optimize) final FItemXQData.coerceTo(FuncType ft, QueryContext qc, InputInfo ii, boolean optimize) Constructors in org.basex.query.value.item with parameters of type FuncTypeModifierConstructorDescriptionprotectedConstructor.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.protectedConstructor. -
Uses of FuncType in org.basex.query.value.type
Subclasses of FuncType in org.basex.query.value.typeModifier and TypeClassDescriptionfinal classType for arrays.final classType for maps.Fields in org.basex.query.value.type declared as FuncTypeMethods in org.basex.query.value.type that return FuncType