|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmpV.OpV | |
---|---|
org.basex.query.expr | XQuery expressions. |
Uses of CmpV.OpV in org.basex.query.expr |
---|
Fields in org.basex.query.expr declared as CmpV.OpV | |
---|---|
static CmpV.OpV[] |
CmpV.OpV.VALUES
Cached enums (faster). |
Methods in org.basex.query.expr that return CmpV.OpV | |
---|---|
abstract CmpV.OpV |
CmpV.OpV.invert()
Inverts the comparator. |
abstract CmpV.OpV |
CmpV.OpV.swap()
Swaps the comparator. |
static CmpV.OpV |
CmpV.OpV.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CmpV.OpV[] |
CmpV.OpV.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.basex.query.expr with parameters of type CmpV.OpV | |
---|---|
static Expr |
Pos.get(CmpV.OpV cmp,
Expr a,
Expr o,
InputInfo ii)
Returns an instance of this class, if possible, and the input expression otherwise. |
Constructors in org.basex.query.expr with parameters of type CmpV.OpV | |
---|---|
CmpV(Expr e1,
Expr e2,
CmpV.OpV o,
InputInfo ii)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |