FileDocCategorySizeDatePackage
MethodDeclaration.javaAPI DocJava SE 5 API869Fri Aug 26 14:55:14 BST 2005com.sun.mirror.declaration

MethodDeclaration

public interface MethodDeclaration implements ExecutableDeclaration
Represents a method of a class or interface. Note that an {@linkplain AnnotationTypeElementDeclaration annotation type element} is a kind of method.
author
Joseph D. Darcy
author
Scott Seligman
version
1.2 04/04/20
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public com.sun.mirror.type.TypeMirrorgetReturnType()
Returns the formal return type of this method. Returns {@link VoidType} if this method does not return a value.

return
the formal return type of this method