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 TypeInterfaceDescriptioninterfaceDeprecated.interfaceDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceDeprecated.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 booleanHtmlDocletWriter.addAnnotationInfo(int indent, Doc doc, AnnotationDesc[] descList, boolean lineBreak, Content htmltree) Deprecated.Adds the annotation types for the given doc.booleanHtmlDocletWriter.addAnnotationInfo(int indent, Doc doc, Parameter param, Content tree) Deprecated.Add the annotatation types for the given doc and parameter.private voidHtmlDocletWriter.addAnnotationInfo(Doc doc, AnnotationDesc[] descList, Content htmltree) Deprecated.Adds the annotatation types for the given doc.private voidHtmlDocletWriter.addCommentTags(Doc doc, Tag[] tags, boolean depr, boolean first, Content htmltree) Deprecated.Adds the comment tags.private voidHtmlDocletWriter.addCommentTags(Doc doc, Tag holderTag, Tag[] tags, boolean depr, boolean first, Content htmltree) Deprecated.Adds the comment tags.protected voidAbstractIndexWriter.addDescription(Content dl, Doc element) Deprecated.protected voidSubWriterHolderWriter.addIndexComment(Doc member, Tag[] firstSentenceTags, Content tdSummary) Deprecated.Add the index comment.protected voidSubWriterHolderWriter.addIndexComment(Doc member, Content contentTree) Deprecated.Add the index comment.voidHtmlDocletWriter.addInlineComment(Doc doc, Tag tag, Content htmltree) Deprecated.Add the inline comment.voidHtmlDocletWriter.addInlineComment(Doc doc, Content htmltree) Deprecated.Adds the inline comment.voidHtmlDocletWriter.addInlineDeprecatedComment(Doc doc, Tag tag, Content htmltree) Deprecated.Add the inline deprecated comment.voidHtmlDocletWriter.addSummaryComment(Doc doc, Tag[] firstSentenceTags, Content htmltree) Deprecated.Adds the summary content.voidHtmlDocletWriter.addSummaryComment(Doc doc, Content htmltree) Deprecated.Adds the summary content.voidHtmlDocletWriter.addSummaryDeprecatedComment(Doc doc, Tag tag, Content htmltree) Deprecated.protected voidHtmlDocletWriter.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 StringSourceToHTMLConverter.getAnchorName(Doc d) Deprecated.Given aDoc, return an anchor name for it.private StringHtmlDocletWriter.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 voidAbstractIndexWriter.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 voidAbstractIndexWriter.addContents(Character uc, List<? extends Doc> memberlist, List<SearchIndexItem> searchList, Content contentTree) Deprecated.protected voidAllClassesFrameWriter.addContents(List<Doc> classlist, boolean wantFrames, Content content) Deprecated.Given a list of classes, generate links for each class or interface.protected voidAbstractMemberWriter.addDeprecatedAPI(List<Doc> deprmembers, String headingKey, String tableSummary, String[] tableHeader, Content contentTree) Deprecated.Add deprecated information to the documentation treeprotected voidHtmlDocletWriter.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 booleanSerializedFormBuilder.serialDocInclude(Doc doc) Deprecated.Return true if the given Doc should be included in the serialized form.static booleanSerializedFormBuilder.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 TypeMethodDescriptionvoidDeprecated.Given an array ofTags, check for spelling mistakes.abstract ContentTagletWriter.commentTagsToOutput(Doc holderDoc, Tag[] tags) Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.abstract ContentTagletWriter.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 ContentTagletWriter.deprecatedTagOutput(Doc doc) Deprecated.Return the deprecated tag output.static voidTagletWriter.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 ContentParamTaglet.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 aDocobject, check if it holds any tags of this type.DeprecatedTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.LegacyTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.private ContentParamTaglet.getTagletOutput(boolean isNonTypeParams, Doc holder, TagletWriter writer, Object[] formalParameters, ParamTag[] paramTags) Deprecated.Given an array ofParamTags,return its string representation.ParamTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given an array ofParamTags,return its string representation.ReturnTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.SeeTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.SimpleTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.Taglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.ThrowsTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.private ContentThrowsTaglet.inheritThrowsDocumentation(Doc holder, Type[] declaredExceptionTypes, Set<String> alreadyDocumented, TagletWriter writer) Deprecated.Inherit throws documentation for exceptions that were declared but not documented.protected abstract ContentTagletWriter.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 classUtils.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.holderThe Doc object that holds the documentation.protected final DocTextTag.holderDeprecated.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type DocModifier and TypeFieldDescriptionprivate final Comparator<Doc>ClassTree.comparatorDeprecated.DeprecatedAPIListBuilder.deprecatedListsDeprecated.List of deprecated type Lists.IndexBuilder.indexmapDeprecated.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 containingDocof 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 voidIndexBuilder.adjustIndexMap(Doc[] elements) Deprecated.Adjust list of members according to their names.protected intUtils.DocComparator.compareDocKinds(Doc d1, Doc d2) Compares two Doc entities' kinds, and these are ordered as defined in the DocKind enumeration.protected intUtils.DocComparator.compareFullyQualifiedNames(Doc d1, Doc d2) Compares the fully qualified names of the entitiesprotected intUtils.DocComparator.compareNames(Doc d1, Doc d2) Compares two Doc entities typically the simple name of a method, field, constructor etc.(package private) Utils.DocComparator.DocKindUtils.DocComparator.getDocKind(Doc d) (package private) booleanUtils.DocComparator.hasParameters(Doc d) booleanUtils.isDeprecated(Doc doc) Deprecated.Return true if the given Doc is deprecated.protected booleanIndexBuilder.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 voidDeprecatedAPIListBuilder.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 TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.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 containingDocof this Tag element.Constructors in gw.gosudoc.tags with parameters of type Doc
jdk.javadoc.doclet.