Uses of Enum Class
org.basex.query.expr.CmpV.OpV
Packages that use CmpV.OpV
Package
Description
XQuery expressions.
Functions in the fn namespace.
-
Uses of CmpV.OpV in org.basex.query.expr
Fields in org.basex.query.expr declared as CmpV.OpVModifier and TypeFieldDescriptionfinal CmpV.OpVCmpG.OpG.opVValue comparison operator.static final CmpV.OpV[]CmpV.OpV.VALUESCached enums (faster).Methods in org.basex.query.expr that return CmpV.OpVModifier and TypeMethodDescriptionabstract CmpV.OpVCmpV.OpV.invert()Inverts the comparator.abstract CmpV.OpVCmp.opV()Returns the value operator of the expression.final CmpV.OpVCmpG.opV()CmpN.opV()CmpV.opV()abstract CmpV.OpVCmpV.OpV.swap()Swaps the comparator.static CmpV.OpVReturns the enum constant of this class with the specified name.static CmpV.OpV[]CmpV.OpV.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.basex.query.expr with parameters of type CmpV.OpV -
Uses of CmpV.OpV in org.basex.query.func.fn
Methods in org.basex.query.func.fn with parameters of type CmpV.OpVModifier and TypeMethodDescriptionFnDistinctValues.duplicates(CmpV.OpV op, CompileContext cc) Rewrites the function call to a duplicate check.