Uses of Package
org.apache.sling.scripting.sightly.compiler
-
Packages that use org.apache.sling.scripting.sightly.compiler Package Description org.apache.sling.scripting.sightly.compiler Theorg.apache.sling.scripting.sightly.compiler
package defines the API exposed by theSightlyCompiler
.org.apache.sling.scripting.sightly.impl.compiler org.apache.sling.scripting.sightly.impl.compiler.frontend -
Classes in org.apache.sling.scripting.sightly.compiler used by org.apache.sling.scripting.sightly.compiler Class Description CompilationResult This class encapsulates the result of a compile operation performed by theSightlyCompiler
.CompilationUnit This class describes a compilation unit that theSightlyCompiler
will process during the call of thecompile
methods.CompilerMessage This class describes the messages (warnings or errors) theSightlyCompiler
will produce when compiling a script.SightlyCompiler TheSightlyCompiler
interprets a HTL script and transforms it internally into aCommandStream
. -
Classes in org.apache.sling.scripting.sightly.compiler used by org.apache.sling.scripting.sightly.impl.compiler Class Description CompilationResult This class encapsulates the result of a compile operation performed by theSightlyCompiler
.CompilerMessage This class describes the messages (warnings or errors) theSightlyCompiler
will produce when compiling a script. -
Classes in org.apache.sling.scripting.sightly.compiler used by org.apache.sling.scripting.sightly.impl.compiler.frontend Class Description SightlyCompilerException Exception thrown by theSightlyCompiler
during various processing operations.