Uses of Interface
gw.gosudoc.com.sun.javadoc.Doc
Packages that use Doc
Package
Description
-
Uses of Doc in gw.gosudoc.com.sun.javadoc
Subinterfaces of Doc in gw.gosudoc.com.sun.javadocModifier and TypeInterfaceDescriptioninterface
Deprecated.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
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 Doc -
Uses of Doc in gw.gosudoc.com.sun.tools.doclets.formats.html
Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type DocModifier and TypeMethodDescriptionprivate boolean
HtmlDocletWriter.addAnnotationInfo
(int indent, Doc doc, AnnotationDesc[] descList, boolean lineBreak, Content htmltree) Deprecated.Adds the annotation types for the given doc.boolean
HtmlDocletWriter.addAnnotationInfo
(int indent, Doc doc, Parameter param, Content tree) Deprecated.Add the annotatation types for the given doc and parameter.private void
HtmlDocletWriter.addAnnotationInfo
(Doc doc, AnnotationDesc[] descList, Content htmltree) Deprecated.Adds the annotatation types for the given doc.private void
HtmlDocletWriter.addCommentTags
(Doc doc, Tag[] tags, boolean depr, boolean first, Content htmltree) Deprecated.Adds the comment tags.private void
HtmlDocletWriter.addCommentTags
(Doc doc, Tag holderTag, Tag[] tags, boolean depr, boolean first, Content htmltree) Deprecated.Adds the comment tags.protected void
AbstractIndexWriter.addDescription
(Content dl, Doc element) Deprecated.protected void
SubWriterHolderWriter.addIndexComment
(Doc member, Tag[] firstSentenceTags, Content tdSummary) Deprecated.Add the index comment.protected void
SubWriterHolderWriter.addIndexComment
(Doc member, Content contentTree) Deprecated.Add the index comment.void
HtmlDocletWriter.addInlineComment
(Doc doc, Tag tag, Content htmltree) Deprecated.Add the inline comment.void
HtmlDocletWriter.addInlineComment
(Doc doc, Content htmltree) Deprecated.Adds the inline comment.void
HtmlDocletWriter.addInlineDeprecatedComment
(Doc doc, Tag tag, Content htmltree) Deprecated.Add the inline deprecated comment.void
HtmlDocletWriter.addSummaryComment
(Doc doc, Tag[] firstSentenceTags, Content htmltree) Deprecated.Adds the summary content.void
HtmlDocletWriter.addSummaryComment
(Doc doc, Content htmltree) Deprecated.Adds the summary content.void
HtmlDocletWriter.addSummaryDeprecatedComment
(Doc doc, Tag tag, Content htmltree) Deprecated.protected void
HtmlDocletWriter.addTagsInfo
(Doc doc, Content htmltree) Deprecated.Adds the tags information.HtmlDocletWriter.commentTagsToContent
(Tag holderTag, Doc doc, Tag[] tags, boolean isFirstSentence) Deprecated.Converts inline tags and text to text strings, expanding the inline tags along the way.TagletWriterImpl.commentTagsToOutput
(Doc holderDoc, Tag[] tags) Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.TagletWriterImpl.commentTagsToOutput
(Tag holderTag, Doc holderDoc, Tag[] tags, boolean isFirstSentence) Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.TagletWriterImpl.deprecatedTagOutput
(Doc doc) Deprecated.Return the deprecated tag output.static String
SourceToHTMLConverter.getAnchorName
(Doc d) Deprecated.Given aDoc
, return an anchor name for it.private String
HtmlDocletWriter.redirectRelativeLinks
(Doc doc, String text) Deprecated.Suppose a piece of documentation has a relative link.TagletWriterImpl.seeTagOutput
(Doc holder, SeeTag[] seeTags) Deprecated.Return the see tag output.Method parameters in gw.gosudoc.com.sun.tools.doclets.formats.html with type arguments of type DocModifier and TypeMethodDescriptionprotected void
AbstractIndexWriter.addContents
(Character uc, List<? extends Doc> memberlist, Content contentTree) Deprecated.Add the member information for the unicode character along with the list of the members.protected void
AbstractIndexWriter.addContents
(Character uc, List<? extends Doc> memberlist, List<SearchIndexItem> searchList, Content contentTree) Deprecated.protected void
AllClassesFrameWriter.addContents
(List<Doc> classlist, boolean wantFrames, Content content) Deprecated.Given a list of classes, generate links for each class or interface.protected void
AbstractMemberWriter.addDeprecatedAPI
(List<Doc> deprmembers, String headingKey, String tableSummary, String[] tableHeader, Content contentTree) Deprecated.Add deprecated information to the documentation treeprotected void
HtmlDocletWriter.addPackageDeprecatedAPI
(List<Doc> deprPkgs, String headingKey, String tableSummary, String[] tableHeader, Content contentTree) Deprecated.Add package deprecation information to the documentation tree -
Uses of Doc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type DocModifier and TypeMethodDescriptionprivate static boolean
SerializedFormBuilder.serialDocInclude
(Doc doc) Deprecated.Return true if the given Doc should be included in the serialized form.static boolean
SerializedFormBuilder.serialInclude
(Doc doc) Deprecated.Return true if the given Doc should be included in the serialized form. -
Uses of Doc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets with parameters of type DocModifier and TypeMethodDescriptionvoid
Deprecated.Given an array ofTag
s, check for spelling mistakes.abstract Content
TagletWriter.commentTagsToOutput
(Doc holderDoc, Tag[] tags) Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.abstract Content
TagletWriter.commentTagsToOutput
(Tag holderTag, Doc holderDoc, Tag[] tags, boolean isFirstSentence) Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.protected abstract Content
TagletWriter.deprecatedTagOutput
(Doc doc) Deprecated.Return the deprecated tag output.static void
TagletWriter.genTagOuput
(TagletManager tagletManager, Doc doc, Taglet[] taglets, TagletWriter writer, Content output) Deprecated.Given an output object, append to it the tag documentation for the given member.Taglet[]
TagletManager.getCustomTaglets
(Doc doc) Deprecated.private Content
ParamTaglet.getInheritedTagletOutput
(boolean isNonTypeParams, Doc holder, TagletWriter writer, Object[] formalParameters, Set<String> alreadyDocumented) Deprecated.Loop through each indivitual parameter.BaseTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.DeprecatedTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.LegacyTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.private Content
ParamTaglet.getTagletOutput
(boolean isNonTypeParams, Doc holder, TagletWriter writer, Object[] formalParameters, ParamTag[] paramTags) Deprecated.Given an array ofParamTag
s,return its string representation.ParamTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given an array ofParamTag
s,return its string representation.ReturnTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.SeeTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.SimpleTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.Taglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.ThrowsTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.private Content
ThrowsTaglet.inheritThrowsDocumentation
(Doc holder, Type[] declaredExceptionTypes, Set<String> alreadyDocumented, TagletWriter writer) Deprecated.Inherit throws documentation for exceptions that were declared but not documented.protected abstract Content
TagletWriter.seeTagOutput
(Doc holder, SeeTag[] seeTags) Deprecated.Return the see tag output. -
Uses of Doc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Classes in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type DocModifier and TypeClassDescription(package private) static class
Utils.DocComparator<T extends Doc>
Deprecated.A general purpose comparator to sort Doc entities, basically provides the building blocks for creating specific comparators for an use-case.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util declared as DocModifier and TypeFieldDescriptionDocFinder.Output.holder
The Doc object that holds the documentation.protected final Doc
TextTag.holder
Deprecated.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type DocModifier and TypeFieldDescriptionprivate final Comparator<Doc>
ClassTree.comparator
Deprecated.DeprecatedAPIListBuilder.deprecatedLists
Deprecated.List of deprecated type Lists.IndexBuilder.indexmap
Deprecated.Mapping of each Unicode Character with the member list containing members with names starting with it.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return DocModifier and TypeMethodDescriptionTextTag.holder()
Deprecated.Return the containingDoc
of this Tag element.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type DocModifier and TypeMethodDescriptionIndexBuilder.getIndexMap()
Deprecated.Return a map of all the individual member lists with Unicode character.DeprecatedAPIListBuilder.getList
(int type) Deprecated.Return the list of deprecated Doc objects of a given type.IndexBuilder.getMemberList
(Character index) Deprecated.Return the sorted list of members, for passed Unicode Character.Utils.makeComparatorForClassUse()
Deprecated.Comparator for ClassUse presentations, and sorted as follows, 1.Utils.makeComparatorForIndexUse()
Deprecated.A comparator for index file presentations, and are sorted as follows: 1.Utils.makeGeneralPurposeComparator()
Deprecated.A simple comparator which compares simple names, then the fully qualified names and finally the kinds, ClassUse comparator works well for this purpose.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type DocModifier and TypeMethodDescriptionprotected void
IndexBuilder.adjustIndexMap
(Doc[] elements) Deprecated.Adjust list of members according to their names.protected int
Utils.DocComparator.compareDocKinds
(Doc d1, Doc d2) Compares two Doc entities' kinds, and these are ordered as defined in the DocKind enumeration.protected int
Utils.DocComparator.compareFullyQualifiedNames
(Doc d1, Doc d2) Compares the fully qualified names of the entitiesprotected int
Utils.DocComparator.compareNames
(Doc d1, Doc d2) Compares two Doc entities typically the simple name of a method, field, constructor etc.(package private) Utils.DocComparator.DocKind
Utils.DocComparator.getDocKind
(Doc d) (package private) boolean
Utils.DocComparator.hasParameters
(Doc d) boolean
Utils.isDeprecated
(Doc doc) Deprecated.Return true if the given Doc is deprecated.protected boolean
IndexBuilder.shouldAddToIndexMap
(Doc element) Deprecated.Should this doc element be added to the index map?Method parameters in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type arguments of type DocModifier and TypeMethodDescriptionprivate void
DeprecatedAPIListBuilder.composeDeprecatedList
(List<Doc> list, MemberDoc[] members) Deprecated.Add the members into a single list of deprecated members.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type Doc -
Uses of Doc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement DocModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return Doc -
Uses of Doc in gw.gosudoc.doc
Classes in gw.gosudoc.doc that implement Doc -
Uses of Doc in gw.gosudoc.tags
Fields in gw.gosudoc.tags declared as DocMethods in gw.gosudoc.tags that return DocModifier and TypeMethodDescriptionTextTag.holder()
Return the containingDoc
of this Tag element.Constructors in gw.gosudoc.tags with parameters of type Doc
jdk.javadoc.doclet
.