Package com.google.gwt.codegen.server
Classes used by code generation, either on the server or from a GWT
generator.
-
Interface Summary Interface Description CodeGenContext Context for code generators.SourceWriter A mechanism to write source files. -
Class Summary Class Description AbortablePrintWriter Wrapper for aPrintWriter
that adds the ability to abort creation and an onClose hookCodeGenUtils Helper class for code generators.JavaSourceWriter A mechanism to write Java source files.JavaSourceWriterBuilder A builder forJavaSourceWriter
instances.LoggingCodeGenContext Base implementation ofCodeGenContext
which logs viaLogger
.PlainStringGenerator Helper class to produce string expressions consisting of literals and computed values.SafeHtmlStringGenerator Helper class to produce string expressions consisting of literals and computed values.SourceWriterBase Base implementation ofSourceWriter
that implements all the indenting and keeping track of comments.StringGenerator Helper class to produce string expressions consisting of literals and computed values.StringSourceWriter A SourceWriter that accumulates source and returns it in theStringSourceWriter.toString()
method. -
Enum Summary Enum Description StringGenerator.Type Type of expression being processed. -
Exception Summary Exception Description CodeGenContext.AbortCodeGenException An exception which can be thrown by a code generator to abort - callers of code generators should catch this exception.