Package | Description |
---|---|
com.bazaarvoice.jolt.defaultr |
Modifier and Type | Field and Description |
---|---|
private OPS |
Key.op |
Modifier and Type | Method and Description |
---|---|
OPS |
Key.getOp() |
static OPS |
OPS.parse(java.lang.String key) |
static OPS |
OPS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OPS[] |
OPS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
OPS.OpsPrecedenceComparator.compare(OPS ops,
OPS ops1)
The order we want to apply Defaultr logic is Literals, Or, and then Star.
|