
| Interface | Description |
|---|---|
| SourceWriter |
Interface to represent API needed to facilitate source file generation.
|
| Class | Description |
|---|---|
| AbstractGeneratorClassCreator |
Abstract functionality needed to create classes needed to supply generators.
|
| AbstractMethodCreator |
Creates method factories depending upon the method type.
|
| AbstractSourceCreator |
Super class for AbstractMethod and AbstractClass creators.
|
| ClassSourceFileComposerFactory |
Factory clas to create
ClassSourceFileComposer instances. |
| DocumentModeGenerator |
Generator for
DocumentModeAsserter. |
| StringSourceWriter |
A SourceWriter that accumulates source and returns it in the
StringSourceWriter.toString() method. |
Copyright © 2016. All rights reserved.