Uses of Interface
com.sun.mirror.declaration.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
Modifier and TypeInterfaceDescriptioninterface
Represents the declaration of an enum type.Modifier and TypeMethodDescriptionPackageDeclaration.getClasses()
Returns the declarations of the top-level classes in this package. -
Uses of ClassDeclaration in com.sun.mirror.type
Modifier and TypeMethodDescriptionClassType.getDeclaration()
Returns the declaration of this type. -
Uses of ClassDeclaration in com.sun.mirror.util
Modifier and TypeMethodDescriptionvoid
DeclarationVisitor.visitClassDeclaration
(ClassDeclaration d) Visits a class declaration.void
SimpleDeclarationVisitor.visitClassDeclaration
(ClassDeclaration d) Visits a class declaration.