| Package | Description |
|---|---|
| org.sodeac.common.expression | |
| org.sodeac.common.typedtree |
| Modifier and Type | Method and Description |
|---|---|
static BooleanFunction.LogicalOperator |
BooleanFunction.LogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanFunction.LogicalOperator[] |
BooleanFunction.LogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BooleanFunction(BooleanFunction.LogicalOperator operator) |
BooleanFunction(BooleanFunction.LogicalOperator operator,
boolean invert) |
| Modifier and Type | Method and Description |
|---|---|
protected BooleanFunction.LogicalOperator |
ModelPath.NodeSelector.NodeSelectorPredicate.getLogicalOperator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelPath.NodeSelector.NodeSelectorPredicate.setLogicalOperator(BooleanFunction.LogicalOperator logicalOperator) |
| Constructor and Description |
|---|
NodeSelectorPredicate(T defaultMetaInstance,
ModelPath.NodeSelector.NodeSelectorPredicate parent,
BooleanFunction.LogicalOperator logicalOperator,
boolean invert) |
Copyright © 2020. All rights reserved.