Class GlobalShadowCheckBackendCompiler
java.lang.Object
org.apache.sling.scripting.sightly.java.compiler.GlobalShadowCheckBackendCompiler
- All Implemented Interfaces:
BackendCompiler
Wrapping
BackendCompiler
that checks for global bindings shadowing.-
Constructor Summary
ConstructorDescriptionGlobalShadowCheckBackendCompiler
(BackendCompiler baseBackend, Set<String> globals) -
Method Summary
-
Constructor Details
-
GlobalShadowCheckBackendCompiler
-
-
Method Details
-
handle
Description copied from interface:BackendCompiler
Process a stream of commands- Specified by:
handle
in interfaceBackendCompiler
- Parameters:
stream
- the stream of commands
-
build
-