| java.lang.Object org.acm.seguin.pretty.jdi.BaseJDI org.acm.seguin.pretty.jdi.ConstructorDeclaration
ConstructorDeclaration | public class ConstructorDeclaration extends BaseJDI (Code) | | Description of the Class
author: Mike Atkinson since: jRefactory 2.9.0, created October 16, 2003 |
ConstructorDeclaration | public ConstructorDeclaration(ASTConstructorDeclaration constructor)(Code) | | Constructor for the ConstructorDeclaration JavaDoc creator.
Parameters: constructor - Create JavaDoc for this node. |
finish | public void finish()(Code) | | Makes sure all the java doc components are present. For methods and constructors we need to do more work -
checking parameters, return types, and exceptions.
|
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 |
|
|