public final class JavaClassBackendCompiler extends Object implements org.apache.sling.scripting.sightly.compiler.backend.BackendCompiler
BackendCompiler
that generates a Java class.Constructor and Description |
---|
JavaClassBackendCompiler() |
JavaClassBackendCompiler(JavaImportsAnalyzer javaImportsAnalyzer) |
Modifier and Type | Method and Description |
---|---|
String |
build(ClassInfo classInfo)
Provided the class information, this method will build the source code for the generated Java class.
|
void |
handle(org.apache.sling.scripting.sightly.compiler.commands.CommandStream stream) |
public JavaClassBackendCompiler()
public JavaClassBackendCompiler(JavaImportsAnalyzer javaImportsAnalyzer)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.