|
Class Summary |
| IndentWriter |
Class to print lines with indentation. |
| JavaClass |
Object that is used to assemble the Java source for a class. |
| JavaCode |
Class used to build the code body of a method. |
| JavaCompile |
Run a Java compiler as a child process. |
| JavaField |
Class to store a class field. |
| JavaLang |
Collection of methods and constants dealing with the Java language. |
| JavaMethod |
Object that is used to assemble the Java source for a method. |
| JavaModifiers |
Definitions of Java modifiers for methods, fields and classes. |
| JavaParameter |
Class to store a method parameter. |
| JavaVariable |
Base class for classes that describe variables. |
| StringIndentWriter |
IndentWriter to a string. |
| VarNames |
Generate tmp variable names for use in initialization. |