org.apache.sling.scripting.sightly.compiler
package defines the API exposed by the
SightlyCompiler
.See: Description
Interface | Description |
---|---|
CompilationResult |
This class encapsulates the result of a compile operation performed by the
SightlyCompiler . |
CompilationUnit |
This class describes a compilation unit that the
SightlyCompiler will process during the call of the compile methods. |
CompilerMessage |
This class describes the messages (warnings or errors) the
SightlyCompiler will produce when compiling a script. |
Class | Description |
---|---|
RuntimeFunction | Deprecated
constants are available in
RuntimeCall
starting with version 1.2.0 of the org.apache.sling.scripting.sightly.compiler.expression.nodes API. |
SightlyCompiler |
The
SightlyCompiler interprets a HTL script and transforms it internally into a CommandStream . |
Exception | Description |
---|---|
SightlyCompilerException |
Exception thrown by the
SightlyCompiler during various processing operations. |
org.apache.sling.scripting.sightly.compiler
package defines the API exposed by the
SightlyCompiler
.Copyright © 2010 - 2020 Adobe. All Rights Reserved