Class MemberDocImpl

  • All Implemented Interfaces:
    Doc, MemberDoc, ProgramElementDoc, java.lang.Comparable<java.lang.Object>
    Direct Known Subclasses:
    ExecutableMemberDocImpl, FieldDocImpl

    @Deprecated
    public abstract class MemberDocImpl
    extends ProgramElementDocImpl
    implements MemberDoc
    Deprecated.
    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 (nested classes) are represented instead by ClassDocImpl.

    This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

    See Also:
    MethodDocImpl, FieldDocImpl, ClassDocImpl
    • Constructor Detail

      • MemberDocImpl

        public MemberDocImpl​(DocEnv env,
                             com.sun.tools.javac.code.Symbol sym,
                             com.sun.source.util.TreePath treePath)
        Deprecated.
        constructor.
    • Method Detail

      • isSynthetic

        public abstract boolean isSynthetic()
        Deprecated.
        Returns true if this field was synthesized by the compiler.
        Specified by:
        isSynthetic in interface MemberDoc
        Returns:
        true if this member was synthesized by the compiler.