Modifier and Type | Method and Description |
---|---|
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.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2015, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.