当前页面:
在线文档首页 >
JDK 5 Documentation v6.0, Java 2 SDK 英文文档
MemberDoc (Doclet API) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档
com.sun.javadoc
Interface MemberDoc
- All Superinterfaces:
- Comparable<Object>, Doc, ProgramElementDoc
- All Known Subinterfaces:
- AnnotationTypeElementDoc, ConstructorDoc, ExecutableMemberDoc, FieldDoc, MethodDoc
public interface MemberDoc
- extends ProgramElementDoc
Represents a member of a java class: field, constructor, or method.
This is an abstract class dealing with information common to
method, constructor and field members. Class members of a class
(innerclasses) are represented instead by ClassDoc.
- See Also:
MethodDoc
,
FieldDoc
,
ClassDoc
Method Summary |
boolean |
isSynthetic()
Returns true if this member was synthesized by the compiler. |
Methods inherited from interface com.sun.javadoc.ProgramElementDoc |
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName |
Methods inherited from interface 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 |
isSynthetic
boolean isSynthetic()
- Returns true if this member was synthesized by the compiler.
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2006 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.