public final class JavaClassBackendCompiler extends Object implements BackendCompiler
BackendCompiler that generates a Java class.| Constructor and Description | 
|---|
| JavaClassBackendCompiler() | 
| 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(CommandStream stream)Process a stream of commands | 
public void handle(CommandStream stream)
BackendCompilerhandle in interface BackendCompilerstream - the stream of commandsCopyright © 2017 The Apache Software Foundation. All rights reserved.