| Package | Description |
|---|---|
| cz.jirutka.rsql.parser.ast |
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode |
class |
OrNode |
| Modifier and Type | Method and Description |
|---|---|
LogicalNode |
RSQLNodesFactory.createLogicalNode(LogicalOp operator,
List<Node> children)
Creates a specific
LogicalNode instance for the specified
operator and with the given children nodes. |
| Modifier and Type | Method and Description |
|---|---|
abstract R |
SuperNodesRSQLVisitorAdapter.visit(LogicalNode node,
A param) |
Copyright © 2011–2014. All rights reserved.