|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MethodWriter
The interface for writing method 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 |
writeComments(Type holder,
MethodDoc method)
Write the comments for the given method. |
void |
writeDeprecated(MethodDoc method)
Write the deprecated output for the given method. |
void |
writeFooter(ClassDoc classDoc)
Write the footer for the method documentation. |
void |
writeHeader(ClassDoc classDoc,
java.lang.String header)
Write the header for the method documentation. |
void |
writeMethodFooter()
Write the method footer. |
void |
writeMethodHeader(MethodDoc method,
boolean isFirst)
Write the method header for the given method. |
void |
writeSignature(MethodDoc method)
Write the signature for the given method. |
void |
writeTags(MethodDoc method)
Write the tag output for the given method. |
| Method Detail |
|---|
void writeHeader(ClassDoc classDoc,
java.lang.String header)
classDoc - the class that the methods belong to.header - the header to write.
void writeMethodHeader(MethodDoc method,
boolean isFirst)
method - the method being documented.isFirst - the flag to indicate whether or not the method is the
first to be documented.void writeSignature(MethodDoc method)
method - the method being documented.void writeDeprecated(MethodDoc method)
method - the method being documented.
void writeComments(Type holder,
MethodDoc method)
holder - the holder type (not erasure) of the method.method - the method being documented.void writeTags(MethodDoc method)
method - the method being documented.void writeMethodFooter()
void writeFooter(ClassDoc classDoc)
classDoc - the class that the methods belong 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 | ||||||||