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 |
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 |
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 |
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 . |
Modifier and Type | Method and Description |
---|---|
void |
DeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
Deprecated.
Visits a method or constructor declaration.
|
void |
SimpleDeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
Deprecated.
Visits a method or constructor declaration.
|
Copyright © 2004, 2018, Oracle and/or its affiliates. All rights reserved.