| Package | Description |
|---|---|
| org.basex.query.expr |
XQuery expressions.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
CmpV(InputInfo ii,
Expr e1,
Expr e2,
CmpV.OpV o)
Constructor.
|