Class OptimizerScope


  • public class OptimizerScope
    extends Scope
    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 Detail

      • OptimizerScope

        public OptimizerScope()
    • Method Detail

      • setValue

        public void setValue​(int slot,
                             com.fasterxml.jackson.databind.JsonNode value)
        Overrides:
        setValue in class Scope