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

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

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

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