Uses of Interface
com.sun.mirror.declaration.MemberDeclaration
Packages that use MemberDeclaration
Package
Description
Interfaces used to model program element declarations.
Utilities to assist in the processing of declarations and types.
-
Uses of MemberDeclaration in com.sun.mirror.declaration
Subinterfaces of MemberDeclaration in com.sun.mirror.declarationModifier and TypeInterfaceDescriptioninterface
Represents the declaration of an annotation type.interface
Represents an element of an annotation type.interface
Represents the declaration of a class.interface
Represents a constructor of a class or interface.interface
Represents an enum constant declaration.interface
Represents the declaration of an enum type.interface
Represents a method or constructor of a class or interface.interface
Represents a field of a type declaration.interface
Represents the declaration of an interface.interface
Represents a method of a class or interface.interface
Represents the declaration of a class or interface. -
Uses of MemberDeclaration in com.sun.mirror.util
Methods in com.sun.mirror.util with parameters of type MemberDeclarationModifier and TypeMethodDescriptionboolean
Declarations.hides
(MemberDeclaration sub, MemberDeclaration sup) Tests whether one type, method, or field declaration hides another.void
DeclarationVisitor.visitMemberDeclaration
(MemberDeclaration d) Visits a member or constructor declaration.void
SimpleDeclarationVisitor.visitMemberDeclaration
(MemberDeclaration d) Visits a member or constructor declaration.