Uses of Interface
com.google.gwt.codegen.server.SourceWriter
-
Packages that use SourceWriter Package Description 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 Modifier and Type Class Description class
JavaSourceWriter
A mechanism to write Java source files.class
SourceWriterBase
Base implementation ofSourceWriter
that implements all the indenting and keeping track of comments.class
StringSourceWriter
A SourceWriter that accumulates source and returns it in theStringSourceWriter.toString()
method.Methods in com.google.gwt.codegen.server that return SourceWriter Modifier and Type Method Description SourceWriter
JavaSourceWriterBuilder. createSourceWriter()
Creates an implementation ofJavaSourceWriter
that can be used to write the innards of a class.
-