| Package | Description |
|---|---|
| cz.jirutka.rsql.parser.ast |
| Modifier and Type | Method and Description |
|---|---|
ComparisonNode |
RSQLNodesFactory.createComparisonNode(String operator,
String selector,
List<String> arguments)
Creates a specific
ComparisonNode instance for the specified
operator and with the given selector and arguments. |
ComparisonNode |
RSQLNodesFactory.createComparisonNode(String operator,
String selector,
String argument) |
static ComparisonOp |
ComparisonOp.parse(String value) |
Copyright © 2011–2014. All rights reserved.