Class ComplexAssignment
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
-
- net.thisptr.jackson.jq.internal.tree.binaryop.assignment.ComplexAssignment
-
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
ComplexAlternativeAssignment
,ComplexDivideAssignment
,ComplexMinusAssignment
,ComplexModuloAssignment
,ComplexMultiplyAssignment
,ComplexPlusAssignment
public class ComplexAssignment extends BinaryOperatorExpression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
BinaryOperatorExpression.Operator
-
-
Field Summary
Fields Modifier and Type Field Description private BinaryOperator
operator
-
Fields inherited from class net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
lhs, rhs
-
-
Constructor Summary
Constructors Constructor Description ComplexAssignment(Expression lhs, Expression rhs, BinaryOperator operator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 Detail
-
operator
private BinaryOperator operator
-
-
Constructor Detail
-
ComplexAssignment
public ComplexAssignment(Expression lhs, Expression rhs, BinaryOperator operator)
-
-
Method Detail
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException
- Throws:
JsonQueryException
-
-