public abstract class MethodTagsDocStats extends MembersDocStats
@param and @throws tags.
Each MethodTagsDocStats sub-class is accountable to compute
statistics to a specific kind of tag such as method's parameters or thrown exceptions.| Modifier and Type | Method and Description |
|---|---|
long |
getDocumentedMembers()
Gets the number of documented members contained into
the object for which the JavaDoc coverage statistics is being computed.
|
abstract String |
getTagName()
The name of the tags associated to this object for which
JavaDoc coverage statistics will be computed, for instance,
"param" or "throws" tags.
|
boolean |
hasDocumentation()
Checks if the the owner of the members has a documentation itself.
|
disablePrintIfNoMembers, enablePrintIfNoMembers, isPrintIfNoMembersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentedMembersPercent, getMembersNumber, getType, getUndocumentedMemberspublic abstract String getTagName()
public long getDocumentedMembers()
DocStatspublic boolean hasDocumentation()
MembersDocStatshasDocumentation in class MembersDocStatsCopyright © 2017 Manoel Campos da Silva Filho. All rights reserved.