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 net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
BinaryOperatorExpression.Operator
-
Field Summary
FieldsFields inherited from class net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
lhs, rhs
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleBinaryOperatorExpression
(Expression lhs, Expression rhs, BinaryOperator operator) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) Methods inherited from class net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
buildTree, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.thisptr.jackson.jq.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
-