| |
|
| java.lang.Object org.acm.seguin.pretty.jdi.BaseJDI org.acm.seguin.pretty.jdi.InterfaceDeclaration
InterfaceDeclaration | public class InterfaceDeclaration extends BaseJDI (Code) | | Holds an interface declaration. Essentially this is the method declaration inside an interface.
author: Mike Atkinson since: jRefactory 2.9.0, created October 16, 2003 |
InterfaceDeclaration | public InterfaceDeclaration(ASTInterfaceDeclaration intf)(Code) | | Constructor for the InterfaceDeclaration JavaDoc creator.
Parameters: intf - 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 |
|
|
|