|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pretty.jdi.NestedInterfaceDeclaration
public class NestedInterfaceDeclaration
Holds a nested interface
Field Summary | |
---|---|
protected FileSettings |
bundle
|
protected JavaDocableImpl |
jdi
|
Constructor Summary | |
---|---|
NestedInterfaceDeclaration(net.sourceforge.jrefactory.ast.ASTNestedInterfaceDeclaration intf)
Constructor for the NestedInterfaceDeclaration 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 NestedInterfaceDeclaration(net.sourceforge.jrefactory.ast.ASTNestedInterfaceDeclaration intf)
intf
- 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 |