Uses of Enum Class
org.basex.query.var.VarUsage
Packages that use VarUsage
Package
Description
XQuery expressions.
XQuery Full Text expressions.
XQuery path expressions.
XQuery functions.
Functions in the fn namespace.
XQuery values.
-
Uses of VarUsage in org.basex.query.expr
Methods in org.basex.query.expr that return VarUsage -
Uses of VarUsage in org.basex.query.expr.ft
Methods in org.basex.query.expr.ft that return VarUsage -
Uses of VarUsage in org.basex.query.expr.gflwor
Methods in org.basex.query.expr.gflwor that return VarUsage -
Uses of VarUsage in org.basex.query.expr.index
Methods in org.basex.query.expr.index that return VarUsage -
Uses of VarUsage in org.basex.query.expr.path
Methods in org.basex.query.expr.path that return VarUsage -
Uses of VarUsage in org.basex.query.func
Methods in org.basex.query.func that return VarUsage -
Uses of VarUsage in org.basex.query.func.fn
Methods in org.basex.query.func.fn that return VarUsage -
Uses of VarUsage in org.basex.query.up.expr
Methods in org.basex.query.up.expr that return VarUsage -
Uses of VarUsage in org.basex.query.value
Methods in org.basex.query.value that return VarUsage -
Uses of VarUsage in org.basex.query.var
Methods in org.basex.query.var that return VarUsageModifier and TypeMethodDescriptionCombines the usages for two alternative branches.static VarUsageChecks how often a variable or context reference is used in any of the given expressions.Combines the usages for two expressions that are both executed.static VarUsageChecks how often a variable or context reference is accessed in all of the given expressions.VarUsage.times(long count) Number of usages if the code is executedcounttimes.static VarUsageReturns the enum constant of this class with the specified name.static VarUsage[]VarUsage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.query.var with parameters of type VarUsage