Uses of Class
com.jayway.jsonpath.internal.filter.ExpressionNode
Packages that use ExpressionNode
-
Uses of ExpressionNode in com.jayway.jsonpath.internal.filter
Subclasses of ExpressionNode in com.jayway.jsonpath.internal.filterFields in com.jayway.jsonpath.internal.filter with type parameters of type ExpressionNodeMethods in com.jayway.jsonpath.internal.filter that return ExpressionNodeModifier and TypeMethodDescriptionstatic ExpressionNodeExpressionNode.createExpressionNode(ExpressionNode right, LogicalOperator operator, ExpressionNode left) static ExpressionNodeLogicalExpressionNode.createLogicalNot(ExpressionNode op) private ExpressionNodeFilterCompiler.readLogicalAND()private ExpressionNodeFilterCompiler.readLogicalANDOperand()private ExpressionNodeFilterCompiler.readLogicalOR()Methods in com.jayway.jsonpath.internal.filter with parameters of type ExpressionNodeModifier and TypeMethodDescriptionLogicalExpressionNode.append(ExpressionNode expressionNode) static ExpressionNodeExpressionNode.createExpressionNode(ExpressionNode right, LogicalOperator operator, ExpressionNode left) static LogicalExpressionNodeLogicalExpressionNode.createLogicalAnd(ExpressionNode left, ExpressionNode right) static ExpressionNodeLogicalExpressionNode.createLogicalNot(ExpressionNode op) static LogicalExpressionNodeLogicalExpressionNode.createLogicalOr(ExpressionNode left, ExpressionNode right) Method parameters in com.jayway.jsonpath.internal.filter with type arguments of type ExpressionNodeModifier and TypeMethodDescriptionstatic LogicalExpressionNodeLogicalExpressionNode.createLogicalAnd(Collection<ExpressionNode> operands) static LogicalExpressionNodeLogicalExpressionNode.createLogicalOr(Collection<ExpressionNode> operands) Constructors in com.jayway.jsonpath.internal.filter with parameters of type ExpressionNodeModifierConstructorDescriptionprivateLogicalExpressionNode(ExpressionNode left, LogicalOperator operator, ExpressionNode right) Constructor parameters in com.jayway.jsonpath.internal.filter with type arguments of type ExpressionNodeModifierConstructorDescriptionprivateLogicalExpressionNode(LogicalOperator operator, Collection<ExpressionNode> operands)