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 TypeInterfaceDescriptioninterfaceRepresents the declaration of an annotation type.interfaceRepresents an element of an annotation type.interfaceRepresents the declaration of a class.interfaceRepresents a constructor of a class or interface.interfaceRepresents an enum constant declaration.interfaceRepresents the declaration of an enum type.interfaceRepresents a method or constructor of a class or interface.interfaceRepresents a field of a type declaration.interfaceRepresents the declaration of an interface.interfaceRepresents a method of a class or interface.interfaceRepresents 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 TypeMethodDescriptionbooleanDeclarations.hides(MemberDeclaration sub, MemberDeclaration sup) Tests whether one type, method, or field declaration hides another.voidDeclarationVisitor.visitMemberDeclaration(MemberDeclaration d) Visits a member or constructor declaration.voidSimpleDeclarationVisitor.visitMemberDeclaration(MemberDeclaration d) Visits a member or constructor declaration.