| Class | Description |
|---|---|
| CodeReformatterInteractive |
The CodeFormatterWizard is a helper utility that reads code copied/pasted from
a Java source file and reformats it so that it can be pasted as either a series
of write statements or StringBuffer append statements into code generator.
|
| FunctionManager |
The FunctionManager will manage a set of FunctionDefinitions and format
them for output to a generated file.
|
| ImplementsManager |
The ImplementsManager maintains a set of interfaces to be implemented by a class.
|
| ImportManager | |
| ImportStatement |
A utility class to store a class name for an import and a reason for the import.
|
| InitializationInterfaceManager |
The InitializationInterfaceManager is used to gather the global interfaces that are
implemented by the definition managers for different DSLs.
|
| Manipulator |
The Manipulator provides a variety of useful functions to manipulate
strings and things.
|
| MemberManager |
The MemberManager manages a set of Java class members and dumps them in a
nice format.
|
| MemberStatement |
The MemberStatement stores the definition of a single Java class member
|
Copyright © 2023. All rights reserved.