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 interface
ParamTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
SeeTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
SerialFieldTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ThrowsTag
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 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 ofTag
objects.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 String
Taglet. toString(Tag tag)
Deprecated.Given theTag
representation of this custom tag, return its string representation, which is output to the generated page.String
Taglet. toString(Tag[] tags)
Deprecated.Given an array ofTag
s 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 void
SubWriterHolderWriter. addIndexComment(Doc member, Tag[] firstSentenceTags, Content tdSummary)
Deprecated.Add the index comment.void
HtmlDocletWriter. addInlineComment(Doc doc, Tag tag, Content htmltree)
Deprecated.Add the inline comment.void
HtmlDocletWriter. addInlineDeprecatedComment(Doc doc, Tag tag, Content htmltree)
Deprecated.Add the inline deprecated comment.void
AbstractMemberWriter. addMemberSummary(ClassDoc classDoc, ProgramElementDoc member, Tag[] firstSentenceTags, List<Content> tableContents, int counter)
Deprecated.Add the member summary for the given class.void
HtmlDocletWriter. addSummaryComment(Doc doc, Tag[] firstSentenceTags, Content htmltree)
Deprecated.Adds the summary content.void
HtmlDocletWriter. addSummaryDeprecatedComment(Doc doc, Tag tag, Content htmltree)
Deprecated.void
SubWriterHolderWriter. addSummaryLinkComment(AbstractMemberWriter mw, ProgramElementDoc member, Tag[] firstSentenceTags, Content tdSummary)
Deprecated.Add the summary link comment.protected Content
TagletWriterImpl. codeTagOutput(Tag tag)
Deprecated.Return the output for a{@code ...}
tag.Content
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.Content
TagletWriterImpl. commentTagsToOutput(Doc holderDoc, Tag[] tags)
Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.Content
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.Content
TagletWriterImpl. commentTagsToOutput(Tag holderTag, Tag[] tags)
Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.protected Content
TagletWriterImpl. indexTagOutput(Tag tag)
Deprecated.protected Content
TagletWriterImpl. literalTagOutput(Tag tag)
Deprecated.Return the output for a{@literal ...}
tag.Content
TagletWriterImpl. propertyTagOutput(Tag tag, String prefix)
Deprecated.Return the output for property tags.Content
TagletWriterImpl. returnTagOutput(Tag returnTag)
Deprecated.Return the return tag output.Content
TagletWriterImpl. simpleTagOutput(Tag[] simpleTags, String header)
Deprecated.Return the output for a simple tag.Content
TagletWriterImpl. 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 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 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 void
TagletManager. checkTags(Doc doc, Tag[] tags, boolean areInlineTags)
Deprecated.Given an array ofTag
s, check for spelling mistakes.protected abstract Content
TagletWriter. codeTagOutput(Tag tag)
Deprecated.Return the output for a{@code ...}
tag.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.abstract Content
TagletWriter. commentTagsToOutput(Tag holderTag, Tag[] tags)
Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.static Content
TagletWriter. getInlineTagOuput(TagletManager tagletManager, Tag holderTag, Tag inlineTag, TagletWriter tagletWriter)
Deprecated.Given an inline tag, return its output.Content
BasePropertyTaglet. getTagletOutput(Tag tag, TagletWriter tagletWriter)
Deprecated.Given theTag
representation of this custom tag, return its string representation, which is output to the generated page.Content
BaseTaglet. getTagletOutput(Tag tag, TagletWriter writer)
Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.Content
CodeTaglet. getTagletOutput(Tag tag, TagletWriter writer)
Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.Content
DocRootTaglet. getTagletOutput(Tag tag, TagletWriter writer)
Deprecated.Given aDoc
object, check if it holds any tags of this type.Content
IndexTaglet. getTagletOutput(Tag tag, TagletWriter writer)
Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.Content
InheritDocTaglet. getTagletOutput(Tag tag, TagletWriter tagletWriter)
Deprecated.Given theTag
representation of this custom tag, return its string representation, which is output to the generated page.Content
LegacyTaglet. getTagletOutput(Tag tag, TagletWriter writer)
Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.Content
LiteralTaglet. getTagletOutput(Tag tag, TagletWriter writer)
Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.Content
SimpleTaglet. getTagletOutput(Tag tag, TagletWriter writer)
Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.Content
Taglet. getTagletOutput(Tag tag, TagletWriter writer)
Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.Content
ValueTaglet. getTagletOutput(Tag tag, TagletWriter writer)
Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.protected abstract Content
TagletWriter. indexTagOutput(Tag tag)
Deprecated.Return the output for a tag.protected abstract Content
TagletWriter. literalTagOutput(Tag tag)
Deprecated.Return the output for a{@literal ...}
tag.protected abstract Content
TagletWriter. propertyTagOutput(Tag propertyTag, String prefix)
Deprecated.Return the output for property tags.protected abstract Content
TagletWriter. returnTagOutput(Tag returnTag)
Deprecated.Return the return tag output.protected abstract Content
TagletWriter. simpleTagOutput(Tag[] simpleTags, String header)
Deprecated.Return the output for a simple tag.protected abstract Content
TagletWriter. 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 class
TextTag
Deprecated.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util declared as Tag Modifier and Type Field Description Tag
DocFinder.Output. holderTag
The tag that holds the documentation.Tag[]
DocFinder.Output. inlineTags
The inherited documentation.Tag
DocFinder.Input. tag
The 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. tagList
When 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 ofTag
objects.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 class
TextTag
Methods 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 ofTag
objects.
-