Uses of Interface
gw.gosudoc.com.sun.javadoc.Doc
-
Packages that use Doc 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.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.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.doc gw.gosudoc.tags -
-
Uses of Doc in gw.gosudoc.com.sun.javadoc
Subinterfaces of Doc 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
.interface
PackageDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ProgramElementDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
RootDoc
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 Modifier and Type Method Description Doc
Tag. holder()
Deprecated.Return the containingDoc
of this Tag element. -
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 Doc Modifier and Type Method Description boolean
HtmlDocletWriter. addAnnotationInfo(int indent, Doc doc, Parameter param, Content tree)
Deprecated.Add the annotatation types for the given doc and parameter.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.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. deprecatedTagOutput(Doc doc)
Deprecated.Return the deprecated tag output.static String
SourceToHTMLConverter. getAnchorName(Doc d)
Deprecated.Given aDoc
, return an anchor name for it.Content
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 Doc Modifier and Type Method Description protected 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 Doc Modifier and Type Method Description 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 Doc Modifier and Type Method Description void
TagletManager. checkTags(Doc doc, Tag[] tags, boolean areInlineTags)
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.Content
BaseTaglet. getTagletOutput(Doc holder, TagletWriter writer)
Deprecated.Given aDoc
object, check if it holds any tags of this type.Content
DeprecatedTaglet. getTagletOutput(Doc holder, TagletWriter writer)
Deprecated.Given aDoc
object, check if it holds any tags of this type.Content
LegacyTaglet. getTagletOutput(Doc holder, TagletWriter writer)
Deprecated.Given aDoc
object, check if it holds any tags of this type.Content
ParamTaglet. getTagletOutput(Doc holder, TagletWriter writer)
Deprecated.Given an array ofParamTag
s,return its string representation.Content
ReturnTaglet. getTagletOutput(Doc holder, TagletWriter writer)
Deprecated.Given aDoc
object, check if it holds any tags of this type.Content
SeeTaglet. getTagletOutput(Doc holder, TagletWriter writer)
Deprecated.Given aDoc
object, check if it holds any tags of this type.Content
SimpleTaglet. getTagletOutput(Doc holder, TagletWriter writer)
Deprecated.Given aDoc
object, check if it holds any tags of this type.Content
Taglet. getTagletOutput(Doc holder, TagletWriter writer)
Deprecated.Given aDoc
object, check if it holds any tags of this type.Content
ThrowsTaglet. getTagletOutput(Doc holder, TagletWriter writer)
Deprecated.Given aDoc
object, check if it holds any tags of this type.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
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util declared as Doc Modifier and Type Field Description Doc
DocFinder.Output. holder
The Doc object that holds the documentation.protected Doc
TextTag. holder
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return Doc Modifier and Type Method Description Doc
TextTag. 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 Doc Modifier and Type Method Description Map<Character,List<Doc>>
IndexBuilder. getIndexMap()
Deprecated.Return a map of all the individual member lists with Unicode character.List<Doc>
DeprecatedAPIListBuilder. getList(int type)
Deprecated.Return the list of deprecated Doc objects of a given type.List<Doc>
IndexBuilder. getMemberList(Character index)
Deprecated.Return the sorted list of members, for passed Unicode Character.Comparator<Doc>
Utils. makeComparatorForClassUse()
Deprecated.Comparator for ClassUse presentations, and sorted as follows, 1.Comparator<Doc>
Utils. makeComparatorForIndexUse()
Deprecated.A comparator for index file presentations, and are sorted as follows: 1.Comparator<Doc>
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 Doc Modifier and Type Method Description protected void
IndexBuilder. adjustIndexMap(Doc[] elements)
Deprecated.Adjust list of members according to their names.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?Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type Doc Constructor Description TextTag(Doc holder, String text)
Deprecated.Constructor -
Uses of Doc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement Doc Modifier and Type Class Description class
AnnotationTypeDocImpl
Deprecated.class
AnnotationTypeElementDocImpl
Deprecated.class
ClassDocImpl
Deprecated.class
ConstructorDocImpl
Deprecated.class
DocImpl
Deprecated.class
ExecutableMemberDocImpl
Deprecated.class
FieldDocImpl
Deprecated.class
MemberDocImpl
Deprecated.class
MethodDocImpl
Deprecated.class
PackageDocImpl
Deprecated.class
ProgramElementDocImpl
Deprecated.class
RootDocImpl
Deprecated. -
Uses of Doc in gw.gosudoc.doc
Classes in gw.gosudoc.doc that implement Doc Modifier and Type Class Description class
GSDocImplShim
-
Uses of Doc in gw.gosudoc.tags
Fields in gw.gosudoc.tags declared as Doc Modifier and Type Field Description protected Doc
TextTag. holder
Methods in gw.gosudoc.tags that return Doc Modifier and Type Method Description Doc
TextTag. holder()
Return the containingDoc
of this Tag element.Constructors in gw.gosudoc.tags with parameters of type Doc Constructor Description TextTag(Doc holder, String text)
Constructor
-