Class LogicalExpressionNode
java.lang.Object
com.jayway.jsonpath.internal.filter.ExpressionNode
com.jayway.jsonpath.internal.filter.LogicalExpressionNode
- All Implemented Interfaces:
Predicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jayway.jsonpath.Predicate
Predicate.PredicateContext
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
LogicalExpressionNode
(ExpressionNode left, LogicalOperator operator, ExpressionNode right) -
Method Summary
Modifier and TypeMethodDescriptionand
(LogicalExpressionNode other) append
(ExpressionNode expressionNode) boolean
static LogicalExpressionNode
createLogicalAnd
(ExpressionNode left, ExpressionNode right) static LogicalExpressionNode
createLogicalOr
(ExpressionNode left, ExpressionNode right) or
(LogicalExpressionNode other) toString()
Methods inherited from class com.jayway.jsonpath.internal.filter.ExpressionNode
createExpressionNode