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