|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NestedClassWriter
The interface for writing class output. This code is not part of an API. It is implementation that is subject to change. Do not use it as an API
| Method Summary | |
|---|---|
void |
close()
Close the writer. |
void |
writeInheritedNestedClassSummary(ClassDoc classDoc,
ClassDoc nestedClass,
boolean isFirst)
Write the inherited nested class summary for the given class and nested class. |
void |
writeInheritedNestedClassSummaryFooter(ClassDoc nestedClass)
Write the inherited classes summary footer for the given class. |
void |
writeInheritedNestedClassSummaryHeader(ClassDoc nestedClass)
Write the inherited classes summary header for the given class. |
void |
writeNestedClassSummary(ClassDoc classDoc,
ClassDoc nestedClass)
Write the class summary for the given class and class. |
void |
writeNestedClassSummaryFooter(ClassDoc nestedClass)
Write the classes summary footer for the given class. |
void |
writeNestedClassSummaryHeader(ClassDoc nestedClass)
Write the classes summary header for the given class. |
| Method Detail |
|---|
void writeNestedClassSummaryHeader(ClassDoc nestedClass)
nestedClass - the class the summary belongs to.
void writeNestedClassSummary(ClassDoc classDoc,
ClassDoc nestedClass)
classDoc - the class the summary belongs to.nestedClass - the nested class that I am summarizing.void writeNestedClassSummaryFooter(ClassDoc nestedClass)
nestedClass - the class the summary belongs to.void writeInheritedNestedClassSummaryHeader(ClassDoc nestedClass)
nestedClass - the class the summary belongs to.
void writeInheritedNestedClassSummary(ClassDoc classDoc,
ClassDoc nestedClass,
boolean isFirst)
classDoc - the class the inherited nested class belongs to.nestedClass - the inherited nested class that I am summarizing.isFirst - true if this is the first member in the list.void writeInheritedNestedClassSummaryFooter(ClassDoc nestedClass)
nestedClass - the class the summary belongs to.
void close()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||