Package | Description |
---|---|
com.sun.mirror.apt |
Classes used to communicate information between annotation processors and
an annotation processing tool.
|
com.sun.mirror.declaration |
Interfaces used to model program element declarations.
|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Method and Description |
---|---|
PackageDeclaration |
AnnotationProcessorEnvironment.getPackage(String name)
Deprecated.
Returns the declaration of a package given its fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
PackageDeclaration |
TypeDeclaration.getPackage()
Deprecated.
Returns the package within which this type is declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationVisitor.visitPackageDeclaration(PackageDeclaration d)
Deprecated.
Visits a package declaration.
|
void |
SimpleDeclarationVisitor.visitPackageDeclaration(PackageDeclaration d)
Deprecated.
Visits a package declaration.
|
Copyright © 2004, 2015, Oracle and/or its affiliates. All rights reserved.