| Package | Description | 
|---|---|
| org.apache.sling.scripting.sightly.compiler | The  org.apache.sling.scripting.sightly.compilerpackage defines the API exposed by theSightlyCompiler. | 
| org.apache.sling.scripting.sightly.compiler.backend | The  org.apache.sling.scripting.sightly.compiler.backenddefines the API that can be used by HTL Backend Compilers, used to
 compile HTLCommands into executable code for other languages. | 
| 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 | 
|---|---|
| CommandStream | CompilationResult. getCommandStream()Provides access to the generated  CommandStreamfor evaluating / replaying theCommands after the compile operation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BackendCompiler. handle(CommandStream stream)Process a stream of commands | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JavaClassBackendCompiler. handle(CommandStream stream) | 
| void | GlobalShadowCheckBackendCompiler. handle(CommandStream stream) | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.