Class TopLevelExpression
java.lang.Object
net.thisptr.jackson.jq.internal.tree.TopLevelExpression
- All Implemented Interfaces:
Expression
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Expressionprivate final List<ImportStatement> private final ModuleDirective -
Constructor Summary
ConstructorsConstructorDescriptionTopLevelExpression(ModuleDirective moduleDirective, List<ImportStatement> imports, Expression expr) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
apply
-
Field Details
-
imports
-
expr
-
moduleDirective
-
-
Constructor Details
-
TopLevelExpression
public TopLevelExpression(ModuleDirective moduleDirective, List<ImportStatement> imports, Expression expr)
-
-
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
-