Class StringSourceWriter

java.lang.Object
com.google.gwt.codegen.server.SourceWriterBase
com.google.gwt.codegen.server.StringSourceWriter
All Implemented Interfaces:
SourceWriter

public class StringSourceWriter extends SourceWriterBase
A SourceWriter that accumulates source and returns it in the toString() method.

Experimental API - subject to change.