public class MethodDocStats 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.
|
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 |
getMethodName() |
MethodParamsDocStats |
getParamsStats()
Gets the JavaDoc coverage statistics for the method/constructor's parameters.
|
MethodExceptionsDocStats |
getThrownExceptions()
Gets the JavaDoc coverage statistics for the exceptions thrown by the method/constructor.
|
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()
Checks if the the owner of the members has a documentation itself.
|
boolean |
isReturnValueDocumented()
Checks if the return value of the method/constructor is documented or not.
|
disablePrintIfNoMembers, enablePrintIfNoMembers, isPrintIfNoMembersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUndocumentedMemberspublic boolean isReturnValueDocumented()
public String getMethodName()
public String getType()
DocStatspublic MethodParamsDocStats getParamsStats()
public MethodExceptionsDocStats getThrownExceptions()
public long getDocumentedMembers()
DocStatspublic double getDocumentedMembersPercent()
DocStatspublic long getMembersNumber()
DocStatspublic boolean hasDocumentation()
MembersDocStatshasDocumentation in class MembersDocStatsCopyright © 2017 Manoel Campos da Silva Filho. All rights reserved.