public interface DocStats
| 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.
|
default double |
getDocumentedMembersPercent()
Gets the percentage of documented members contained into
the object for which the JavaDoc coverage statistics is being computed.
|
long |
getMembersNumber()
Gets the total number of members contained into
the object for which the JavaDoc coverage statistics is being computed.
|
String |
getType()
The type of the element to which JavaDoc coverage statistics is being computed,
whether a class, interface, field, method, parameter, etc.
|
default long |
getUndocumentedMembers()
Gets the number of undocumented members contained into
the object for which the JavaDoc coverage statistics is being computed.
|
String getType()
long getDocumentedMembers()
default long getUndocumentedMembers()
default double getDocumentedMembersPercent()
long getMembersNumber()
Copyright © 2017 Manoel Campos da Silva Filho. All rights reserved.