|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pretty.jdi.ClassDeclaration
public class ClassDeclaration
Holds a class declaration. Contains the list of modifiers for the class and the javadoc comments.
Field Summary | |
---|---|
protected FileSettings |
bundle
|
protected JavaDocableImpl |
jdi
|
Constructor Summary | |
---|---|
ClassDeclaration(net.sourceforge.jrefactory.ast.ASTClassDeclaration clazz)
Constructor for the ClassDeclaration JavaDoc creator. |
Method Summary | |
---|---|
void |
addJavaDocComponent(JavaDocComponent component)
Allows you to add a java doc component |
void |
finish()
Makes sure all the java doc components are present. |
boolean |
isRequired()
Checks to see if it was printed |
void |
printJavaDocComponents(PrintData printData)
Prints all the java doc components |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JavaDocableImpl jdi
protected FileSettings bundle
Constructor Detail |
---|
public ClassDeclaration(net.sourceforge.jrefactory.ast.ASTClassDeclaration clazz)
clazz
- Create JavaDoc for this node.Method Detail |
---|
public boolean isRequired()
public void printJavaDocComponents(PrintData printData)
printData
- the print datapublic void finish()
public void addJavaDocComponent(JavaDocComponent component)
addJavaDocComponent
in interface JavaDocable
component
- the component that can be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |