FileDocCategorySizeDatePackage
MemberDoc.javaAPI DocJava SE 5 API760Fri Aug 26 14:54:54 BST 2005com.sun.javadoc

MemberDoc

public interface MemberDoc implements 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
MethodDoc
see
FieldDoc
see
ClassDoc
author
Kaiyang Liu (original)
author
Robert Field (rewrite)

Fields Summary
Constructors Summary
Methods Summary
public booleanisSynthetic()
Returns true if this member was synthesized by the compiler.