Uses of Interface
com.sun.mirror.declaration.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
Modifier and TypeMethodDescriptionAnnotationProcessorEnvironment.getPackage
(String name) Returns the declaration of a package given its fully qualified name. -
Uses of PackageDeclaration in com.sun.mirror.declaration
Modifier and TypeMethodDescriptionTypeDeclaration.getPackage()
Returns the package within which this type is declared. -
Uses of PackageDeclaration in com.sun.mirror.util
Modifier and TypeMethodDescriptionvoid
DeclarationVisitor.visitPackageDeclaration
(PackageDeclaration d) Visits a package declaration.void
SimpleDeclarationVisitor.visitPackageDeclaration
(PackageDeclaration d) Visits a package declaration.