Package | Description |
---|---|
com.sun.mirror.declaration |
Interfaces used to model program element declarations.
|
com.sun.mirror.type |
Interfaces used to model types.
|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationTypeDeclaration
Deprecated.
All components of this API have been superseded by the
standardized annotation processing API. The replacement for the
functionality of this interface is included in
TypeElement . |
Modifier and Type | Method and Description |
---|---|
Collection<InterfaceDeclaration> |
PackageDeclaration.getInterfaces()
Deprecated.
Returns the declarations of the top-level interfaces in this package.
|
Modifier and Type | Method and Description |
---|---|
InterfaceDeclaration |
InterfaceType.getDeclaration()
Deprecated.
Returns the declaration of this type.
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationVisitor.visitInterfaceDeclaration(InterfaceDeclaration d)
Deprecated.
Visits an interface declaration.
|
void |
SimpleDeclarationVisitor.visitInterfaceDeclaration(InterfaceDeclaration d)
Deprecated.
Visits an interface declaration.
|
Copyright © 2004, 2019, Oracle and/or its affiliates. All rights reserved.