-
- All Superinterfaces:
-
Comparable<Object>
,Doc
,ProgramElementDoc
- All Known Subinterfaces:
-
AnnotationTypeElementDoc
,ConstructorDoc
,ExecutableMemberDoc
,FieldDoc
,MethodDoc
@Deprecated(since="9", forRemoval=true) public interface MemberDoc extends ProgramElementDoc
Deprecated, for removal: This API element is subject to removal in a future version.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.表示java类的成员:field,constructor或method。 这是一个抽象类,处理方法,构造函数和字段成员共有的信息。 类(内部类)的类成员由ClassDoc表示。
-
-
方法摘要
所有方法 实例方法 抽象方法 弃用的方法 变量和类型 方法 描述 boolean
isSynthetic()
不推荐使用,要删除:此API元素将在以后的版本中删除。如果此成员由编译器合成,则返回true。-
声明方法的接口 com.sun.javadoc.Doc
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tags
-
声明方法的接口 com.sun.javadoc.ProgramElementDoc
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
-
-