| Package | Description |
|---|---|
| cz.jirutka.rsql.parser | |
| cz.jirutka.rsql.parser.ast |
| Constructor and Description |
|---|
RSQLParser(Set<ComparisonOperator> operators)
Creates a new instance of
RSQLParser that supports only the specified comparison
operators. |
| Modifier and Type | Field and Description |
|---|---|
static ComparisonOperator |
RSQLOperators.EQUAL |
static ComparisonOperator |
RSQLOperators.GREATER_THAN |
static ComparisonOperator |
RSQLOperators.GREATER_THAN_OR_EQUAL |
static ComparisonOperator |
RSQLOperators.IN |
static ComparisonOperator |
RSQLOperators.LESS_THAN |
static ComparisonOperator |
RSQLOperators.LESS_THAN_OR_EQUAL |
static ComparisonOperator |
RSQLOperators.NOT_EQUAL |
static ComparisonOperator |
RSQLOperators.NOT_IN |
| Modifier and Type | Method and Description |
|---|---|
ComparisonOperator |
ComparisonNode.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
static Set<ComparisonOperator> |
RSQLOperators.defaultOperators() |
| Modifier and Type | Method and Description |
|---|---|
ComparisonNode |
ComparisonNode.withOperator(ComparisonOperator newOperator)
Returns a copy of this node with the specified operator.
|
| Constructor and Description |
|---|
ComparisonNode(ComparisonOperator operator,
String selector,
List<String> arguments) |
| Constructor and Description |
|---|
NodesFactory(Set<ComparisonOperator> operators) |
Copyright © 2011–2016. All rights reserved.