Uses of Interface
com.sun.mirror.declaration.PackageDeclaration
Packages that use PackageDeclaration
Package
Description
Classes used to communicate information between
annotation processors
and an annotation processing tool.
Interfaces used to model program element declarations.
Utilities to assist in the processing of declarations and types.
-
Uses of PackageDeclaration in com.sun.mirror.apt
Methods in com.sun.mirror.apt that return PackageDeclarationModifier and TypeMethodDescriptionAnnotationProcessorEnvironment.getPackage
(String name) Returns the declaration of a package given its fully qualified name. -
Uses of PackageDeclaration in com.sun.mirror.declaration
Methods in com.sun.mirror.declaration that return PackageDeclarationModifier and TypeMethodDescriptionTypeDeclaration.getPackage()
Returns the package within which this type is declared. -
Uses of PackageDeclaration in com.sun.mirror.util
Methods in com.sun.mirror.util with parameters of type PackageDeclarationModifier and TypeMethodDescriptionvoid
DeclarationVisitor.visitPackageDeclaration
(PackageDeclaration d) Visits a package declaration.void
SimpleDeclarationVisitor.visitPackageDeclaration
(PackageDeclaration d) Visits a package declaration.