Methods Summary |
---|
public com.sun.javadoc.ClassDoc[] | allClasses(boolean filter)Get all classes and interfaces in the package, filtered to the specified
access
modifier option.
|
public com.sun.javadoc.ClassDoc[] | allClasses()Get all
included
classes and interfaces in the package. Same as allClasses(true).
|
public com.sun.javadoc.AnnotationTypeDoc[] | annotationTypes()Get included annotation types in this package.
|
public com.sun.javadoc.AnnotationDesc[] | annotations()Get the annotations of this package.
Return an empty array if there are none.
|
public com.sun.javadoc.ClassDoc[] | enums()Get included enum types in this package.
|
public com.sun.javadoc.ClassDoc[] | errors()Get included Error classes in this package.
|
public com.sun.javadoc.ClassDoc[] | exceptions()Get included Exception classes in this package.
|
public com.sun.javadoc.ClassDoc | findClass(java.lang.String className)Lookup a class or interface within this package.
|
public com.sun.javadoc.ClassDoc[] | interfaces()Get included interfaces in this package, omitting annotation types.
|
public com.sun.javadoc.ClassDoc[] | ordinaryClasses()Get included
ordinary
classes (that is, exclude exceptions, errors, enums, interfaces, and
annotation types)
in this package.
|