|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceWriter | |
---|---|
com.google.gwt.codegen.server | Classes used by code generation, either on the server or from a GWT generator. |
Uses of SourceWriter in com.google.gwt.codegen.server |
---|
Classes in com.google.gwt.codegen.server that implement SourceWriter | |
---|---|
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. |
Methods in com.google.gwt.codegen.server that return SourceWriter | |
---|---|
SourceWriter |
JavaSourceWriterBuilder.createSourceWriter()
Creates an implementation of JavaSourceWriter that can be used to write
the innards of a class. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |