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 classJavaSourceWriterA mechanism to write Java source files.classSourceWriterBaseBase implementation ofSourceWriterthat implements all the indenting and keeping track of comments.classStringSourceWriterA 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 SourceWriterJavaSourceWriterBuilder. createSourceWriter()Creates an implementation ofJavaSourceWriterthat can be used to write the innards of a class.
-