Interface MethodWriter
- All Known Implementing Classes:
HtmlSerialMethodWriter, MethodWriterImpl
Deprecated.
The interface for writing method output.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
- Since:
- 1.5
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddComments(Type holder, MethodDoc method, Content methodDocTree) Deprecated.Add the comments for the given method.voidaddDeprecated(MethodDoc method, Content methodDocTree) Deprecated.Add the deprecated output for the given method.voidDeprecated.Add the tags for the given method.voidclose()Deprecated.Close the writer.getMethodDetails(Content methodDetailsTree) Deprecated.Get the method details tree.getMethodDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the method details tree header.getMethodDoc(Content methodDocTree, boolean isLastContent) Deprecated.Get the method documentation.getMethodDocTreeHeader(MethodDoc method, Content methodDetailsTree) Deprecated.Get the method documentation tree header.getSignature(MethodDoc method) Deprecated.Get the signature for the given method.
-
Method Details
-
getMethodDetailsTreeHeader
-
getMethodDocTreeHeader
Deprecated.Get the method documentation tree header.- Parameters:
method- the method being documentedmethodDetailsTree- the content tree representing method details- Returns:
- content tree for the method documentation header
-
getSignature
-
addDeprecated
-
addComments
-
addTags
-
getMethodDetails
-
getMethodDoc
Deprecated.Get the method documentation.- Parameters:
methodDocTree- the content tree representing method documentationisLastContent- true if the content to be added is the last content- Returns:
- content tree for the method documentation
-
close
-