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 | Method and Description |
---|---|
EnumDeclaration |
EnumConstantDeclaration.getDeclaringType()
Deprecated.
Returns the type declaration within which this member or constructor
is declared.
|
Modifier and Type | Method and Description |
---|---|
Collection<EnumDeclaration> |
PackageDeclaration.getEnums()
Deprecated.
Returns the declarations of the top-level enum types in this package.
|
Modifier and Type | Method and Description |
---|---|
EnumDeclaration |
EnumType.getDeclaration()
Deprecated.
Returns the declaration of this type.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleDeclarationVisitor.visitEnumDeclaration(EnumDeclaration d)
Deprecated.
Visits an enum declaration.
|
void |
DeclarationVisitor.visitEnumDeclaration(EnumDeclaration d)
Deprecated.
Visits an enum declaration.
|
Copyright © 2004, 2015, Oracle and/or its affiliates. All rights reserved.