Uses of Interface
gw.gosudoc.com.sun.javadoc.ClassDoc
Packages that use ClassDoc
Package
Description
-
Uses of ClassDoc in gw.gosudoc.com.sun.javadoc
Subinterfaces of ClassDoc in gw.gosudoc.com.sun.javadocMethods in gw.gosudoc.com.sun.javadoc that return ClassDocModifier and TypeMethodDescriptionClassDoc[]
PackageDoc.allClasses()
Deprecated.Get all included classes and interfaces in the package.ClassDoc[]
PackageDoc.allClasses
(boolean filter) Deprecated.Get all classes and interfaces in the package, filtered to the specified access modifier option.ParameterizedType.asClassDoc()
Deprecated.Return the generic class or interface that declared this type.Type.asClassDoc()
Deprecated.Return this type as aClassDoc
if it represents a class or interface.ClassDoc[]
RootDoc.classes()
Deprecated.Return the included classes and interfaces in all packages.RootDoc.classNamed
(String qualifiedName) Deprecated.Return a ClassDoc for the specified class or interface name.ProgramElementDoc.containingClass()
Deprecated.Get the containing class or interface of this program element.ClassDoc[]
PackageDoc.enums()
Deprecated.Get included enum types in this package.ClassDoc[]
PackageDoc.errors()
Deprecated.Get included Error classes in this package.ThrowsTag.exception()
Deprecated.Return aClassDoc
that represents the exception.ClassDoc[]
PackageDoc.exceptions()
Deprecated.Get included Exception classes in this package.SerialFieldTag.fieldTypeDoc()
Deprecated.Return the ClassDoc for field type.Deprecated.Find the specified class or interface within the context of this class doc.Deprecated.Lookup a class or interface within this package.ClassDoc[]
ClassDoc.importedClasses()
Deprecated.Import declarations are implementation details that should not be exposed here.ClassDoc[]
ClassDoc.innerClasses()
Deprecated.Return included nested classes and interfaces within this class or interface.ClassDoc[]
ClassDoc.innerClasses
(boolean filter) Deprecated.Return nested classes and interfaces within this class or interface filtered to the specified access modifier option.ClassDoc[]
ClassDoc.interfaces()
Deprecated.Return interfaces implemented by this class or interfaces extended by this interface.ClassDoc[]
PackageDoc.interfaces()
Deprecated.Get included interfaces in this package, omitting annotation types.ClassDoc[]
PackageDoc.ordinaryClasses()
Deprecated.Get included ordinary classes (that is, exclude exceptions, errors, enums, interfaces, and annotation types) in this package.MethodDoc.overriddenClass()
Deprecated.Return the class containing the method that this method overrides.SeeTag.referencedClass()
Deprecated.Get the class doc referenced by the class name part of @see.ClassDoc[]
RootDoc.specifiedClasses()
Deprecated.Return the classes and interfaces specified as source file names on the command line.ClassDoc.superclass()
Deprecated.Return the superclass of this class.ClassDoc[]
ExecutableMemberDoc.thrownExceptions()
Deprecated.Return exceptions this method or constructor throws.Methods in gw.gosudoc.com.sun.javadoc with parameters of type ClassDocModifier and TypeMethodDescriptionboolean
ClassDoc.subclassOf
(ClassDoc cd) Deprecated.Test whether this class is a subclass of the specified class. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.formats.html
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html declared as ClassDocModifier and TypeFieldDescriptionprotected final ClassDoc
AbstractMemberWriter.classdoc
Deprecated.(package private) final ClassDoc
ClassUseWriter.classdoc
Deprecated.protected final ClassDoc
ClassWriterImpl.classDoc
Deprecated.ConfigurationImpl.currentcd
Deprecated.The classdoc for the class file getting generated.private ClassDoc
ConstantsSummaryWriterImpl.currentClassDoc
Deprecated.The current class being documented.protected final ClassDoc
ClassWriterImpl.next
Deprecated.protected final ClassDoc
ClassWriterImpl.prev
Deprecated.Fields in gw.gosudoc.com.sun.tools.doclets.formats.html with type parameters of type ClassDocModifier and TypeFieldDescriptionPackageFrameWriter.documentedClasses
Deprecated.The classes to be documented.PackageUseWriter.usingPackageToUsedClasses
Deprecated.SerializedFormWriterImpl.visibleClasses
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return ClassDocModifier and TypeMethodDescriptionClassWriterImpl.getClassDoc()
Deprecated.Return the classDoc being documented.protected ClassDoc
ConfigurationImpl.getValidClass
(ClassDoc[] classarr) Deprecated.protected ClassDoc
AbstractExecutableMemberWriter.implementsMethodInIntfac
(MethodDoc method, ClassDoc[] intfacs) Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type ClassDocModifier and TypeMethodDescriptionvoid
AnnotationTypeFieldWriterImpl.addAnnotationDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Add the annotation type details tree header.void
AnnotationTypeRequiredMemberWriterImpl.addAnnotationDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Add the annotation type details tree header.void
PackageWriterImpl.addClassesSummary
(ClassDoc[] classes, String label, String tableSummary, String[] tableHeader, Content summaryContentTree) Deprecated.Adds the table of classes to the documentation tree.protected void
AbstractIndexWriter.addClassInfo
(ClassDoc cd, Content contentTree) Deprecated.Add the classkind (class, interface, exception), error of the class passed.protected void
PackageFrameWriter.addClassKindListing
(ClassDoc[] arr, Content labelContent, HtmlTree contentTree) Deprecated.Add specific class kind listing.protected void
PackageUseWriter.addClassRow
(ClassDoc usedClass, PackageDoc pkg, Content contentTree) Deprecated.Add a row for the class that uses the given package.void
ConstantsSummaryWriterImpl.addConstantMembers
(ClassDoc cd, List<FieldDoc> fields, Content classConstantTree) Deprecated.Adds the constant member table to the documentation tree.protected void
AbstractIndexWriter.addDescription
(ClassDoc cd, Content dlTree, SearchIndexItem si) Deprecated.Add one line summary comment for the class.protected void
AbstractTreeWriter.addExtendsImplements
(ClassDoc parent, ClassDoc cd, Content contentTree) Deprecated.Add information regarding the classes which this class extends or implements.void
AbstractMemberWriter.addInheritedMemberSummary
(ClassDoc classDoc, ProgramElementDoc nestedClass, boolean isFirst, boolean isLast, Content linksTree) Deprecated.Add inherited member summary for the given class and member.void
SubWriterHolderWriter.addInheritedMemberSummary
(AbstractMemberWriter mw, ClassDoc cd, ProgramElementDoc member, boolean isFirst, Content linksTree) Deprecated.Add the inherited member summary.abstract void
AbstractMemberWriter.addInheritedSummaryAnchor
(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.void
AnnotationTypeFieldWriterImpl.addInheritedSummaryAnchor
(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.void
AnnotationTypeRequiredMemberWriterImpl.addInheritedSummaryAnchor
(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.void
ConstructorWriterImpl.addInheritedSummaryAnchor
(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.void
EnumConstantWriterImpl.addInheritedSummaryAnchor
(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.void
FieldWriterImpl.addInheritedSummaryAnchor
(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.void
MethodWriterImpl.addInheritedSummaryAnchor
(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.void
NestedClassWriterImpl.addInheritedSummaryAnchor
(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.void
PropertyWriterImpl.addInheritedSummaryAnchor
(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.void
SubWriterHolderWriter.addInheritedSummaryHeader
(AbstractMemberWriter mw, ClassDoc cd, Content inheritedTree) Deprecated.Add the inherited summary header.abstract void
AbstractMemberWriter.addInheritedSummaryLabel
(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.void
AnnotationTypeFieldWriterImpl.addInheritedSummaryLabel
(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.void
AnnotationTypeRequiredMemberWriterImpl.addInheritedSummaryLabel
(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.void
ConstructorWriterImpl.addInheritedSummaryLabel
(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.void
EnumConstantWriterImpl.addInheritedSummaryLabel
(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.void
FieldWriterImpl.addInheritedSummaryLabel
(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.void
MethodWriterImpl.addInheritedSummaryLabel
(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.void
NestedClassWriterImpl.addInheritedSummaryLabel
(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.void
PropertyWriterImpl.addInheritedSummaryLabel
(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.protected void
AbstractExecutableMemberWriter.addInheritedSummaryLink
(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected abstract void
AbstractMemberWriter.addInheritedSummaryLink
(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected void
AnnotationTypeFieldWriterImpl.addInheritedSummaryLink
(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected void
AnnotationTypeRequiredMemberWriterImpl.addInheritedSummaryLink
(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected void
EnumConstantWriterImpl.addInheritedSummaryLink
(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected void
FieldWriterImpl.addInheritedSummaryLink
(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected void
NestedClassWriterImpl.addInheritedSummaryLink
(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected void
PropertyWriterImpl.addInheritedSummaryLink
(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected void
AbstractTreeWriter.addLevelInfo
(ClassDoc parent, Collection<ClassDoc> list, boolean isEnum, Content contentTree) Deprecated.Add each level of the class tree.void
HtmlSerialFieldWriter.addMemberHeader
(ClassDoc fieldType, String fieldTypeStr, String fieldDimensions, String fieldName, Content contentTree) Deprecated.Add the member header.void
AbstractMemberWriter.addMemberSummary
(ClassDoc classDoc, ProgramElementDoc member, Tag[] firstSentenceTags, List<Content> tableContents, int counter) Deprecated.Add the member summary for the given class.protected void
AbstractTreeWriter.addPartialInfo
(ClassDoc cd, Content contentTree) Deprecated.Add information about the class kind, if it's a "class" or "interface".void
HtmlDocletWriter.addPreQualifiedClassLink
(LinkInfoImpl.Kind context, ClassDoc cd, boolean isStrong, Content contentTree) Deprecated.Add the class link with the package portion of the label in plain text.void
HtmlDocletWriter.addPreQualifiedClassLink
(LinkInfoImpl.Kind context, ClassDoc cd, Content contentTree) Deprecated.Add the class link.void
HtmlDocletWriter.addPreQualifiedStrongClassLink
(LinkInfoImpl.Kind context, ClassDoc cd, Content contentTree) Deprecated.Add the class link, with only class name as the strong link and prefixing plain package name.abstract void
AbstractMemberWriter.addSummaryAnchor
(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.void
AnnotationTypeFieldWriterImpl.addSummaryAnchor
(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.void
AnnotationTypeOptionalMemberWriterImpl.addSummaryAnchor
(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.void
AnnotationTypeRequiredMemberWriterImpl.addSummaryAnchor
(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.void
ConstructorWriterImpl.addSummaryAnchor
(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.void
EnumConstantWriterImpl.addSummaryAnchor
(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.void
FieldWriterImpl.addSummaryAnchor
(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.void
MethodWriterImpl.addSummaryAnchor
(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.void
NestedClassWriterImpl.addSummaryAnchor
(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.void
PropertyWriterImpl.addSummaryAnchor
(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.void
SubWriterHolderWriter.addSummaryHeader
(AbstractMemberWriter mw, ClassDoc cd, Content memberTree) Deprecated.Add the summary header.protected void
AbstractExecutableMemberWriter.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
AbstractMemberWriter.addSummaryLink
(ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected abstract void
AbstractMemberWriter.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
AnnotationTypeFieldWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
AnnotationTypeRequiredMemberWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
EnumConstantWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
FieldWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
NestedClassWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
PropertyWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.void
SourceToHTMLConverter.convertClass
(ClassDoc cd, DocPath outputdir) Deprecated.Convert the given Class to an HTML.static void
ClassUseWriter.generate
(ConfigurationImpl configuration, ClassUseMapper mapper, ClassDoc classdoc) Deprecated.Generate a class page.protected void
HtmlDoclet.generateClassFiles
(ClassDoc[] arr, ClassTree classtree) Deprecated.Generate the class documentation.SerializedFormWriterImpl.getClassHeader
(ClassDoc classDoc) Deprecated.Get the serializable class heading.private String
LinkFactoryImpl.getClassToolTip
(ClassDoc classDoc, boolean isTypeLink) Deprecated.Given a class, return the appropriate tool tip.WriterFactoryImpl.getClassWriter
(ClassDoc classDoc, ClassDoc prevClass, ClassDoc nextClass, ClassTree classTree) Deprecated.Return the writer for a class.ConstantsSummaryWriterImpl.getConstantMembersHeader
(ClassDoc cd) Deprecated.Get the table caption and header for the constant summary tableConstructorWriterImpl.getConstructorDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the constructor details tree header.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label) Deprecated.Return the link for the given member.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label, boolean strong) Deprecated.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label, boolean strong, boolean isProperty) Deprecated.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, String label, boolean strong) Deprecated.Return the link for the given member.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, String label, boolean strong, boolean isProperty) Deprecated.Return the link for the given member.EnumConstantWriterImpl.getEnumConstantsDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the enum constants details tree header.FieldWriterImpl.getFieldDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the field details tree header.AbstractMemberWriter.getInheritedSummaryHeader
(ClassDoc classDoc) Deprecated.Get the inherited summary header for the given class.AnnotationTypeFieldWriterImpl.getMemberSummaryHeader
(ClassDoc classDoc, Content memberSummaryTree) Deprecated.Get the member summary header for the given class.AnnotationTypeOptionalMemberWriterImpl.getMemberSummaryHeader
(ClassDoc classDoc, Content memberSummaryTree) Deprecated.Get the member summary header for the given class.AnnotationTypeRequiredMemberWriterImpl.getMemberSummaryHeader
(ClassDoc classDoc, Content memberSummaryTree) Deprecated.Get the member summary header for the given class.ConstructorWriterImpl.getMemberSummaryHeader
(ClassDoc classDoc, Content memberSummaryTree) Deprecated.Get the member summary header for the given class.EnumConstantWriterImpl.getMemberSummaryHeader
(ClassDoc classDoc, Content memberSummaryTree) Deprecated.Get the member summary header for the given class.FieldWriterImpl.getMemberSummaryHeader
(ClassDoc classDoc, Content memberSummaryTree) Deprecated.Get the member summary header for the given class.MethodWriterImpl.getMemberSummaryHeader
(ClassDoc classDoc, Content memberSummaryTree) Deprecated.Get the member summary header for the given class.NestedClassWriterImpl.getMemberSummaryHeader
(ClassDoc classDoc, Content memberSummaryTree) Deprecated.Get the member summary header for the given class.PropertyWriterImpl.getMemberSummaryHeader
(ClassDoc classDoc, Content memberSummaryTree) Deprecated.Get the member summary header for the given class.MethodWriterImpl.getMethodDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the method details tree header.protected abstract Content
AbstractMemberWriter.getNavSummaryLink
(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected Content
AnnotationTypeFieldWriterImpl.getNavSummaryLink
(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected Content
AnnotationTypeOptionalMemberWriterImpl.getNavSummaryLink
(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected Content
AnnotationTypeRequiredMemberWriterImpl.getNavSummaryLink
(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected Content
ConstructorWriterImpl.getNavSummaryLink
(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected Content
EnumConstantWriterImpl.getNavSummaryLink
(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected Content
FieldWriterImpl.getNavSummaryLink
(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected Content
MethodWriterImpl.getNavSummaryLink
(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected Content
NestedClassWriterImpl.getNavSummaryLink
(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected Content
PropertyWriterImpl.getNavSummaryLink
(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.HtmlDocletWriter.getPreQualifiedClassLink
(LinkInfoImpl.Kind context, ClassDoc cd, boolean isStrong) Deprecated.Retrieve the class link with the package portion of the label in plain text.PropertyWriterImpl.getPropertyDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the property details tree header.HtmlDocletWriter.getQualifiedClassLink
(LinkInfoImpl.Kind context, ClassDoc cd) Deprecated.Get the class link.SerializedFormWriterImpl.getSerialFieldWriter
(ClassDoc classDoc) Deprecated.Return an instance of a SerialFieldWriter.SerializedFormWriterImpl.getSerialMethodWriter
(ClassDoc classDoc) Deprecated.Return an instance of a SerialMethodWriter.AbstractMemberWriter.getSummaryTableTree
(ClassDoc classDoc, List<Content> tableContents) Deprecated.Get the summary table tree for the given class.SubWriterHolderWriter.getSummaryTableTree
(AbstractMemberWriter mw, ClassDoc cd, List<Content> tableContents, boolean showTabs) Deprecated.Get the summary table.protected ClassDoc
ConfigurationImpl.getValidClass
(ClassDoc[] classarr) Deprecated.protected ClassDoc
AbstractExecutableMemberWriter.implementsMethodInIntfac
(MethodDoc method, ClassDoc[] intfacs) Deprecated.boolean
HtmlDocletWriter.isClassLinkable
(ClassDoc cd) Deprecated.boolean
HtmlDocletWriter.isCoreClass
(ClassDoc cd) Deprecated.According to The Java™ Language Specification, all the outer classes and static nested classes are core classes.boolean
SerializedFormWriterImpl.isVisibleClass
(ClassDoc classDoc) Deprecated.Checks if a class is generated and is visible.HtmlDocletWriter.italicsClassName
(ClassDoc cd, boolean qual) Deprecated.Deprecated.protected DocPath
HtmlDocletWriter.pathString
(ClassDoc cd, DocPath name) Deprecated.Return the path to the class page for a classdoc.Method parameters in gw.gosudoc.com.sun.tools.doclets.formats.html with type arguments of type ClassDocModifier and TypeMethodDescriptionprotected void
AbstractTreeWriter.addLevelInfo
(ClassDoc parent, Collection<ClassDoc> list, boolean isEnum, Content contentTree) Deprecated.Add each level of the class tree.protected void
Deprecated.Add the heading for the tree depending upon tree type if it's a Class Tree or Interface tree.Constructors in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type ClassDocModifierConstructorDescriptionAbstractExecutableMemberWriter
(SubWriterHolderWriter writer, ClassDoc classdoc) Deprecated.AbstractMemberWriter
(SubWriterHolderWriter writer, ClassDoc classdoc) Deprecated.ClassUseWriter
(ConfigurationImpl configuration, ClassUseMapper mapper, DocPath filename, ClassDoc classdoc) Deprecated.Constructor.ClassWriterImpl
(ConfigurationImpl configuration, ClassDoc classDoc, ClassDoc prevClass, ClassDoc nextClass, ClassTree classTree) Deprecated.ConstructorWriterImpl
(SubWriterHolderWriter writer, ClassDoc classDoc) Deprecated.Construct a new ConstructorWriterImpl.EnumConstantWriterImpl
(SubWriterHolderWriter writer, ClassDoc classdoc) Deprecated.FieldWriterImpl
(SubWriterHolderWriter writer, ClassDoc classdoc) Deprecated.HtmlSerialFieldWriter
(SubWriterHolderWriter writer, ClassDoc classdoc) Deprecated.HtmlSerialMethodWriter
(SubWriterHolderWriter writer, ClassDoc classdoc) Deprecated.LinkInfoImpl
(ConfigurationImpl configuration, LinkInfoImpl.Kind context, ClassDoc classDoc) Deprecated.Construct a LinkInfo object.MethodWriterImpl
(SubWriterHolderWriter writer, ClassDoc classDoc) Deprecated.Construct a new MethodWriterImpl.NestedClassWriterImpl
(SubWriterHolderWriter writer, ClassDoc classdoc) Deprecated.PropertyWriterImpl
(SubWriterHolderWriter writer, ClassDoc classdoc) Deprecated. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.formats.html.markup
Methods in gw.gosudoc.com.sun.tools.doclets.formats.html.markup with parameters of type ClassDocModifier and TypeMethodDescriptionHtmlDocWriter.getPkgName
(ClassDoc cd) Deprecated.Get the name of the package, this class is in. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit that return ClassDocModifier and TypeMethodDescriptionClassWriter.getClassDoc()
Deprecated.Return the classDoc being documented.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type ClassDocModifier and TypeMethodDescriptionvoid
AnnotationTypeFieldWriter.addAnnotationDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Add the annotation type details tree header.void
AnnotationTypeRequiredMemberWriter.addAnnotationDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Add the annotation type details tree header.void
PackageSummaryWriter.addClassesSummary
(ClassDoc[] classes, String label, String tableSummary, String[] tableHeader, Content summaryContentTree) Deprecated.Adds the table of classes to the documentation tree.void
ConstantsSummaryWriter.addConstantMembers
(ClassDoc cd, List<FieldDoc> fields, Content classConstantTree) Deprecated.Adds the constant member table to the documentation tree.void
MemberSummaryWriter.addInheritedMemberSummary
(ClassDoc classDoc, ProgramElementDoc member, boolean isFirst, boolean isLast, Content linksTree) Deprecated.Add the inherited member summary for the given class and member.void
SerializedFormWriter.SerialFieldWriter.addMemberHeader
(ClassDoc fieldType, String fieldTypeStr, String fieldDimensions, String fieldName, Content contentTree) Adds the member header.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.protected abstract void
AbstractDoclet.generateClassFiles
(ClassDoc[] arr, ClassTree classtree) Deprecated.Generate the class documentation.SerializedFormWriter.getClassHeader
(ClassDoc classDoc) Deprecated.Get the heading for the serializable class.Configuration.getClassName
(ClassDoc cd) Deprecated.Return the qualified name of theClassDoc
if it's qualifier is not excluded.WriterFactory.getClassWriter
(ClassDoc classDoc, ClassDoc prevClass, ClassDoc nextClass, ClassTree classTree) Deprecated.Return the writer for a class.ConstructorWriter.getConstructorDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the constructor details tree header.EnumConstantWriter.getEnumConstantsDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the enum constants details tree header.FieldWriter.getFieldDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the field details tree header.MemberSummaryWriter.getInheritedSummaryHeader
(ClassDoc classDoc) Deprecated.Get the inherited member summary header for the given class.MemberSummaryWriter.getMemberSummaryHeader
(ClassDoc classDoc, Content memberSummaryTree) Deprecated.Get the member summary header for the given class.MethodWriter.getMethodDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the method details tree header.PropertyWriter.getPropertyDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the property details tree header.SerializedFormWriter.getSerialFieldWriter
(ClassDoc classDoc) Deprecated.Return an instance of a SerialFieldWriter.SerializedFormWriter.getSerialMethodWriter
(ClassDoc classDoc) Deprecated.Return an instance of a SerialMethodWriter.MemberSummaryWriter.getSummaryTableTree
(ClassDoc classDoc, List<Content> tableContents) Deprecated.Get the summary table for the given class.boolean
Configuration.isGeneratedDoc
(ClassDoc cd) Deprecated.Return true if the ClassDoc element is getting documented, depending upon -nodeprecated option and the deprecation information. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders declared as ClassDocModifier and TypeFieldDescriptionprotected ClassDoc
ConstantsSummaryBuilder.ConstantFieldBuilder.classdoc
The classdoc that we are examining constants for.protected ClassDoc
AnnotationTypeFieldBuilder.classDoc
Deprecated.The annotation type whose members are being documented.protected ClassDoc
AnnotationTypeRequiredMemberBuilder.classDoc
Deprecated.The annotation type whose members are being documented.private final ClassDoc
ClassBuilder.classDoc
Deprecated.The class being documented.private final ClassDoc
ConstructorBuilder.classDoc
Deprecated.The class whose constructors are being documented.private final ClassDoc
EnumConstantBuilder.classDoc
Deprecated.The class whose enum constants are being documented.private final ClassDoc
FieldBuilder.classDoc
Deprecated.The class whose fields are being documented.private final ClassDoc
MemberSummaryBuilder.classDoc
Deprecated.The type being documented.private final ClassDoc
MethodBuilder.classDoc
Deprecated.The class whose methods are being documented.private final ClassDoc
PropertyBuilder.classDoc
Deprecated.The class whose properties are being documented.private ClassDoc
ConstantsSummaryBuilder.currentClass
Deprecated.The current class being documented.private ClassDoc
SerializedFormBuilder.currentClass
Deprecated.The current class being documented.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with type parameters of type ClassDocModifier and TypeFieldDescriptionConstantsSummaryBuilder.classDocsWithConstFields
Deprecated.The set of ClassDocs that have constant fields.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type ClassDocModifier and TypeMethodDescriptionvoid
SerializedFormBuilder.buildFieldSerializationOverview
(ClassDoc classDoc, Content classContentTree) Deprecated.Build the serialization overview for the given class.BuilderFactory.getClassBuilder
(ClassDoc classDoc, ClassDoc prevClass, ClassDoc nextClass, ClassTree classTree) Deprecated.Return the builder for the class.static AnnotationTypeFieldBuilder
AnnotationTypeFieldBuilder.getInstance
(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeFieldWriter writer) Deprecated.Construct a new AnnotationTypeFieldBuilder.AnnotationTypeOptionalMemberBuilder.getInstance
(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeOptionalMemberWriter writer) Deprecated.Construct a new AnnotationTypeMemberBuilder.AnnotationTypeRequiredMemberBuilder.getInstance
(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeRequiredMemberWriter writer) Deprecated.Construct a new AnnotationTypeMemberBuilder.static ClassBuilder
ClassBuilder.getInstance
(AbstractBuilder.Context context, ClassDoc classDoc, ClassWriter writer) Deprecated.Construct a new ClassBuilder.static ConstructorBuilder
ConstructorBuilder.getInstance
(AbstractBuilder.Context context, ClassDoc classDoc, ConstructorWriter writer) Deprecated.Construct a new ConstructorBuilder.static EnumConstantBuilder
EnumConstantBuilder.getInstance
(AbstractBuilder.Context context, ClassDoc classDoc, EnumConstantWriter writer) Deprecated.Construct a new EnumConstantsBuilder.static FieldBuilder
FieldBuilder.getInstance
(AbstractBuilder.Context context, ClassDoc classDoc, FieldWriter writer) Deprecated.Construct a new FieldBuilder.static MethodBuilder
MethodBuilder.getInstance
(AbstractBuilder.Context context, ClassDoc classDoc, MethodWriter writer) Deprecated.Construct a new MethodBuilder.static PropertyBuilder
PropertyBuilder.getInstance
(AbstractBuilder.Context context, ClassDoc classDoc, PropertyWriter writer) Deprecated.Construct a new PropertyBuilder.private boolean
ConstantsSummaryBuilder.hasConstantField
(ClassDoc classDoc) Deprecated.Return true if the given class has constant fields to document.Deprecated.Returns a list of members that will be documented for the given class.Deprecated.Returns a list of members that will be documented for the given class.Deprecated.Returns a list of constructors that will be documented for the given class.Deprecated.Returns a list of enum constants that will be documented for the given class.Deprecated.Returns a list of fields that will be documented for the given class.Deprecated.Returns a list of methods that will be documented for the given class.Deprecated.Returns a list of properties that will be documented for the given class.private boolean
SerializedFormBuilder.serialClassFoundToDocument
(ClassDoc[] classes) Deprecated.Return true if any of the given classes have a @serialinclude tag.private static boolean
SerializedFormBuilder.serialClassInclude
(ClassDoc cd) Deprecated.Return true if the given ClassDoc should be included in the serialized form.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type ClassDocModifierConstructorDescriptionprotected
AnnotationTypeFieldBuilder
(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeFieldWriter writer, int memberType) Deprecated.Construct a new AnnotationTypeFieldsBuilder.private
AnnotationTypeOptionalMemberBuilder
(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeOptionalMemberWriter writer) Deprecated.Construct a new AnnotationTypeMemberBuilder.protected
AnnotationTypeRequiredMemberBuilder
(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeRequiredMemberWriter writer, int memberType) Deprecated.Construct a new AnnotationTypeRequiredMemberBuilder.private
ClassBuilder
(AbstractBuilder.Context context, ClassDoc classDoc, ClassWriter writer) Deprecated.Construct a new ClassBuilder.ConstantFieldBuilder
(ClassDoc classdoc) Construct a ConstantFieldSubWriter.private
ConstructorBuilder
(AbstractBuilder.Context context, ClassDoc classDoc, ConstructorWriter writer) Deprecated.Construct a new ConstructorBuilder.private
EnumConstantBuilder
(AbstractBuilder.Context context, ClassDoc classDoc, EnumConstantWriter writer) Deprecated.Construct a new EnumConstantsBuilder.private
FieldBuilder
(AbstractBuilder.Context context, ClassDoc classDoc, FieldWriter writer) Deprecated.Construct a new FieldBuilder.private
MemberSummaryBuilder
(AbstractBuilder.Context context, ClassDoc classDoc) Deprecated.Construct a new MemberSummaryBuilder.private
MethodBuilder
(AbstractBuilder.Context context, ClassDoc classDoc, MethodWriter writer) Deprecated.Construct a new MethodBuilder.private
PropertyBuilder
(AbstractBuilder.Context context, ClassDoc classDoc, PropertyWriter writer) Deprecated.Construct a new PropertyBuilder. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util declared as ClassDocModifier and TypeFieldDescriptionprivate final ClassDoc
ImplementedMethods.classdoc
Deprecated.private final ClassDoc
VisibleMemberMap.classdoc
Deprecated.Type whose visible members are requested.private ClassDoc
VisibleMemberMap.ClassMembers.mappingClass
The mapping class, whose inherited members are put in theVisibleMemberMap.ClassMembers.members
list.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type ClassDocModifier and TypeFieldDescriptionClassDocCatalog.allClasses
Deprecated.Stores all classes for each packageClassDocCatalog.annotationTypes
Deprecated.Stores annotation types for each package.ClassTree.baseAnnotationTypes
Deprecated.ClassTree.baseclasses
Deprecated.List of baseclasses.ClassTree.baseEnums
Deprecated.ClassTree.baseinterfaces
Deprecated.List of base-interfaces.private final Map<ClassDoc,
VisibleMemberMap.ClassMembers> VisibleMemberMap.classMap
Deprecated.Map of class and it's ClassMembers object.ClassUseMapper.classToClass
Deprecated.Mapping of ClassDocs to set of ClassDoc used by that class.ClassUseMapper.classToClassAnnotations
Deprecated.The mapping of AnnotationTypeDocs to ClassDocs that use them.ClassUseMapper.classToClassTypeParam
Deprecated.The mapping of ClassDocs to ClassDocs that use them as type parameters.ClassUseMapper.classToImplementingClass
Deprecated.Mapping of ClassDocs to list of ClassDoc which implement this interface.ClassUseMapper.classToSubclass
Deprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subclasses of that class.ClassUseMapper.classToSubinterface
Deprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subinterfaces of that interface.ClassDocCatalog.enums
Deprecated.Stores enums for each package.ClassDocCatalog.errors
Deprecated.Stores errors for each packageClassDocCatalog.exceptions
Deprecated.Stores exceptions for each packageClassTree.implementingclasses
Deprecated.Mapping for each Interface with classes who implement it.ClassTree.implementingclasses
Deprecated.Mapping for each Interface with classes who implement it.ClassDocCatalog.interfaces
Deprecated.Stores interfaces for each packageClassDocCatalog.ordinaryClasses
Deprecated.Stores ordinary classes (excluding Exceptions and Errors) for each packageprivate static final Map<ClassDoc,
ProgramElementDoc[]> VisibleMemberMap.propertiesCache
Deprecated.ClassTree.subAnnotationTypes
Deprecated.ClassTree.subAnnotationTypes
Deprecated.ClassTree.subclasses
Deprecated.Mapping for each Class with their SubClassesClassTree.subclasses
Deprecated.Mapping for each Class with their SubClassesClassTree.subEnums
Deprecated.ClassTree.subEnums
Deprecated.ClassTree.subinterfaces
Deprecated.Mapping for each Interface with their SubInterfacesClassTree.subinterfaces
Deprecated.Mapping for each Interface with their SubInterfacesVisibleMemberMap.visibleClasses
Deprecated.List of ClassDoc objects for which ClassMembers objects are built.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return ClassDocModifier and TypeMethodDescriptionClassDoc[]
ClassDocCatalog.allClasses
(PackageDoc pkgDoc) Deprecated.Return all of the classes specified on the command-line that belong to the given package.ClassDoc[]
ClassDocCatalog.allClasses
(String packageName) Deprecated.Return all of the classes specified on the command-line that belong to the given package.ClassDoc[]
ClassDocCatalog.annotationTypes
(String packageName) Deprecated.Return all of the annotation types specified on the command-line that belong to the given package.ClassDoc[]
Deprecated.Return all of the enums specified on the command-line that belong to the given package.ClassDoc[]
Deprecated.Return all of the errors specified on the command-line that belong to the given package.ClassDoc[]
ClassDocCatalog.exceptions
(String packageName) Deprecated.Return all of the exceptions specified on the command-line that belong to the given package.ClassDoc[]
Utils.filterOutPrivateClasses
(ClassDoc[] classes, boolean javafx) Deprecated.In case of JavaFX mode on, filters out classes that are private, package private or having the @treatAsPrivate annotation.private ClassDoc[]
Deprecated.Utils.getFirstVisibleSuperClassCD
(ClassDoc classDoc, Configuration configuration) Deprecated.Given a class, return the closest visible super class.ClassDoc[]
ClassDocCatalog.interfaces
(String packageName) Deprecated.Return all of the interfaces specified on the command-line that belong to the given package.ClassDoc[]
ClassDocCatalog.ordinaryClasses
(String packageName) Deprecated.Return all of the ordinary classes specified on the command-line that belong to the given package.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type ClassDocModifier and TypeMethodDescriptionDeprecated.Return a list of all direct or indirect, sub-classes and subinterfaces of the ClassDoc argument.ClassTree.baseAnnotationTypes()
Deprecated.Return the list of base annotation types.ClassTree.baseclasses()
Deprecated.Return the base-classes list.ClassTree.baseEnums()
Deprecated.Return the list of base enums.ClassTree.baseinterfaces()
Deprecated.Return the list of base interfaces.Deprecated.Deprecated.From the map return the list of sub-classes or sub-interfaces.VisibleMemberMap.getVisibleClassesList()
Deprecated.Return the list of visible classes in this map.ClassTree.implementingclasses
(ClassDoc cd) Deprecated.Return the list of classes which implement the interface passed.private Collection<ClassDoc>
ClassUseMapper.implementingClasses
(ClassDoc cd) Deprecated.Return all implementing classes of an interface (including all subclasses of implementing classes and all classes implementing subinterfaces) AND fill-in both classToImplementingClass and classToSubinterface maps.ClassTree.subclasses
(ClassDoc cd) Deprecated.Return the sub-class list for the class passed.private Collection<ClassDoc>
ClassUseMapper.subclasses
(ClassDoc cd) Deprecated.Return all subclasses of a class AND fill-in classToSubclass map.ClassTree.subinterfaces
(ClassDoc cd) Deprecated.Return the sub-interface list for the interface passed.private Collection<ClassDoc>
ClassUseMapper.subinterfaces
(ClassDoc cd) Deprecated.Return all subinterfaces of an interface AND fill-in classToSubinterface map.Deprecated.Return the sub-class/interface list for the class/interface passed.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ClassDocModifier and TypeMethodDescriptionprivate boolean
Deprecated.Adjust the Class Tree.private <T extends ProgramElementDoc>
voidDeprecated.private void
Deprecated.private void
Deprecated.Add the given class to the given map.void
ClassDocCatalog.addClassDoc
(ClassDoc classdoc) Deprecated.Add the given class to the catalog.private void
VisibleMemberMap.ClassMembers.addMembers
(ClassDoc fromClass) Get all the valid members from the mapping class.Deprecated.Return a list of all direct or indirect, sub-classes and subinterfaces of the ClassDoc argument.private void
Deprecated.Generate mapping for the sub-classes for every class in this run.Deprecated.ClassDoc[]
Utils.filterOutPrivateClasses
(ClassDoc[] classes, boolean javafx) Deprecated.In case of JavaFX mode on, filters out classes that are private, package private or having the @treatAsPrivate annotation.private void
Utils.findAllInterfaceTypes
(Map<ClassDoc, Type> results, ClassDoc c, boolean raw, Configuration configuration) Deprecated.Utils.findMethod
(ClassDoc cd, MethodDoc method) Deprecated.Search for the given method in the given class.static DocPath
Deprecated.Return the path for a class.static DocPath
Deprecated.Return the path for the simple name of the class.static DocPath
DocPath.forPackage
(ClassDoc cd) Deprecated.Return the path for the package of a class.Deprecated.From the map return the list of sub-classes or sub-interfaces.MetaKeywords.getClassKeyword
(ClassDoc classdoc) Deprecated.Get the current class for a meta tag keyword, as the first and only element of an array list.private List<ProgramElementDoc>
VisibleMemberMap.ClassMembers.getClassMembers
(ClassDoc cd, boolean filter) Return all available class members.Utils.getFirstVisibleSuperClass
(ClassDoc classDoc, Configuration configuration) Deprecated.Given a class, return the closest visible super class.Utils.getFirstVisibleSuperClassCD
(ClassDoc classDoc, Configuration configuration) Deprecated.Given a class, return the closest visible super class.VisibleMemberMap.getMembersFor
(ClassDoc cd) Deprecated.Retrn the list of members for the given class.String[]
MetaKeywords.getMetaKeywords
(ClassDoc classdoc) Deprecated.Returns an array of strings where each element is a class, method or field name.Utils.getTypeName
(Configuration config, ClassDoc cd, boolean lowerCaseOnly) Deprecated.Given a ClassDoc, return the name of its type (Class, Interface, etc.).ClassTree.implementingclasses
(ClassDoc cd) Deprecated.Return the list of classes which implement the interface passed.private Collection<ClassDoc>
ClassUseMapper.implementingClasses
(ClassDoc cd) Deprecated.Return all implementing classes of an interface (including all subclasses of implementing classes and all classes implementing subinterfaces) AND fill-in both classToImplementingClass and classToSubinterface maps.boolean
Utils.isCoreClass
(ClassDoc cd) Deprecated.According to The Java™ Language Specification, all the outer classes and static inner classes are core classes.boolean
Utils.isLinkable
(ClassDoc classDoc, Configuration configuration) Deprecated.Return true if this class is linkable and false if we can't link to the desired class.private Set<PackageDoc>
ClassUseMapper.packageSet
(ClassDoc cd) Deprecated.private void
ClassTree.processInterface
(ClassDoc cd) Deprecated.For the interface passed get the interfaces which it extends, and then put this interface in the sub-interface list of those interfaces.private void
ClassTree.processType
(ClassDoc cd, Configuration configuration, Collection<ClassDoc> bases, Map<ClassDoc, SortedSet<ClassDoc>> subs) Deprecated.For the class passed map it to it's own sub-class listing.private ProgramElementDoc[]
VisibleMemberMap.ClassMembers.properties
(ClassDoc cd, boolean filter) protected void
IndexBuilder.putMembersInIndexMap
(ClassDoc classdoc) Deprecated.Put all the members(fields, methods and constructors) in the classdoc to the indexmap.private <T> List<T>
Deprecated.void
Utils.setEnumDocumentation
(Configuration configuration, ClassDoc classDoc) Deprecated.The documentation for values() and valueOf() in Enums are set by the doclet.ClassTree.subclasses
(ClassDoc cd) Deprecated.Return the sub-class list for the class passed.private Collection<ClassDoc>
ClassUseMapper.subclasses
(ClassDoc cd) Deprecated.Return all subclasses of a class AND fill-in classToSubclass map.ClassTree.subinterfaces
(ClassDoc cd) Deprecated.Return the sub-interface list for the interface passed.private Collection<ClassDoc>
ClassUseMapper.subinterfaces
(ClassDoc cd) Deprecated.Return all subinterfaces of an interface AND fill-in classToSubinterface map.Deprecated.Return the sub-class/interface list for the class/interface passed.Method parameters in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type arguments of type ClassDocModifier and TypeMethodDescriptionprivate boolean
Deprecated.Adjust the Class Tree.private boolean
Deprecated.Adjust the Class Tree.private void
Deprecated.private void
Deprecated.private void
Utils.addAllInterfaceTypes
(Map<ClassDoc, Type> results, Type type, Type[] interfaceTypes, boolean raw, Configuration configuration) Deprecated.private void
Deprecated.Add the given class to the given map.private void
Utils.findAllInterfaceTypes
(Map<ClassDoc, Type> results, ClassDoc c, boolean raw, Configuration configuration) Deprecated.private void
Utils.findAllInterfaceTypes
(Map<ClassDoc, Type> results, ParameterizedType p, Configuration configuration) Deprecated.Deprecated.From the map return the list of sub-classes or sub-interfaces.Deprecated.From the map return the list of sub-classes or sub-interfaces.private ClassDoc[]
Deprecated.private void
ClassTree.processType
(ClassDoc cd, Configuration configuration, Collection<ClassDoc> bases, Map<ClassDoc, SortedSet<ClassDoc>> subs) Deprecated.For the class passed map it to it's own sub-class listing.private void
ClassTree.processType
(ClassDoc cd, Configuration configuration, Collection<ClassDoc> bases, Map<ClassDoc, SortedSet<ClassDoc>> subs) Deprecated.For the class passed map it to it's own sub-class listing.private void
ClassTree.processType
(ClassDoc cd, Configuration configuration, Collection<ClassDoc> bases, Map<ClassDoc, SortedSet<ClassDoc>> subs) Deprecated.For the class passed map it to it's own sub-class listing.private void
Deprecated.Sort the given mixed list of classes and interfaces to a list of classes followed by interfaces traversed.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ClassDocModifierConstructorDescriptionClassDocCatalog
(ClassDoc[] classdocs, Configuration config) Deprecated.Construct a new ClassDocCatalog.private
ClassMembers
(ClassDoc mappingClass, String level) ClassTree
(ClassDoc[] classes, Configuration configuration) Deprecated.Constructor.VisibleMemberMap
(ClassDoc classdoc, int kind, Configuration configuration) Deprecated.Construct a VisibleMemberMap of the given type for the given class. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links declared as ClassDoc -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement ClassDocModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.Fields in gw.gosudoc.com.sun.tools.javadoc.main declared as ClassDocModifier and TypeFieldDescriptionprivate ClassDoc
SerialFieldTagImpl.containingClass
Deprecated.private ClassDoc
SerialFieldTagImpl.fieldTypeDoc
Deprecated.private ClassDoc
SeeTagImpl.referencedClass
Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return ClassDocModifier and TypeMethodDescriptionClassDoc[]
PackageDocImpl.allClasses()
Deprecated.Get all included classes (including Exceptions and Errors) and interfaces.ClassDoc[]
PackageDocImpl.allClasses
(boolean filter) Deprecated.Get all classes (including Exceptions and Errors) and interfaces.AbstractTypeImpl.asClassDoc()
Deprecated.AnnotatedTypeImpl.asClassDoc()
Deprecated.ClassDocImpl.asClassDoc()
Deprecated.Return this type as a class, which it already is.ParameterizedTypeImpl.asClassDoc()
Deprecated.Return the generic class or interface that declared this type.PrimitiveType.asClassDoc()
Deprecated.Return this type as a class.TypeMaker.ArrayTypeImpl.asClassDoc()
Return this type as a class.TypeVariableImpl.asClassDoc()
Deprecated.Return the ClassDoc of the erasure of this type variable.WildcardTypeImpl.asClassDoc()
Deprecated.Return the ClassDoc of the erasure of this wildcard type.ClassDoc[]
RootDocImpl.classes()
Deprecated.Return all classes and interfaces (including those inside packages) to be documented.RootDocImpl.classNamed
(String qualifiedName) Deprecated.Return a ClassDoc for the specified class/interface nameProgramElementDocImpl.containingClass()
Deprecated.Get the containing class of this program element.ClassDoc[]
PackageDocImpl.enums()
Deprecated.Get included enum types in this package.ClassDoc[]
PackageDocImpl.errors()
Deprecated.Get Error classes in this package.ThrowsTagImpl.exception()
Deprecated.Return the exception as a ClassDocImpl.ClassDoc[]
PackageDocImpl.exceptions()
Deprecated.Get Exception classes in this package.SerialFieldTagImpl.fieldTypeDoc()
Deprecated.Return the ClassDocImpl for field type.Deprecated.Find a class within the context of this class.Deprecated.Lookup for a class within this package.ClassDoc[]
ClassDocImpl.importedClasses()
Deprecated.Import declarations are implementation details that should not be exposed here.ClassDoc[]
ClassDocImpl.innerClasses()
Deprecated.Return included inner classes within this class.ClassDoc[]
ClassDocImpl.innerClasses
(boolean filter) Deprecated.Return inner classes within this class.ClassDoc[]
ClassDocImpl.interfaces()
Deprecated.Return interfaces implemented by this class or interfaces extended by this interface.ClassDoc[]
PackageDocImpl.interfaces()
Deprecated.Get included interfaces in this package, omitting annotation types.ClassDoc[]
PackageDocImpl.ordinaryClasses()
Deprecated.Get ordinary classes (that is, exclude exceptions, errors, enums, interfaces, and annotation types) in this package.MethodDocImpl.overriddenClass()
Deprecated.Return the class that originally defined the method that is overridden by the current definition, or null if no such class exists.SeeTagImpl.referencedClass()
Deprecated.get the class referenced by the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .private ClassDoc
ClassDocImpl.searchClass
(String className) Deprecated.ClassDoc[]
RootDocImpl.specifiedClasses()
Deprecated.Classes and interfaces specified on the command line.ClassDocImpl.superclass()
Deprecated.Return the superclass of this classClassDoc[]
ExecutableMemberDocImpl.thrownExceptions()
Deprecated.Return exceptions this method or constructor throws.Methods in gw.gosudoc.com.sun.tools.javadoc.main with parameters of type ClassDocModifier and TypeMethodDescriptionprivate MemberDoc
SeeTagImpl.findExecutableMember
(String memName, String[] paramarr, ClassDoc referencedClass) Deprecated.private MemberDoc
SeeTagImpl.findReferencedMethod
(String memName, String[] paramarr, ClassDoc referencedClass) Deprecated.boolean
ClassDocImpl.subclassOf
(ClassDoc cd) Deprecated.Test whether this class is a subclass of the specified class.
jdk.javadoc.doclet
.