Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface com.sun.javadoc.MethodDoc


public abstract interface MethodDoc
extends ExecutableMemberDoc
Represents a method of a java class.

Since:
JDK1.2

Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 boolean isAbstract()
          Return true if this method is abstract
 ClassDoc overridenClass()
          Return the class that overrides this method.
 Type returnType()
          Get return type.
 
Methods inherited from interface com.sun.javadoc.ExecutableMemberDoc
flatSignature, isNative, isSynchronized, parameters, paramTags, signature, thrownExceptions, throwsTags
 
Methods inherited from interface com.sun.javadoc.MemberDoc
containingPackage, isSynthetic, qualifiedName
 
Methods inherited from interface com.sun.javadoc.ProgramElementDoc
containingClass, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifierSpecifier, modifiers
 
Methods inherited from interface com.sun.javadoc.Doc
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isClass, isConstructor, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, seeTags, setRawCommentText, tags, tags
 

Method Detail

isAbstract

public boolean isAbstract()
Return true if this method is abstract

returnType

public Type returnType()
Get return type.
Returns:
the return type of this method, null if it is a constructor.

overridenClass

public ClassDoc overridenClass()
Return the class that overrides this method.
Returns:
a ClassDoc representing the superclass that overrides this method, null if this method is not overriden.

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD