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
ConstructorsModifierConstructorDescriptionprivateLogicalExpressionNode(ExpressionNode left, LogicalOperator operator, ExpressionNode right) -
Method Summary
Modifier and TypeMethodDescriptionand(LogicalExpressionNode other) append(ExpressionNode expressionNode) booleanstatic LogicalExpressionNodecreateLogicalAnd(ExpressionNode left, ExpressionNode right) static LogicalExpressionNodecreateLogicalOr(ExpressionNode left, ExpressionNode right) or(LogicalExpressionNode other) toString()Methods inherited from class com.jayway.jsonpath.internal.filter.ExpressionNode
createExpressionNode