Uses of Interface
com.sun.mirror.declaration.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.declaration
Modifier and TypeInterfaceDescriptioninterface
Represents an element of an annotation type.Modifier 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.util
Modifier and TypeMethodDescriptionboolean
Declarations.overrides
(MethodDeclaration sub, MethodDeclaration sup) Tests whether one method overrides another.void
DeclarationVisitor.visitMethodDeclaration
(MethodDeclaration d) Visits a method declaration.void
SimpleDeclarationVisitor.visitMethodDeclaration
(MethodDeclaration d) Visits a method declaration.