| Package | Description |
|---|---|
| cz.jirutka.rsql.parser | |
| cz.jirutka.rsql.parser.model |
| Modifier and Type | Method and Description |
|---|---|
Comparison |
RSQLParser.comparison()
<COMPARISON> : ("=="|"=lt="|"=le="|"=gt="|"=ge="|"="|"!="|"<"|"<="|">"|">=")
|
| Modifier and Type | Method and Description |
|---|---|
Comparison |
ComparisonExpression.getOperator() |
static Comparison |
Comparison.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparison[] |
Comparison.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ComparisonExpression(String selector,
Comparison operator,
String argument)
Construct a new Comparison expression.
|
Copyright © 2011–2014. All rights reserved.