public class ClassDocStats extends MembersDocStats
| Constructor and Description |
|---|
ClassDocStats(com.sun.javadoc.ClassDoc doc) |
| Modifier and Type | Method and Description |
|---|---|
ClassMembersDocStats |
getAnnotationsStats() |
List<MethodDocStats> |
getConstructorsStats() |
com.sun.javadoc.ClassDoc |
getDoc() |
long |
getDocumentedMembers()
Gets the number of documented members contained into
the object for which the JavaDoc coverage statistics is being computed.
|
ClassMembersDocStats |
getEnumsStats() |
ClassMembersDocStats |
getFieldsStats() |
long |
getMembersNumber()
Gets the total number of members contained into
the object for which the JavaDoc coverage statistics is being computed.
|
List<MethodDocStats> |
getMethodsStats() |
String |
getName() |
String |
getPackageName() |
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.
|
disablePrintIfNoMembers, enablePrintIfNoMembers, isPrintIfNoMembersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentedMembersPercent, getUndocumentedMemberspublic long getDocumentedMembers()
DocStatspublic long getMembersNumber()
DocStatspublic String getName()
public String getPackageName()
public String getType()
DocStatspublic boolean hasDocumentation()
MembersDocStatshasDocumentation in class MembersDocStatspublic ClassMembersDocStats getFieldsStats()
public ClassMembersDocStats getEnumsStats()
public ClassMembersDocStats getAnnotationsStats()
public List<MethodDocStats> getMethodsStats()
public List<MethodDocStats> getConstructorsStats()
public com.sun.javadoc.ClassDoc getDoc()
Copyright © 2017 Manoel Campos da Silva Filho. All rights reserved.