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

Packages that use CmpV.Comp
org.basex.query.xquery.expr Contains XQuery 1.0 expressions. 
 

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

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

Methods in org.basex.query.xquery.expr that return CmpV.Comp
static CmpV.Comp CmpV.Comp.valueOf(java.lang.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.xquery.expr with parameters of type CmpV.Comp
CmpV(Expr e1, Expr e2, CmpV.Comp c)
          Constructor.