Uses of Interface
com.sun.mirror.declaration.MethodDeclaration
Packages that use MethodDeclaration
Package
Description
Interfaces used to model program element declarations.
Utilities to assist in the processing of declarations and types.
- 
Uses of MethodDeclaration in com.sun.mirror.declarationSubinterfaces of MethodDeclaration in com.sun.mirror.declarationModifier and TypeInterfaceDescriptioninterfaceRepresents an element of an annotation type.Methods in com.sun.mirror.declaration that return types with arguments of type MethodDeclarationModifier and TypeMethodDescriptionClassDeclaration.getMethods()Returns the methods that are directly declared by this class or interface.Collection<? extends MethodDeclaration> TypeDeclaration.getMethods()Returns the methods that are directly declared by this class or interface.
- 
Uses of MethodDeclaration in com.sun.mirror.utilMethods in com.sun.mirror.util with parameters of type MethodDeclarationModifier and TypeMethodDescriptionbooleanDeclarations.overrides(MethodDeclaration sub, MethodDeclaration sup) Tests whether one method overrides another.voidDeclarationVisitor.visitMethodDeclaration(MethodDeclaration d) Visits a method declaration.voidSimpleDeclarationVisitor.visitMethodDeclaration(MethodDeclaration d) Visits a method declaration.