Uses of Interface
org.apache.sling.scripting.sightly.compiler.backend.BackendCompiler
Package
Description
The
org.apache.sling.scripting.sightly.compiler
package defines the API exposed by the
SightlyCompiler
.Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of BackendCompiler in org.apache.sling.scripting.sightly.compiler
Modifier and TypeMethodDescriptionSightlyCompiler.compile
(CompilationUnit compilationUnit, BackendCompiler backendCompiler) -
Uses of BackendCompiler in org.apache.sling.scripting.sightly.java.compiler
Modifier and TypeClassDescriptionfinal class
WrappingBackendCompiler
that checks for global bindings shadowing.final class
BackendCompiler
that generates a Java class.ModifierConstructorDescriptionGlobalShadowCheckBackendCompiler
(BackendCompiler baseBackend, Set<String> globals)