Package com.google.gwt.codegen.server
package com.google.gwt.codegen.server
Classes used by code generation, either on the server or from a GWT
generator.
-
ClassDescriptionWrapper for a
PrintWriter
that adds the ability to abort creation and an onClose hookContext for code generators.An exception which can be thrown by a code generator to abort - callers of code generators should catch this exception.Helper class for code generators.A mechanism to write Java source files.A builder forJavaSourceWriter
instances.Base implementation ofCodeGenContext
which logs viaLogger
.Helper class to produce string expressions consisting of literals and computed values.Helper class to produce string expressions consisting of literals and computed values.A mechanism to write source files.Base implementation ofSourceWriter
that implements all the indenting and keeping track of comments.Helper class to produce string expressions consisting of literals and computed values.Type of expression being processed.A SourceWriter that accumulates source and returns it in theStringSourceWriter.toString()
method.