Class TopLevelExpression
java.lang.Object
net.thisptr.jackson.jq.internal.tree.TopLevelExpression
- All Implemented Interfaces:
Expression
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Expression
private final List
<ImportStatement> private final ModuleDirective
-
Constructor Summary
ConstructorsConstructorDescriptionTopLevelExpression
(ModuleDirective moduleDirective, List<ImportStatement> imports, Expression expr) -
Method Summary
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 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:
apply
in interfaceExpression
- Throws:
JsonQueryException
-
toString
-