Uses of Interface
com.google.gwt.codegen.server.SourceWriter
Package
Description
Classes used by code generation, either on the server or from a GWT
generator.
-
Uses of SourceWriter in com.google.gwt.codegen.server
Modifier and TypeClassDescriptionclass
A mechanism to write Java source files.class
Base implementation ofSourceWriter
that implements all the indenting and keeping track of comments.class
A SourceWriter that accumulates source and returns it in theStringSourceWriter.toString()
method.Modifier and TypeMethodDescriptionJavaSourceWriterBuilder.createSourceWriter()
Creates an implementation ofJavaSourceWriter
that can be used to write the innards of a class.