@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  SightlyCompilerwill process during the call of thecompilemethods. | 
| CompilerMessage | This class describes the messages (warnings or errors) the  SightlyCompilerwill produce when compiling a script. | 
| Class | Description | 
|---|---|
| RuntimeFunction | 
     This class documents what runtime functions (abstracted by
      RuntimeCallexpression nodes) will need to be available in a
     HTL runtime. | 
| SightlyCompiler | 
 The  SightlyCompilerinterprets a HTL script and transforms it internally into aCommandStream. | 
| Exception | Description | 
|---|---|
| SightlyCompilerException | Exception thrown by the  SightlyCompilerduring 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.