net.cscott.gjdoc
public interface MethodDoc extends ExecutableMemberDoc
MethodDoc
class represents a (non-constructor) member of
a java class.Version: $Id: MethodDoc.java,v 1.4 2003/03/28 17:30:07 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.