Package com.schibsted.spt.data.jslt.impl
Class OptimizerScope
java.lang.Object
com.schibsted.spt.data.jslt.impl.Scope
com.schibsted.spt.data.jslt.impl.OptimizerScope
Fake scope used when optimizing away objects that are static, but
can contain lets anyway. To evaluate those to their values we need
a scope that does nothing. Which is this class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setValue
(int slot, com.fasterxml.jackson.databind.JsonNode value) Methods inherited from class com.schibsted.spt.data.jslt.impl.Scope
enterFunction, getRoot, getValue, leaveFunction, makeScope