| Modifier and Type | Field and Description |
|---|---|
private Operator |
LogicalOperationNode.operator |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,Operator> |
Operator.lookup |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.from(String sign) |
Operator |
LogicalOperationNode.getOperator() |
Operator |
OperationNode.getOperator() |
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LogicalOperationNode(Operator operator) |
Copyright © 2019. All rights reserved.