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

Packages that use CmpN.OpN
org.basex.query.expr XQuery expressions. 
 

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

Fields in org.basex.query.expr declared as CmpN.OpN
static CmpN.OpN[] CmpN.OpN.VALUES
          Cached enums (faster).
 

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