Uses of Interface
org.apache.sling.scripting.sightly.compiler.backend.BackendCompiler
Packages that use 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
Methods in org.apache.sling.scripting.sightly.compiler with parameters of type BackendCompilerModifier and TypeMethodDescriptionSightlyCompiler.compile(CompilationUnit compilationUnit, BackendCompiler backendCompiler) -
Uses of BackendCompiler in org.apache.sling.scripting.sightly.java.compiler
Classes in org.apache.sling.scripting.sightly.java.compiler that implement BackendCompilerModifier and TypeClassDescriptionfinal classWrappingBackendCompilerthat checks for global bindings shadowing.final classBackendCompilerthat generates a Java class.Constructors in org.apache.sling.scripting.sightly.java.compiler with parameters of type BackendCompilerModifierConstructorDescriptionGlobalShadowCheckBackendCompiler(BackendCompiler baseBackend, Set<String> globals)