net.cscott.sinjdoc
public interface MethodDoc extends ExecutableMemberDoc
MethodDoc
class represents a (non-constructor) member of
a java class.
Version: $Id: MethodDoc.java,v 1.5 2003/05/08 03:54:25 cananian Exp $
See Also: com.sun.javadoc.MethodDoc
Method Summary | |
---|---|
boolean | isAbstract() Return true if this method is abstract. |
MethodDoc | overriddenMethod() Return the method that this method overrides, or null
if there is no such method. |
Type | returnType() Return the return type of this method, null if it is void. |
null
if there is no such method.