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 |
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 . |
Modifier and Type | Method and Description |
---|---|
Collection<ClassDeclaration> |
PackageDeclaration.getClasses()
Deprecated.
Returns the declarations of the top-level classes in this package.
|
Modifier and Type | Method and Description |
---|---|
ClassDeclaration |
ClassType.getDeclaration()
Deprecated.
Returns the declaration of this type.
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationVisitor.visitClassDeclaration(ClassDeclaration d)
Deprecated.
Visits a class declaration.
|
void |
SimpleDeclarationVisitor.visitClassDeclaration(ClassDeclaration d)
Deprecated.
Visits a class declaration.
|
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.