net.cscott.sinjdoc

Interface MemberDoc

public interface MemberDoc extends ProgramElementDoc

The 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 $

Author: C. Scott Ananian (cscott@cscott.net)

See Also: com.sun.javadoc.MemberDoc

Method Summary
booleanisSynthetic()
Returns true if this member was synthesized by the compiler.

Method Detail

isSynthetic

public boolean isSynthetic()
Returns true if this member was synthesized by the compiler.
Copyright © 2003 C. Scott Ananian