Doclet API

Uses of Interface
com.sun.javadoc.PackageDoc

Uses of PackageDoc in com.sun.javadoc
 

Methods in com.sun.javadoc that return PackageDoc
 PackageDoc ProgramElementDoc.containingPackage()
          Get the package that this program element is contained in.
 PackageDoc[] ClassDoc.importedPackages()
          Deprecated. Import declarations are implementation details that should not be exposed here. In addition, this method's return type does not allow for all type-import-on-demand declarations to be returned.
 PackageDoc RootDoc.packageNamed(String name)
          Return a PackageDoc for the specified package name.
 PackageDoc SeeTag.referencedPackage()
          Get the package doc when @see references only a package.
 PackageDoc[] RootDoc.specifiedPackages()
          Return the packages specified on the command line.
 


Doclet API

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.