| Package | Description |
|---|---|
| cz.jirutka.rsql.parser.ast |
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode |
class |
OrNode |
| Modifier and Type | Method and Description |
|---|---|
LogicalNode |
NodesFactory.createLogicalNode(LogicalOperator operator,
List<Node> children)
Creates a specific
LogicalNode instance for the specified operator and with the
given children nodes. |
abstract LogicalNode |
LogicalNode.withChildren(List<? extends Node> children)
Returns a copy of this node with the specified children nodes.
|
Copyright © 2011–2016. All rights reserved.