com.sun.javadoc
Interface MemberDoc

All Known Subinterfaces:
ConstructorDoc, ExecutableMemberDoc, FieldDoc, MethodDoc

public abstract 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

Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 boolean isSynthetic()
          Returns true if this member was synthesized by the compiler.
 
Methods inherited from interface com.sun.javadoc.ProgramElementDoc
containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
 
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

isSynthetic

public boolean isSynthetic()
Returns true if this member was synthesized by the compiler.