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

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

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

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

Methods in org.basex.query.expr that return CmpG.Comp
abstract  CmpG.Comp CmpG.Comp.invert()
          Inverts the comparator.
static CmpG.Comp CmpG.Comp.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CmpG.Comp[] CmpG.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 CmpG.Comp
CmpG(Expr e1, Expr e2, CmpG.Comp c)
          Constructor.