Class MemberDocImpl

    • 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.