| Package | Description |
|---|---|
| com.jayway.jsonpath.internal.filter |
| Modifier and Type | Field and Description |
|---|---|
private LogicalOperator |
LogicalExpressionNode.operator |
| Modifier and Type | Method and Description |
|---|---|
static LogicalOperator |
LogicalOperator.fromString(java.lang.String operatorString) |
LogicalOperator |
LogicalExpressionNode.getOperator() |
private LogicalOperator |
FilterCompiler.readLogicalOperator() |
static LogicalOperator |
LogicalOperator.valueOf(java.lang.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 |
|---|---|
static ExpressionNode |
ExpressionNode.createExpressionNode(ExpressionNode right,
LogicalOperator operator,
ExpressionNode left) |
| Constructor and Description |
|---|
LogicalExpressionNode(ExpressionNode left,
LogicalOperator operator,
ExpressionNode right) |