Package | Description |
---|---|
org.basex.query.expr |
XQuery expressions.
|
Modifier and Type | Field and Description |
---|---|
CmpV.OpV |
CmpG.OpG.op
Comparator.
|
static CmpV.OpV[] |
CmpV.OpV.VALUES
Cached enums (faster).
|
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(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 expr,
Expr fallback,
InputInfo ii)
Returns an instance of this class if possible, and the input expression otherwise.
|
Constructor and Description |
---|
CmpV(Expr expr1,
Expr expr2,
CmpV.OpV op,
Collation coll,
StaticContext sc,
InputInfo info)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.