Uses of Interface
com.sun.mirror.declaration.InterfaceDeclaration
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 InterfaceDeclaration in com.sun.mirror.declaration
Modifier and TypeInterfaceDescriptioninterface
Represents the declaration of an annotation type.Modifier and TypeMethodDescriptionPackageDeclaration.getInterfaces()
Returns the declarations of the top-level interfaces in this package. -
Uses of InterfaceDeclaration in com.sun.mirror.type
Modifier and TypeMethodDescriptionInterfaceType.getDeclaration()
Returns the declaration of this type. -
Uses of InterfaceDeclaration in com.sun.mirror.util
Modifier and TypeMethodDescriptionvoid
DeclarationVisitor.visitInterfaceDeclaration
(InterfaceDeclaration d) Visits an interface declaration.void
SimpleDeclarationVisitor.visitInterfaceDeclaration
(InterfaceDeclaration d) Visits an interface declaration.