| Package | Description |
|---|---|
| cz.jirutka.rsql.parser.ast |
| Modifier and Type | Method and Description |
|---|---|
LogicalOperator |
LogicalNode.getOperator() |
static LogicalOperator |
LogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalOperator[] |
LogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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. |
| Constructor and Description |
|---|
LogicalNode(LogicalOperator operator,
List<? extends Node> children) |
Copyright © 2011–2016. All rights reserved.