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 |
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 . |
Modifier and Type | Method and Description |
---|---|
Collection<FieldDeclaration> |
TypeDeclaration.getFields()
Deprecated.
Returns the fields that are directly declared by this class or
interface.
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationVisitor.visitFieldDeclaration(FieldDeclaration d)
Deprecated.
Visits a field declaration.
|
void |
SimpleDeclarationVisitor.visitFieldDeclaration(FieldDeclaration d)
Deprecated.
Visits a field declaration.
|
Copyright © 2004, 2012, Oracle and/or its affiliates. All rights reserved.