Uses of Interface
com.sun.mirror.declaration.ClassDeclaration
Packages that use ClassDeclaration
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 ClassDeclaration in com.sun.mirror.declaration
Subinterfaces of ClassDeclaration in com.sun.mirror.declarationModifier and TypeInterfaceDescriptioninterface
Represents the declaration of an enum type.Methods in com.sun.mirror.declaration that return types with arguments of type ClassDeclarationModifier and TypeMethodDescriptionPackageDeclaration.getClasses()
Returns the declarations of the top-level classes in this package. -
Uses of ClassDeclaration in com.sun.mirror.type
Methods in com.sun.mirror.type that return ClassDeclarationModifier and TypeMethodDescriptionClassType.getDeclaration()
Returns the declaration of this type. -
Uses of ClassDeclaration in com.sun.mirror.util
Methods in com.sun.mirror.util with parameters of type ClassDeclarationModifier and TypeMethodDescriptionvoid
DeclarationVisitor.visitClassDeclaration
(ClassDeclaration d) Visits a class declaration.void
SimpleDeclarationVisitor.visitClassDeclaration
(ClassDeclaration d) Visits a class declaration.