Uses of Class
org.basex.query.expr.CmpV.Comp

Packages that use CmpV.Comp
org.basex.query.expr This package contains all XQuery expressions. 
 

Uses of CmpV.Comp in org.basex.query.expr
 

Fields in org.basex.query.expr declared as CmpV.Comp
 CmpV.Comp CmpV.cmp
          Comparator.
 CmpV.Comp CmpG.Comp.cmp
          Comparator.
 

Methods in org.basex.query.expr that return CmpV.Comp
abstract  CmpV.Comp CmpV.Comp.invert()
          Inverts the comparator.
static CmpV.Comp CmpV.Comp.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CmpV.Comp[] CmpV.Comp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.basex.query.expr with parameters of type CmpV.Comp
CmpV(Expr e1, Expr e2, CmpV.Comp c)
          Constructor.