net.cscott.sinjdoc
public interface MemberDoc extends ProgramElementDoc
MemberDoc
class 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 (inner classes) are represented instead by
ClassDoc
.
Version: $Id: MemberDoc.java,v 1.4 2003/05/08 03:54:25 cananian Exp $
See Also: com.sun.javadoc.MemberDoc
Method Summary | |
---|---|
boolean | isSynthetic() Returns true if this member was synthesized by the compiler. |