public class ComplexAssignment extends BinaryOperatorExpression
BinaryOperatorExpression.Operatorlhs, rhs| Constructor and Description |
|---|
ComplexAssignment(Expression lhs,
Expression rhs,
BinaryOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
boolean requirePath) |
buildTree, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplypublic ComplexAssignment(Expression lhs, Expression rhs, BinaryOperator operator)
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException
JsonQueryExceptionCopyright © 2025. All rights reserved.