Package org.apache.sling.scripting.sightly.compiler
@Version("1.1.0")
package org.apache.sling.scripting.sightly.compiler
The 
org.apache.sling.scripting.sightly.compiler package defines the API exposed by the
 SightlyCompiler.
- 
ClassDescriptionThis class encapsulates the result of a compile operation performed by theSightlyCompiler.This class describes a compilation unit that theSightlyCompilerwill process during the call of thecompilemethods.This class describes the messages (warnings or errors) theSightlyCompilerwill produce when compiling a script.Deprecated.TheSightlyCompilerinterprets a HTL script and transforms it internally into aCommandStream.Exception thrown by theSightlyCompilerduring various processing operations.
RuntimeCallstarting with version 1.2.0 of theorg.apache.sling.scripting.sightly.compiler.expression.nodesAPI.