Uses of Interface
com.sun.mirror.declaration.MemberDeclaration
-
Packages that use MemberDeclaration Package Description com.sun.mirror.declaration Interfaces used to model program element declarations.com.sun.mirror.util 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.declaration Modifier and Type Interface Description interfaceAnnotationTypeDeclarationRepresents the declaration of an annotation type.interfaceAnnotationTypeElementDeclarationRepresents an element of an annotation type.interfaceClassDeclarationRepresents the declaration of a class.interfaceConstructorDeclarationRepresents a constructor of a class or interface.interfaceEnumConstantDeclarationRepresents an enum constant declaration.interfaceEnumDeclarationRepresents the declaration of an enum type.interfaceExecutableDeclarationRepresents a method or constructor of a class or interface.interfaceFieldDeclarationRepresents a field of a type declaration.interfaceInterfaceDeclarationRepresents the declaration of an interface.interfaceMethodDeclarationRepresents a method of a class or interface.interfaceTypeDeclarationRepresents 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 MemberDeclaration Modifier and Type Method Description booleanDeclarations. 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.
-