| java.lang.Object org.acm.seguin.pretty.jdi.BaseJDI org.acm.seguin.pretty.jdi.ClassDeclaration
ClassDeclaration | public class ClassDeclaration extends BaseJDI (Code) | | Holds a class declaration. Contains the list of modifiers for the class and the javadoc comments.
author: Mike Atkinson since: jRefactory 2.9.0, created October 16, 2003 |
ClassDeclaration | public ClassDeclaration(ASTClassDeclaration clazz)(Code) | | Constructor for the ClassDeclaration JavaDoc creator.
Parameters: clazz - Create JavaDoc for this node. |
finish | public void finish()(Code) | | Makes sure all the java doc components are present. For classes and interfaces, this means a date and an author.
|
isRequired | public boolean isRequired()(Code) | | Checks to see if it was printed
true if it still needs to be printed |
printJavaDocComponents | public void printJavaDocComponents(PrintData printData)(Code) | | Prints all the java doc components
Parameters: printData - the print data |
|
|