Uses of Interface
org.apache.sling.scripting.sightly.compiler.CompilationUnit
-
Packages that use CompilationUnit Package Description org.apache.sling.scripting.sightly.compiler Theorg.apache.sling.scripting.sightly.compiler
package defines the API exposed by theSightlyCompiler
. -
-
Uses of CompilationUnit in org.apache.sling.scripting.sightly.compiler
Methods in org.apache.sling.scripting.sightly.compiler with parameters of type CompilationUnit Modifier and Type Method Description CompilationResult
SightlyCompiler. compile(CompilationUnit compilationUnit)
Compiles aCompilationUnit
.CompilationResult
SightlyCompiler. compile(CompilationUnit compilationUnit, BackendCompiler backendCompiler)
-