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 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 ExpressionNode
createExpressionNode
-
Field Details
-
chain
-
operator
-
-
Constructor Details
-
LogicalExpressionNode
-
-
Method Details
-
createLogicalOr
-
createLogicalAnd
-
and
-
or
-
getOperator
-
append
-
toString
-
apply
-