|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClassWriter
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 |
completeMemberSummaryBuild()
Perform any operations that are necessary when the member summary finished building. |
ClassDoc |
getClassDoc()
Return the classDoc being documented. |
void |
writeClassDeprecationInfo()
If this class is deprecated, write the appropriate information. |
void |
writeClassDescription()
Build the class description. |
void |
writeClassSignature(java.lang.String modifiers)
Write the signature of the current class. |
void |
writeClassTagInfo()
Write the tag information for the current class. |
void |
writeClassTree()
Write the class tree documentation. |
void |
writeFooter()
Write the footer of the page. |
void |
writeHeader(java.lang.String header)
Write the header of the page. |
void |
writeImplementedInterfacesInfo()
Write all implemented interfaces if this is a class. |
void |
writeInterfaceUsageInfo()
If this is an interface, write all classes that implement this interface. |
void |
writeNestedClassInfo()
If this is an inner class or interface, write the enclosing class or interface. |
void |
writeSubClassInfo()
Write all the classes that extend this one. |
void |
writeSubInterfacesInfo()
Write all the interfaces that extend this one. |
void |
writeSuperInterfacesInfo()
Write all super interfaces if this is an interface. |
void |
writeTypeParamInfo()
Write the type parameter information. |
| Method Detail |
|---|
void writeHeader(java.lang.String header)
header - the header to write.void writeClassTree()
void writeImplementedInterfacesInfo()
void writeSuperInterfacesInfo()
void writeTypeParamInfo()
void writeSubClassInfo()
void writeSubInterfacesInfo()
void writeInterfaceUsageInfo()
void writeNestedClassInfo()
void writeClassDeprecationInfo()
void writeClassSignature(java.lang.String modifiers)
modifiers - the modifiers for the signature.void writeClassDescription()
void writeClassTagInfo()
void writeFooter()
void close()
throws java.io.IOException
java.io.IOExceptionClassDoc getClassDoc()
void completeMemberSummaryBuild()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||