| Modifier and Type | Method and Description |
|---|---|
static NaryLogicalOperator |
NaryLogicalOperator.fromString(String s) |
NaryLogicalOperator |
NaryLogicalExpression.getOp()
The operator
|
static NaryLogicalOperator |
NaryLogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NaryLogicalOperator[] |
NaryLogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NaryLogicalExpression(NaryLogicalOperator op,
List<QueryExpression> queries)
Ctor with the given values
|
NaryLogicalExpression(NaryLogicalOperator op,
QueryExpression... queries)
Ctor with the given values
|
Copyright © 2015. All rights reserved.