|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MemberSummaryWriter
The interface for writing member summary 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 |
writeInheritedMemberSummary(ClassDoc classDoc,
ProgramElementDoc member,
boolean isFirst,
boolean isLast)
Write the inherited member summary for the given class and member. |
void |
writeInheritedMemberSummaryFooter(ClassDoc classDoc)
Write the inherited member summary footer for the given class. |
void |
writeInheritedMemberSummaryHeader(ClassDoc classDoc)
Write the inherited member summary header for the given class. |
void |
writeMemberSummary(ClassDoc classDoc,
ProgramElementDoc member,
Tag[] firstSentenceTags,
boolean isFirst,
boolean isLast)
Write the member summary for the given class and member. |
void |
writeMemberSummaryFooter(ClassDoc classDoc)
Write the member summary footer for the given class. |
void |
writeMemberSummaryHeader(ClassDoc classDoc)
Write the member summary header for the given class. |
| Method Detail |
|---|
void writeMemberSummaryHeader(ClassDoc classDoc)
classDoc - the class the summary belongs to.
void writeMemberSummary(ClassDoc classDoc,
ProgramElementDoc member,
Tag[] firstSentenceTags,
boolean isFirst,
boolean isLast)
classDoc - the class the summary belongs to.member - the member that I am summarizing.firstSentenceTags - the tags for the sentence being documented.isFirst - true if this is the first member in the list.isLast - true if this the last member being documented.void writeMemberSummaryFooter(ClassDoc classDoc)
classDoc - the class the summary belongs to.void writeInheritedMemberSummaryHeader(ClassDoc classDoc)
classDoc - the class the summary belongs to.
void writeInheritedMemberSummary(ClassDoc classDoc,
ProgramElementDoc member,
boolean isFirst,
boolean isLast)
classDoc - the class the inherited member belongs to.member - the inherited member that I am summarizing.isFirst - true if this is the first member in the list.isLast - true if this is the last member in the list.void writeInheritedMemberSummaryFooter(ClassDoc classDoc)
classDoc - 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 | ||||||||