Class SimpleBinaryOperatorExpression
java.lang.Object
net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
net.thisptr.jackson.jq.internal.tree.binaryop.SimpleBinaryOperatorExpression
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
CompareEqualTest, CompareGreaterEqualTest, CompareGreaterTest, CompareLessEqualTest, CompareLessTest, CompareNotEqualTest, DivideExpression, MinusExpression, ModuloExpression, MultiplyExpression, PlusExpression
-
Nested Class Summary
Nested classes/interfaces inherited from class BinaryOperatorExpression
BinaryOperatorExpression.Operator -
Field Summary
FieldsFields inherited from class BinaryOperatorExpression
lhs, rhs -
Constructor Summary
ConstructorsConstructorDescriptionSimpleBinaryOperatorExpression(Expression lhs, Expression rhs, BinaryOperator operator) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) Methods inherited from class BinaryOperatorExpression
buildTree, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
apply
-
Field Details
-
operator
-
-
Constructor Details
-
SimpleBinaryOperatorExpression
-
-
Method Details
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException - Throws:
JsonQueryException
-