Uses of Interface
gw.gosudoc.com.sun.javadoc.ProgramElementDoc
-
Packages that use ProgramElementDoc Package Description gw.gosudoc.com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.gw.gosudoc.com.sun.tools.doclets.formats.html This produces Javadoc's HTML-formatted API output.gw.gosudoc.com.sun.tools.doclets.internal.toolkit Contains the base classes that make up a doclet.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders This doclet-independent package has a set of classes and interfaces that are the building blocks for doclets.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util This package has utility classes that perform common services required for API documentation generation.gw.gosudoc.com.sun.tools.javadoc.main -
-
Uses of ProgramElementDoc in gw.gosudoc.com.sun.javadoc
Subinterfaces of ProgramElementDoc in gw.gosudoc.com.sun.javadoc Modifier and Type Interface Description interface
AnnotationTypeDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
AnnotationTypeElementDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ClassDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ConstructorDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ExecutableMemberDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
FieldDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
MemberDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
MethodDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.Methods in gw.gosudoc.com.sun.javadoc that return ProgramElementDoc Modifier and Type Method Description ProgramElementDoc
TypeVariable. owner()
Deprecated.Return the class, interface, method, or constructor within which this type variable is declared. -
Uses of ProgramElementDoc in gw.gosudoc.com.sun.tools.doclets.formats.html
Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return ProgramElementDoc Modifier and Type Method Description ProgramElementDoc[]
AbstractMemberWriter. eligibleMembers(ProgramElementDoc[] members)
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return types with arguments of type ProgramElementDoc Modifier and Type Method Description Comparator<ProgramElementDoc>
ConfigurationImpl. getMemberComparator()
Deprecated.Return the comparator that will be used to sort member documentation.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type ProgramElementDoc Modifier and Type Method Description void
HtmlDocletWriter. addAnnotationInfo(ProgramElementDoc doc, Content htmltree)
Deprecated.Adds the annotatation types for the given doc.protected void
AbstractIndexWriter. addComment(ProgramElementDoc element, Content contentTree)
Deprecated.Add comment for each element in the index.protected void
AbstractMemberWriter. addComment(ProgramElementDoc member, Content htmltree)
Deprecated.Add the comment for the given member.protected void
AbstractMemberWriter. addDeprecatedInfo(ProgramElementDoc member, Content contentTree)
Deprecated.Add the deprecated information for the given member.void
AbstractMemberWriter. addInheritedMemberSummary(ClassDoc classDoc, ProgramElementDoc nestedClass, boolean isFirst, boolean isLast, Content linksTree)
Deprecated.Add inherited member summary for the given class and member.void
SubWriterHolderWriter. addInheritedMemberSummary(AbstractMemberWriter mw, ClassDoc cd, ProgramElementDoc member, boolean isFirst, Content linksTree)
Deprecated.Add the inherited member summary.protected void
AbstractExecutableMemberWriter. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)
Deprecated.Add the inherited summary link for the member.protected abstract void
AbstractMemberWriter. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)
Deprecated.Add the inherited summary link for the member.protected void
AnnotationTypeFieldWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)
Deprecated.Add the inherited summary link for the member.protected void
AnnotationTypeRequiredMemberWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)
Deprecated.Add the inherited summary link for the member.protected void
EnumConstantWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)
Deprecated.Add the inherited summary link for the member.protected void
FieldWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)
Deprecated.Add the inherited summary link for the member.protected void
NestedClassWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)
Deprecated.Add the inherited summary link for the member.protected void
PropertyWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)
Deprecated.Add the inherited summary link for the member.void
AbstractMemberWriter. addMemberSummary(ClassDoc classDoc, ProgramElementDoc member, Tag[] firstSentenceTags, List<Content> tableContents, int counter)
Deprecated.Add the member summary for the given class.protected void
AbstractMemberWriter. addModifierAndType(ProgramElementDoc member, Type type, Content tdSummaryType)
Deprecated.Add the modifier and type for the member in the member summary.void
HtmlDocletWriter. addSrcLink(ProgramElementDoc doc, Content label, Content htmltree)
Deprecated.Add the link to the content tree.protected void
AbstractExecutableMemberWriter. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)
Deprecated.Add the summary link for the member.protected void
AbstractMemberWriter. addSummaryLink(ClassDoc cd, ProgramElementDoc member, Content tdSummary)
Deprecated.Add the summary link for the member.protected abstract void
AbstractMemberWriter. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)
Deprecated.Add the summary link for the member.protected void
AnnotationTypeFieldWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)
Deprecated.Add the summary link for the member.protected void
AnnotationTypeRequiredMemberWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)
Deprecated.Add the summary link for the member.protected void
EnumConstantWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)
Deprecated.Add the summary link for the member.protected void
FieldWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)
Deprecated.Add the summary link for the member.protected void
NestedClassWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)
Deprecated.Add the summary link for the member.protected void
PropertyWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)
Deprecated.Add the summary link for the member.void
SubWriterHolderWriter. addSummaryLinkComment(AbstractMemberWriter mw, ProgramElementDoc member, Tag[] firstSentenceTags, Content tdSummary)
Deprecated.Add the summary link comment.void
SubWriterHolderWriter. addSummaryLinkComment(AbstractMemberWriter mw, ProgramElementDoc member, Content contentTree)
Deprecated.Add the summary link for the member.protected abstract void
AbstractMemberWriter. addSummaryType(ProgramElementDoc member, Content tdSummaryType)
Deprecated.Add the summary type for the member.protected void
AnnotationTypeFieldWriterImpl. addSummaryType(ProgramElementDoc member, Content tdSummaryType)
Deprecated.Add the summary type for the member.protected void
AnnotationTypeRequiredMemberWriterImpl. addSummaryType(ProgramElementDoc member, Content tdSummaryType)
Deprecated.Add the summary type for the member.protected void
ConstructorWriterImpl. addSummaryType(ProgramElementDoc member, Content tdSummaryType)
Deprecated.Add the summary type for the member.protected void
EnumConstantWriterImpl. addSummaryType(ProgramElementDoc member, Content tdSummaryType)
Deprecated.Add the summary type for the member.protected void
FieldWriterImpl. addSummaryType(ProgramElementDoc member, Content tdSummaryType)
Deprecated.Add the summary type for the member.protected void
MethodWriterImpl. addSummaryType(ProgramElementDoc member, Content tdSummaryType)
Deprecated.Add the summary type for the member.protected void
NestedClassWriterImpl. addSummaryType(ProgramElementDoc member, Content tdSummaryType)
Deprecated.Add the summary type for the member.protected void
PropertyWriterImpl. addSummaryType(ProgramElementDoc member, Content tdSummaryType)
Deprecated.Add the summary type for the member.void
SubWriterHolderWriter. addSummaryType(AbstractMemberWriter mw, ProgramElementDoc member, Content tdSummaryType)
Deprecated.Add the summary type for the member.ProgramElementDoc[]
AbstractMemberWriter. eligibleMembers(ProgramElementDoc[] members)
Deprecated.protected Content
AbstractExecutableMemberWriter. getDeprecatedLink(ProgramElementDoc member)
Deprecated.Get the deprecated link.protected abstract Content
AbstractMemberWriter. getDeprecatedLink(ProgramElementDoc member)
Deprecated.Get the deprecated link.protected Content
AnnotationTypeFieldWriterImpl. getDeprecatedLink(ProgramElementDoc member)
Deprecated.Get the deprecated link.protected Content
AnnotationTypeRequiredMemberWriterImpl. getDeprecatedLink(ProgramElementDoc member)
Deprecated.Get the deprecated link.protected Content
EnumConstantWriterImpl. getDeprecatedLink(ProgramElementDoc member)
Deprecated.Get the deprecated link.protected Content
FieldWriterImpl. getDeprecatedLink(ProgramElementDoc member)
Deprecated.Get the deprecated link.protected Content
NestedClassWriterImpl. getDeprecatedLink(ProgramElementDoc member)
Deprecated.Get the deprecated link.protected Content
PropertyWriterImpl. getDeprecatedLink(ProgramElementDoc member)
Deprecated.Get the deprecated link.abstract String[]
AbstractMemberWriter. getSummaryTableHeader(ProgramElementDoc member)
Deprecated.Get the summary table header for the member.String[]
AnnotationTypeFieldWriterImpl. getSummaryTableHeader(ProgramElementDoc member)
Deprecated.Get the summary table header for the member.String[]
AnnotationTypeOptionalMemberWriterImpl. getSummaryTableHeader(ProgramElementDoc member)
Deprecated.Get the summary table header for the member.String[]
AnnotationTypeRequiredMemberWriterImpl. getSummaryTableHeader(ProgramElementDoc member)
Deprecated.Get the summary table header for the member.String[]
ConstructorWriterImpl. getSummaryTableHeader(ProgramElementDoc member)
Deprecated.Get the summary table header for the member.String[]
EnumConstantWriterImpl. getSummaryTableHeader(ProgramElementDoc member)
Deprecated.Get the summary table header for the member.String[]
FieldWriterImpl. getSummaryTableHeader(ProgramElementDoc member)
Deprecated.Get the summary table header for the member.String[]
MethodWriterImpl. getSummaryTableHeader(ProgramElementDoc member)
Deprecated.Get the summary table header for the member.String[]
NestedClassWriterImpl. getSummaryTableHeader(ProgramElementDoc member)
Deprecated.Get the summary table header for the member.String[]
PropertyWriterImpl. getSummaryTableHeader(ProgramElementDoc member)
Deprecated.Get the summary table header for the member.protected boolean
AbstractMemberWriter. isInherited(ProgramElementDoc ped)
Deprecated.Return true if the givenProgramElement
is inherited by the class that is being documented.protected String
AbstractMemberWriter. name(ProgramElementDoc member)
Deprecated.Method parameters in gw.gosudoc.com.sun.tools.doclets.formats.html with type arguments of type ProgramElementDoc Modifier and Type Method Description protected void
AbstractMemberWriter. addUseInfo(List<? extends ProgramElementDoc> mems, Content heading, String tableSummary, Content contentTree)
Deprecated.Add use information to the documentation tree. -
Uses of ProgramElementDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit that return types with arguments of type ProgramElementDoc Modifier and Type Method Description abstract Comparator<ProgramElementDoc>
Configuration. getMemberComparator()
Deprecated.Return the comparator that will be used to sort member documentation.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type ProgramElementDoc Modifier and Type Method Description void
MemberSummaryWriter. addInheritedMemberSummary(ClassDoc classDoc, ProgramElementDoc member, boolean isFirst, boolean isLast, Content linksTree)
Deprecated.Add the inherited member summary for the given class and member.void
MemberSummaryWriter. addMemberSummary(ClassDoc classDoc, ProgramElementDoc member, Tag[] firstSentenceTags, List<Content> tableContents, int counter)
Deprecated.Add the member summary for the given class and member. -
Uses of ProgramElementDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with type parameters of type ProgramElementDoc Modifier and Type Field Description protected List<ProgramElementDoc>
AnnotationTypeFieldBuilder. members
Deprecated.The list of members being documented.protected List<ProgramElementDoc>
AnnotationTypeRequiredMemberBuilder. members
Deprecated.The list of members being documented.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders that return types with arguments of type ProgramElementDoc Modifier and Type Method Description List<ProgramElementDoc>
AnnotationTypeFieldBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of members that will be documented for the given class.List<ProgramElementDoc>
AnnotationTypeRequiredMemberBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of members that will be documented for the given class.List<ProgramElementDoc>
ConstructorBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of constructors that will be documented for the given class.List<ProgramElementDoc>
EnumConstantBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of enum constants that will be documented for the given class.List<ProgramElementDoc>
FieldBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of fields that will be documented for the given class.List<ProgramElementDoc>
MemberSummaryBuilder. members(int type)
Deprecated.Returns a list of methods that will be documented for the given class.List<ProgramElementDoc>
MethodBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of methods that will be documented for the given class.List<ProgramElementDoc>
PropertyBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of properties that will be documented for the given class. -
Uses of ProgramElementDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util declared as ProgramElementDoc Modifier and Type Field Description ProgramElementDoc
DocFinder.Input. element
The element to search documentation from.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return ProgramElementDoc Modifier and Type Method Description ProgramElementDoc[]
Utils. excludeDeprecatedMembers(ProgramElementDoc[] members)
Deprecated.Return array of class members whose documentation is to be generated.ProgramElementDoc
VisibleMemberMap. getGetterForProperty(ProgramElementDoc propertyMethod)
Deprecated.Returns the getter documentation belonging to the given property method.ProgramElementDoc
VisibleMemberMap. getPropertyMemberDoc(ProgramElementDoc ped)
Deprecated.Returns the property field documentation belonging to the given member.ProgramElementDoc
VisibleMemberMap. getSetterForProperty(ProgramElementDoc propertyMethod)
Deprecated.Returns the setter documentation belonging to the given property method.ProgramElementDoc[]
Utils. toProgramElementDocArray(List<ProgramElementDoc> list)
Deprecated.Return the list of ProgramElementDoc objects as Array.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type ProgramElementDoc Modifier and Type Method Description List<ProgramElementDoc>
Utils. excludeDeprecatedMembersAsList(ProgramElementDoc[] members)
Deprecated.Return array of class members whose documentation is to be generated.List<ProgramElementDoc>
VisibleMemberMap. getLeafClassMembers(Configuration configuration)
Deprecated.Return the visible members of the class being mapped.List<ProgramElementDoc>
VisibleMemberMap. getMembersFor(ClassDoc cd)
Deprecated.Retrn the list of members for the given class.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ProgramElementDoc Modifier and Type Method Description ProgramElementDoc[]
Utils. excludeDeprecatedMembers(ProgramElementDoc[] members)
Deprecated.Return array of class members whose documentation is to be generated.List<ProgramElementDoc>
Utils. excludeDeprecatedMembersAsList(ProgramElementDoc[] members)
Deprecated.Return array of class members whose documentation is to be generated.ProgramElementDoc
VisibleMemberMap. getGetterForProperty(ProgramElementDoc propertyMethod)
Deprecated.Returns the getter documentation belonging to the given property method.ProgramElementDoc
VisibleMemberMap. getPropertyMemberDoc(ProgramElementDoc ped)
Deprecated.Returns the property field documentation belonging to the given member.ProgramElementDoc
VisibleMemberMap. getSetterForProperty(ProgramElementDoc propertyMethod)
Deprecated.Returns the setter documentation belonging to the given property method.boolean
Extern. isExternal(ProgramElementDoc doc)
Deprecated.Determine if a doc item is externally documented.boolean
Utils. matches(ProgramElementDoc doc1, ProgramElementDoc doc2)
Deprecated.boolean
Utils. nonPublicMemberFound(ProgramElementDoc[] members)
Deprecated.Return true if a non-public member found in the given array.Method parameters in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type arguments of type ProgramElementDoc Modifier and Type Method Description ProgramElementDoc[]
Utils. toProgramElementDocArray(List<ProgramElementDoc> list)
Deprecated.Return the list of ProgramElementDoc objects as Array.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ProgramElementDoc Constructor Description Input(ProgramElementDoc element)
Input(ProgramElementDoc element, boolean isFirstSentence)
Input(ProgramElementDoc element, InheritableTaglet taglet)
Input(ProgramElementDoc element, InheritableTaglet taglet, Tag tag, boolean isFirstSentence, boolean isInheritDocTag)
Input(ProgramElementDoc element, InheritableTaglet taglet, String tagId)
Input(ProgramElementDoc element, InheritableTaglet taglet, String tagId, boolean isTypeVariableParamTag)
-
Uses of ProgramElementDoc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement ProgramElementDoc Modifier and Type Class Description class
AnnotationTypeDocImpl
Deprecated.class
AnnotationTypeElementDocImpl
Deprecated.class
ClassDocImpl
Deprecated.class
ConstructorDocImpl
Deprecated.class
ExecutableMemberDocImpl
Deprecated.class
FieldDocImpl
Deprecated.class
MemberDocImpl
Deprecated.class
MethodDocImpl
Deprecated.class
ProgramElementDocImpl
Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return ProgramElementDoc Modifier and Type Method Description ProgramElementDoc
TypeVariableImpl. owner()
Deprecated.Return the class, interface, method, or constructor within which this type variable is declared.
-