Uses of Enum
com.jayway.jsonpath.internal.filter.LogicalOperator
Packages that use LogicalOperator
-
Uses of LogicalOperator in com.jayway.jsonpath.internal.filter
Fields in com.jayway.jsonpath.internal.filter declared as LogicalOperatorMethods in com.jayway.jsonpath.internal.filter that return LogicalOperatorModifier and TypeMethodDescriptionstatic LogicalOperator
LogicalOperator.fromString
(String operatorString) LogicalExpressionNode.getOperator()
private LogicalOperator
FilterCompiler.readLogicalOperator()
static LogicalOperator
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.Methods in com.jayway.jsonpath.internal.filter with parameters of type LogicalOperatorModifier and TypeMethodDescriptionstatic ExpressionNode
ExpressionNode.createExpressionNode
(ExpressionNode right, LogicalOperator operator, ExpressionNode left) Constructors in com.jayway.jsonpath.internal.filter with parameters of type LogicalOperatorModifierConstructorDescriptionprivate
LogicalExpressionNode
(ExpressionNode left, LogicalOperator operator, ExpressionNode right)