MethodDoc (Java SE 11 & JDK 11 ) (original) (raw)
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods
Modifier and Type Method Description boolean isAbstract() Deprecated, for removal: This API element is subject to removal in a future version. Return true if this method is abstract boolean isDefault() Deprecated, for removal: This API element is subject to removal in a future version. Return true if this method is default ClassDoc overriddenClass() Deprecated, for removal: This API element is subject to removal in a future version. Return the class containing the method that this method overrides. MethodDoc overriddenMethod() Deprecated, for removal: This API element is subject to removal in a future version. Return the method that this method overrides. Type overriddenType() Deprecated, for removal: This API element is subject to removal in a future version. Return the type containing the method that this method overrides. boolean overrides(MethodDoc meth) Deprecated, for removal: This API element is subject to removal in a future version. Tests whether this method overrides another. Type returnType() Deprecated, for removal: This API element is subject to removal in a future version. Get return type. * ### Methods declared in interface com.sun.javadoc.[Doc](Doc.html "interface in com.sun.javadoc") `[commentText](Doc.html#commentText%28%29), [compareTo](Doc.html#compareTo%28java.lang.Object%29), [firstSentenceTags](Doc.html#firstSentenceTags%28%29), [getRawCommentText](Doc.html#getRawCommentText%28%29), [inlineTags](Doc.html#inlineTags%28%29), [isAnnotationType](Doc.html#isAnnotationType%28%29), [isAnnotationTypeElement](Doc.html#isAnnotationTypeElement%28%29), [isClass](Doc.html#isClass%28%29), [isConstructor](Doc.html#isConstructor%28%29), [isEnum](Doc.html#isEnum%28%29), [isEnumConstant](Doc.html#isEnumConstant%28%29), [isError](Doc.html#isError%28%29), [isException](Doc.html#isException%28%29), [isField](Doc.html#isField%28%29), [isIncluded](Doc.html#isIncluded%28%29), [isInterface](Doc.html#isInterface%28%29), [isMethod](Doc.html#isMethod%28%29), [isOrdinaryClass](Doc.html#isOrdinaryClass%28%29), [name](Doc.html#name%28%29), [position](Doc.html#position%28%29), [seeTags](Doc.html#seeTags%28%29), [setRawCommentText](Doc.html#setRawCommentText%28java.lang.String%29), [tags](Doc.html#tags%28%29), [tags](Doc.html#tags%28java.lang.String%29)` * ### Methods declared in interface com.sun.javadoc.[ExecutableMemberDoc](ExecutableMemberDoc.html "interface in com.sun.javadoc") `[flatSignature](ExecutableMemberDoc.html#flatSignature%28%29), [isNative](ExecutableMemberDoc.html#isNative%28%29), [isSynchronized](ExecutableMemberDoc.html#isSynchronized%28%29), [isVarArgs](ExecutableMemberDoc.html#isVarArgs%28%29), [parameters](ExecutableMemberDoc.html#parameters%28%29), [paramTags](ExecutableMemberDoc.html#paramTags%28%29), [receiverType](ExecutableMemberDoc.html#receiverType%28%29), [signature](ExecutableMemberDoc.html#signature%28%29), [thrownExceptions](ExecutableMemberDoc.html#thrownExceptions%28%29), [thrownExceptionTypes](ExecutableMemberDoc.html#thrownExceptionTypes%28%29), [throwsTags](ExecutableMemberDoc.html#throwsTags%28%29), [typeParameters](ExecutableMemberDoc.html#typeParameters%28%29), [typeParamTags](ExecutableMemberDoc.html#typeParamTags%28%29)` * ### Methods declared in interface com.sun.javadoc.[MemberDoc](MemberDoc.html "interface in com.sun.javadoc") `[isSynthetic](MemberDoc.html#isSynthetic%28%29)` * ### Methods declared in interface com.sun.javadoc.[ProgramElementDoc](ProgramElementDoc.html "interface in com.sun.javadoc") `[annotations](ProgramElementDoc.html#annotations%28%29), [containingClass](ProgramElementDoc.html#containingClass%28%29), [containingPackage](ProgramElementDoc.html#containingPackage%28%29), [isFinal](ProgramElementDoc.html#isFinal%28%29), [isPackagePrivate](ProgramElementDoc.html#isPackagePrivate%28%29), [isPrivate](ProgramElementDoc.html#isPrivate%28%29), [isProtected](ProgramElementDoc.html#isProtected%28%29), [isPublic](ProgramElementDoc.html#isPublic%28%29), [isStatic](ProgramElementDoc.html#isStatic%28%29), [modifiers](ProgramElementDoc.html#modifiers%28%29), [modifierSpecifier](ProgramElementDoc.html#modifierSpecifier%28%29), [qualifiedName](ProgramElementDoc.html#qualifiedName%28%29)`