public class ClassMembersDocStats extends MembersDocStats
| 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.
|
long |
getMembersNumber()
Gets the number of members which are explicitly declared into the source code,
from a list of given members.
|
String |
getType()
The type of the element to which JavaDoc coverage statistics is being computed,
whether a class, interface, field, method, parameter, etc.
|
boolean |
hasDocumentation()
A set of class members doesn't have documentation,
only each individual member may have.
|
disablePrintIfNoMembers, enablePrintIfNoMembers, isPrintIfNoMembersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentedMembersPercent, getUndocumentedMemberspublic long getMembersNumber()
public long getDocumentedMembers()
DocStatspublic String getType()
DocStatspublic boolean hasDocumentation()
hasDocumentation in class MembersDocStatsCopyright © 2017 Manoel Campos da Silva Filho. All rights reserved.