Package | Description |
---|---|
com.google.gwt.codegen.server |
Classes used by code generation, either on the server or from a GWT
generator.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaSourceWriter
A mechanism to write Java source files.
|
class |
SourceWriterBase
Base implementation of
SourceWriter that implements all the indenting
and keeping track of comments. |
class |
StringSourceWriter
A SourceWriter that accumulates source and returns it in the
StringSourceWriter.toString() method. |
Modifier and Type | Method and Description |
---|---|
SourceWriter |
JavaSourceWriterBuilder.createSourceWriter()
Creates an implementation of
JavaSourceWriter that can be used to write
the innards of a class. |
Copyright © 2018. All rights reserved.