See: Description
Interface | Description |
---|---|
CodeGenContext |
Context for code generators.
|
SourceWriter |
A mechanism to write source files.
|
Class | Description |
---|---|
AbortablePrintWriter |
Wrapper for a
PrintWriter that adds the ability to abort creation
and an onClose hook |
AbortablePrintWriter |
Wrapper for a
PrintWriter that adds the ability to abort creation
and an onClose hook |
CodeGenContext |
Context for code generators.
|
CodeGenUtils |
Helper class for code generators.
|
CodeGenUtils |
Helper class for code generators.
|
JavaSourceWriter |
A mechanism to write Java source files.
|
JavaSourceWriter |
A mechanism to write Java source files.
|
JavaSourceWriterBuilder |
A builder for
JavaSourceWriter instances. |
JavaSourceWriterBuilder |
A builder for
JavaSourceWriter instances. |
LoggingCodeGenContext |
Base implementation of
CodeGenContext which logs via
Logger . |
LoggingCodeGenContext |
Base implementation of
CodeGenContext which logs via
Logger . |
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.
|
SourceWriter |
A mechanism to write source files.
|
SourceWriterBase |
Base implementation of
SourceWriter that implements all the indenting
and keeping track of comments. |
SourceWriterBase |
Base implementation of
SourceWriter that implements all the indenting
and keeping track of comments. |
StringGenerator |
Helper class to produce string expressions consisting of literals and
computed values.
|
StringGenerator |
Helper class to produce string expressions consisting of literals and
computed values.
|
StringSourceWriter |
A SourceWriter that accumulates source and returns it in the
StringSourceWriter.toString() method. |
StringSourceWriter |
A SourceWriter that accumulates source and returns it in the
Object.toString() method. |
Enum | Description |
---|---|
StringGenerator.Type |
Type of expression being processed.
|
Exception | Description |
---|---|
CodeGenContext.AbortCodeGenException |
An exception which can be thrown by a code generator to abort - callers of
code generators should catch this exception.
|
Copyright © 2018. All rights reserved.