Package | Description |
---|---|
org.apache.sling.scripting.sightly.compiler |
The
org.apache.sling.scripting.sightly.compiler package defines the API exposed by the
SightlyCompiler . |
org.apache.sling.scripting.sightly.java.compiler |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
CompilationResult |
SightlyCompiler.compile(CompilationUnit compilationUnit,
BackendCompiler backendCompiler)
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalShadowCheckBackendCompiler
Wrapping
BackendCompiler that checks for global bindings shadowing. |
class |
JavaClassBackendCompiler
BackendCompiler that generates a Java class. |
Constructor and Description |
---|
GlobalShadowCheckBackendCompiler(BackendCompiler baseBackend,
java.util.Set<java.lang.String> globals) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.