Package ca.quine.jcommons.sourcegen

Class Summary
BlockTagSource Represents any JavaDoc block tag that has a name and associated text, but no second column.
ClassSource  
CommentSource  
FieldSource  
FormattingRules Holds information about the indenting and other formatting of generated source code, and provides helper methods for getting the length of source lines given the current settings.
FormattingUtils  
JavaDocCommentSource  
JavaSourceFile Holds data related to and can output a Java source file.
MethodSource  
Parameter  
SecondColumnBlockTagSource Represents a JavaDoc block tag that has a name, something in the first column, and associated text.