| 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. |
| 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
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalShadowCheckBackendCompiler.handle(CommandStream stream) |
void |
JavaClassBackendCompiler.handle(CommandStream stream) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.