use of org.apache.sling.scripting.sightly.java.compiler.impl.GlobalShadowChecker in project sling by apache.
the class GlobalShadowCheckBackendCompiler method handle.
@Override
public void handle(CommandStream stream) {
stream.addHandler(new CommandVisitorHandler(new GlobalShadowChecker(globals)));
baseBackend.handle(stream);
}
Aggregations