Package org.acm.seguin.pretty

Interface Summary
JavaDocable Possible to store java doc components
 

Class Summary
DescriptionPadder Description of the Class
FieldSize Stores the size of a field
ForceJavadocComments Forces javadoc comments only for a certain level of source code.
JavaDocableImpl Stores the java doc components
JavaDocComponent Store a portion of a javadoc item
JavadocDescriptionPrinter Prints a description from a java doc comment with HTML tags formatted.
JavadocTags Stores all the javadoc tags, rather than getting them directly from the file settings.
JavadocTokenizer Parses a javadoc comment
LineQueue Stores a queue of lines to be printed
NamedJavaDocComponent Store a portion of a javadoc item
PrettyPrintFile Holds a refactoring.
PrettyPrintFromIDE Pretty print the source code based on the IDE
PrettyPrintString Pretty prints the string
PrettyPrintVisitor This object simply reflects all the processing back to the individual nodes.
PrintData This object stores all the data necessary to print the the Java file
PrintSpecial Consume unknonwn special tokens
PrintSpecialCategoryComment Consume a category comment
PrintSpecialDefault Consume unknonwn special tokens
PrintSpecialJavadocComment Consume a javadoc comment
PrintSpecialMultiLineComment Consume a multi line comment
PrintSpecialNewline Consume newline (whitespace) special tokens
PrintSpecialSingleLineComment Consume a single line comment
SpecialTokenData Store the data that understands how to output comments and newlines
SpecialTokenVisitor Processes special tokens
Tokenizer Parses a XDoclet javadoc comment tag
XDocletJavaDocComponent Store a portion of a javadoc item
XDocletTokenizer Parses a XDoclet javadoc comment tag