Package | Description |
---|---|
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 | 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 . |
interface |
AnnotationTypeElementDeclaration
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
ExecutableElement . |
interface |
ClassDeclaration
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 . |
interface |
ConstructorDeclaration
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
ExecutableElement . |
interface |
EnumConstantDeclaration
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
VariableElement . |
interface |
EnumDeclaration
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 . |
interface |
ExecutableDeclaration
Deprecated.
All components of this API have been superseded by the
standardized annotation processing API. The replacement for the
functionality of this interface is
ExecutableElement . |
interface |
FieldDeclaration
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
VariableElement . |
interface |
InterfaceDeclaration
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 . |
interface |
MethodDeclaration
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
ExecutableElement . |
interface |
TypeDeclaration
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 |
---|---|
boolean |
Declarations.hides(MemberDeclaration sub,
MemberDeclaration sup)
Deprecated.
Tests whether one type, method, or field declaration hides another.
|
void |
DeclarationVisitor.visitMemberDeclaration(MemberDeclaration d)
Deprecated.
Visits a member or constructor declaration.
|
void |
SimpleDeclarationVisitor.visitMemberDeclaration(MemberDeclaration d)
Deprecated.
Visits a member or constructor declaration.
|
Copyright © 2004, 2015, Oracle and/or its affiliates. All rights reserved.