public class BooleanOrExpression extends BinaryOperatorExpression
BinaryOperatorExpression.Operatorlhs, rhs| Constructor and Description |
|---|
BooleanOrExpression(Expression lhs,
Expression rhs) |
| 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 BooleanOrExpression(Expression lhs, Expression rhs)
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException
JsonQueryExceptionCopyright © 2025. All rights reserved.