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