Uses of Interface
com.sun.mirror.declaration.EnumDeclaration
Package
Description
Interfaces used to model program element declarations.
Interfaces used to model types.
Utilities to assist in the processing of declarations and types.
-
Uses of EnumDeclaration in com.sun.mirror.declaration
Modifier and TypeMethodDescriptionEnumConstantDeclaration.getDeclaringType()
Returns the type declaration within which this member or constructor is declared.Modifier and TypeMethodDescriptionPackageDeclaration.getEnums()
Returns the declarations of the top-level enum types in this package. -
Uses of EnumDeclaration in com.sun.mirror.type
Modifier and TypeMethodDescriptionEnumType.getDeclaration()
Returns the declaration of this type. -
Uses of EnumDeclaration in com.sun.mirror.util
Modifier and TypeMethodDescriptionvoid
DeclarationVisitor.visitEnumDeclaration
(EnumDeclaration d) Visits an enum declaration.void
SimpleDeclarationVisitor.visitEnumDeclaration
(EnumDeclaration d) Visits an enum declaration.