public final class JavaClassBackendCompiler extends java.lang.Object implements BackendCompiler
BackendCompiler
that generates a Java class.Constructor and Description |
---|
JavaClassBackendCompiler() |
JavaClassBackendCompiler(JavaImportsAnalyzer javaImportsAnalyzer) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
build(ClassInfo classInfo)
Provided the class information, this method will build the source code for the generated Java class.
|
void |
handle(CommandStream stream)
Process a stream of commands
|
public JavaClassBackendCompiler()
public JavaClassBackendCompiler(JavaImportsAnalyzer javaImportsAnalyzer)
public void handle(CommandStream stream)
BackendCompiler
handle
in interface BackendCompiler
stream
- the stream of commandspublic java.lang.String build(ClassInfo classInfo)
classInfo
- the class informationCopyright © 2010 - 2020 Adobe. All Rights Reserved