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)
BackendCompilerhandle in interface BackendCompilerstream - the stream of commandspublic java.lang.String build(ClassInfo classInfo)
classInfo - the class information"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"