Class ForeachExpression
java.lang.Object
net.thisptr.jackson.jq.internal.tree.ForeachExpression
- All Implemented Interfaces:
Expression
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Expressionprivate Expressionprivate Expressionprivate PatternMatcherprivate Expression -
Constructor Summary
ConstructorsConstructorDescriptionForeachExpression(PatternMatcher matcher, Expression initExpr, Expression updateExpr, Expression extractExpr, Expression iterExpr) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
apply
-
Field Details
-
iterExpr
-
updateExpr
-
initExpr
-
extractExpr
-
matcher
-
-
Constructor Details
-
ForeachExpression
public ForeachExpression(PatternMatcher matcher, Expression initExpr, Expression updateExpr, Expression extractExpr, Expression iterExpr)
-
-
Method Details
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException - Specified by:
applyin interfaceExpression- Throws:
JsonQueryException
-
toString
-