MemberDocpublic interface MemberDoc implements ProgramElementDocRepresents 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. |
Methods Summary |
---|
public boolean | isSynthetic()Returns true if this member was synthesized by the compiler.
|
|