|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pretty.jdi.AnnotationTypeDeclaration
public class AnnotationTypeDeclaration
Holds a method declaration in a class
Field Summary | |
---|---|
protected FileSettings |
bundle
|
protected JavaDocableImpl |
jdi
|
Constructor Summary | |
---|---|
AnnotationTypeDeclaration(net.sourceforge.jrefactory.ast.ASTAnnotationTypeDeclaration method)
Constructor for the AnnotationMethodDeclaration 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. |
void |
finish(java.lang.String className)
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 AnnotationTypeDeclaration(net.sourceforge.jrefactory.ast.ASTAnnotationTypeDeclaration method)
method
- Create JavaDoc for this node.Method Detail |
---|
public boolean isRequired()
public void printJavaDocComponents(PrintData printData)
printData
- the print datapublic void finish()
public void finish(java.lang.String className)
className
- Description of Parameterpublic 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 |