Uses of Interface
gw.gosudoc.com.sun.javadoc.Tag
-
Packages that use Tag 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 Note: The declarations in this package have been superseded by those in the new 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.taglets This package has classes used to generate Javadoc tag documentation.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 gw.gosudoc.tags -
-
Uses of Tag in gw.gosudoc.com.sun.javadoc
Subinterfaces of Tag in gw.gosudoc.com.sun.javadoc Modifier and Type Interface Description interfaceParamTagDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceSeeTagDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceSerialFieldTagDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceThrowsTagDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.Methods in gw.gosudoc.com.sun.javadoc that return Tag Modifier and Type Method Description Tag[]Doc. firstSentenceTags()Deprecated.Return the first sentence of the comment as an array of tags.Tag[]Tag. firstSentenceTags()Deprecated.Return the first sentence of the comment as an array of tags.Tag[]Doc. inlineTags()Deprecated.Return comment as an array of tags.Tag[]Tag. inlineTags()Deprecated.For a documentation comment with embedded{@link}tags, return an array ofTagobjects.Tag[]Doc. tags()Deprecated.Return all tags in this Doc item.Tag[]Doc. tags(String tagname)Deprecated.Return tags of the specified kind in this Doc item. -
Uses of Tag in gw.gosudoc.com.sun.tools.doclets
Methods in gw.gosudoc.com.sun.tools.doclets with parameters of type Tag Modifier and Type Method Description StringTaglet. toString(Tag tag)Deprecated.Given theTagrepresentation of this custom tag, return its string representation, which is output to the generated page.StringTaglet. toString(Tag[] tags)Deprecated.Given an array ofTags representing this custom tag, return its string representation, which is output to the generated page. -
Uses of Tag in gw.gosudoc.com.sun.tools.doclets.formats.html
Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type Tag Modifier and Type Method Description protected voidSubWriterHolderWriter. addIndexComment(Doc member, Tag[] firstSentenceTags, Content tdSummary)Deprecated.Add the index comment.voidHtmlDocletWriter. addInlineComment(Doc doc, Tag tag, Content htmltree)Deprecated.Add the inline comment.voidHtmlDocletWriter. addInlineDeprecatedComment(Doc doc, Tag tag, Content htmltree)Deprecated.Add the inline deprecated comment.voidAbstractMemberWriter. addMemberSummary(ClassDoc classDoc, ProgramElementDoc member, Tag[] firstSentenceTags, List<Content> tableContents, int counter)Deprecated.Add the member summary for the given class.voidHtmlDocletWriter. addSummaryComment(Doc doc, Tag[] firstSentenceTags, Content htmltree)Deprecated.Adds the summary content.voidHtmlDocletWriter. addSummaryDeprecatedComment(Doc doc, Tag tag, Content htmltree)Deprecated.voidSubWriterHolderWriter. addSummaryLinkComment(AbstractMemberWriter mw, ProgramElementDoc member, Tag[] firstSentenceTags, Content tdSummary)Deprecated.Add the summary link comment.protected ContentTagletWriterImpl. codeTagOutput(Tag tag)Deprecated.Return the output for a{@code ...}tag.ContentHtmlDocletWriter. 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.ContentTagletWriterImpl. commentTagsToOutput(Doc holderDoc, Tag[] tags)Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.ContentTagletWriterImpl. commentTagsToOutput(Tag holderTag, Doc holderDoc, Tag[] tags, boolean isFirstSentence)Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.ContentTagletWriterImpl. commentTagsToOutput(Tag holderTag, Tag[] tags)Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.protected ContentTagletWriterImpl. indexTagOutput(Tag tag)Deprecated.protected ContentTagletWriterImpl. literalTagOutput(Tag tag)Deprecated.Return the output for a{@literal ...}tag.ContentTagletWriterImpl. propertyTagOutput(Tag tag, String prefix)Deprecated.Return the output for property tags.ContentTagletWriterImpl. returnTagOutput(Tag returnTag)Deprecated.Return the return tag output.ContentTagletWriterImpl. simpleTagOutput(Tag[] simpleTags, String header)Deprecated.Return the output for a simple tag.ContentTagletWriterImpl. simpleTagOutput(Tag simpleTag, String header)Deprecated.Return the output for a simple tag. -
Uses of Tag in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type Tag Modifier and Type Method Description voidMemberSummaryWriter. 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 Tag 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 Tag Modifier and Type Method Description voidTagletManager. checkTags(Doc doc, Tag[] tags, boolean areInlineTags)Deprecated.Given an array ofTags, check for spelling mistakes.protected abstract ContentTagletWriter. codeTagOutput(Tag tag)Deprecated.Return the output for a{@code ...}tag.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.abstract ContentTagletWriter. commentTagsToOutput(Tag holderTag, Tag[] tags)Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.static ContentTagletWriter. getInlineTagOuput(TagletManager tagletManager, Tag holderTag, Tag inlineTag, TagletWriter tagletWriter)Deprecated.Given an inline tag, return its output.ContentBasePropertyTaglet. getTagletOutput(Tag tag, TagletWriter tagletWriter)Deprecated.Given theTagrepresentation of this custom tag, return its string representation, which is output to the generated page.ContentBaseTaglet. getTagletOutput(Tag tag, TagletWriter writer)Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.ContentCodeTaglet. getTagletOutput(Tag tag, TagletWriter writer)Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.ContentDocRootTaglet. getTagletOutput(Tag tag, TagletWriter writer)Deprecated.Given aDocobject, check if it holds any tags of this type.ContentIndexTaglet. getTagletOutput(Tag tag, TagletWriter writer)Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.ContentInheritDocTaglet. getTagletOutput(Tag tag, TagletWriter tagletWriter)Deprecated.Given theTagrepresentation of this custom tag, return its string representation, which is output to the generated page.ContentLegacyTaglet. getTagletOutput(Tag tag, TagletWriter writer)Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.ContentLiteralTaglet. getTagletOutput(Tag tag, TagletWriter writer)Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.ContentSimpleTaglet. getTagletOutput(Tag tag, TagletWriter writer)Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.ContentTaglet. getTagletOutput(Tag tag, TagletWriter writer)Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.ContentValueTaglet. getTagletOutput(Tag tag, TagletWriter writer)Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.protected abstract ContentTagletWriter. indexTagOutput(Tag tag)Deprecated.Return the output for a tag.protected abstract ContentTagletWriter. literalTagOutput(Tag tag)Deprecated.Return the output for a{@literal ...}tag.protected abstract ContentTagletWriter. propertyTagOutput(Tag propertyTag, String prefix)Deprecated.Return the output for property tags.protected abstract ContentTagletWriter. returnTagOutput(Tag returnTag)Deprecated.Return the return tag output.protected abstract ContentTagletWriter. simpleTagOutput(Tag[] simpleTags, String header)Deprecated.Return the output for a simple tag.protected abstract ContentTagletWriter. simpleTagOutput(Tag simpleTag, String header)Deprecated.Return the output for a simple tag. -
Uses of Tag in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Classes in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that implement Tag Modifier and Type Class Description classTextTagDeprecated.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util declared as Tag Modifier and Type Field Description TagDocFinder.Output. holderTagThe tag that holds the documentation.Tag[]DocFinder.Output. inlineTagsThe inherited documentation.TagDocFinder.Input. tagThe tag to retrieve documentation for.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type Tag Modifier and Type Field Description List<Tag>DocFinder.Output. tagListWhen automatically inheriting throws tags, you sometime must inherit more than one tag.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return Tag Modifier and Type Method Description Tag[]TextTag. firstSentenceTags()Deprecated.Return the first sentence of the comment as an array of tags.Tag[]TextTag. inlineTags()Deprecated.For a documentation comment with embedded{@link}tags, return an array ofTagobjects.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type Tag Constructor Description Input(ProgramElementDoc element, InheritableTaglet taglet, Tag tag, boolean isFirstSentence, boolean isInheritDocTag) -
Uses of Tag in gw.gosudoc.com.sun.tools.javadoc.main
Methods in gw.gosudoc.com.sun.tools.javadoc.main that return Tag Modifier and Type Method Description Tag[]DocImpl. firstSentenceTags()Deprecated.Tag[]DocImpl. inlineTags()Deprecated.Tag[]DocImpl. tags()Deprecated.Return all tags in this Doc item.Tag[]DocImpl. tags(String tagname)Deprecated.Return tags of the specified kind in this Doc item. -
Uses of Tag in gw.gosudoc.tags
Classes in gw.gosudoc.tags that implement Tag Modifier and Type Class Description classTextTagMethods in gw.gosudoc.tags that return Tag Modifier and Type Method Description Tag[]TextTag. firstSentenceTags()Return the first sentence of the comment as an array of tags.Tag[]TextTag. inlineTags()For a documentation comment with embedded{@link}tags, return an array ofTagobjects.
-