@Version(value="1.0.1")
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 |
This class documents what runtime functions (abstracted by
RuntimeCall expression nodes) will need to be available in a
HTL runtime. |
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 © 2018 The Apache Software Foundation. All rights reserved.