Uses of Interface
gw.gosudoc.com.sun.javadoc.ClassDoc
-
Packages that use ClassDoc 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.formats.html.markup This package contains classes that write HTML markup tags.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.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.util This package has utility classes that perform common services required for API documentation generation.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links Provides a factory for constructing links.gw.gosudoc.com.sun.tools.javadoc.main -
-
Uses of ClassDoc in gw.gosudoc.com.sun.javadoc
Subinterfaces of ClassDoc 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
.Methods in gw.gosudoc.com.sun.javadoc that return ClassDoc Modifier and Type Method Description ClassDoc[]
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.ClassDoc
ParameterizedType. asClassDoc()
Deprecated.Return the generic class or interface that declared this type.ClassDoc
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.ClassDoc
RootDoc. classNamed(String qualifiedName)
Deprecated.Return a ClassDoc for the specified class or interface name.ClassDoc
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.ClassDoc
ThrowsTag. exception()
Deprecated.Return aClassDoc
that represents the exception.ClassDoc[]
PackageDoc. exceptions()
Deprecated.Get included Exception classes in this package.ClassDoc
SerialFieldTag. fieldTypeDoc()
Deprecated.Return the ClassDoc for field type.ClassDoc
ClassDoc. findClass(String className)
Deprecated.Find the specified class or interface within the context of this class doc.ClassDoc
PackageDoc. findClass(String className)
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.ClassDoc
MethodDoc. overriddenClass()
Deprecated.Return the class containing the method that this method overrides.ClassDoc
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
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 ClassDoc Modifier and Type Method Description boolean
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 ClassDoc Modifier and Type Field Description protected ClassDoc
AbstractMemberWriter. classdoc
Deprecated.protected ClassDoc
ClassWriterImpl. classDoc
Deprecated.ClassDoc
ConfigurationImpl. currentcd
Deprecated.The classdoc for the class file getting generated.protected ClassDoc
ClassWriterImpl. next
Deprecated.protected ClassDoc
ClassWriterImpl. prev
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return ClassDoc Modifier and Type Method Description ClassDoc
ClassWriterImpl. 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 ClassDoc Modifier and Type Method Description void
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.Content
SerializedFormWriterImpl. getClassHeader(ClassDoc classDoc)
Deprecated.Get the serializable class heading.ClassWriter
WriterFactoryImpl. getClassWriter(ClassDoc classDoc, ClassDoc prevClass, ClassDoc nextClass, ClassTree classTree)
Deprecated.Return the writer for a class.Content
ConstantsSummaryWriterImpl. getConstantMembersHeader(ClassDoc cd)
Deprecated.Get the table caption and header for the constant summary tableContent
ConstructorWriterImpl. getConstructorDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)
Deprecated.Get the constructor details tree header.Content
HtmlDocletWriter. getDocLink(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label)
Deprecated.Return the link for the given member.Content
HtmlDocletWriter. getDocLink(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label, boolean strong)
Deprecated.Content
HtmlDocletWriter. getDocLink(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label, boolean strong, boolean isProperty)
Deprecated.Content
HtmlDocletWriter. getDocLink(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, String label, boolean strong)
Deprecated.Return the link for the given member.Content
HtmlDocletWriter. getDocLink(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, String label, boolean strong, boolean isProperty)
Deprecated.Return the link for the given member.Content
EnumConstantWriterImpl. getEnumConstantsDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)
Deprecated.Get the enum constants details tree header.Content
FieldWriterImpl. getFieldDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)
Deprecated.Get the field details tree header.Content
AbstractMemberWriter. getInheritedSummaryHeader(ClassDoc classDoc)
Deprecated.Get the inherited summary header for the given class.Content
AnnotationTypeFieldWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)
Deprecated.Get the member summary header for the given class.Content
AnnotationTypeOptionalMemberWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)
Deprecated.Get the member summary header for the given class.Content
AnnotationTypeRequiredMemberWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)
Deprecated.Get the member summary header for the given class.Content
ConstructorWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)
Deprecated.Get the member summary header for the given class.Content
EnumConstantWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)
Deprecated.Get the member summary header for the given class.Content
FieldWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)
Deprecated.Get the member summary header for the given class.Content
MethodWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)
Deprecated.Get the member summary header for the given class.Content
NestedClassWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)
Deprecated.Get the member summary header for the given class.Content
PropertyWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)
Deprecated.Get the member summary header for the given class.Content
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.Content
HtmlDocletWriter. getPreQualifiedClassLink(LinkInfoImpl.Kind context, ClassDoc cd, boolean isStrong)
Deprecated.Retrieve the class link with the package portion of the label in plain text.Content
PropertyWriterImpl. getPropertyDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)
Deprecated.Get the property details tree header.Content
HtmlDocletWriter. getQualifiedClassLink(LinkInfoImpl.Kind context, ClassDoc cd)
Deprecated.Get the class link.SerializedFormWriter.SerialFieldWriter
SerializedFormWriterImpl. getSerialFieldWriter(ClassDoc classDoc)
Deprecated.Return an instance of a SerialFieldWriter.SerializedFormWriter.SerialMethodWriter
SerializedFormWriterImpl. getSerialMethodWriter(ClassDoc classDoc)
Deprecated.Return an instance of a SerialMethodWriter.Content
AbstractMemberWriter. getSummaryTableTree(ClassDoc classDoc, List<Content> tableContents)
Deprecated.Get the summary table tree for the given class.Content
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.Content
HtmlDocletWriter. italicsClassName(ClassDoc cd, boolean qual)
Deprecated.List<FieldDoc>
HtmlSerialFieldWriter. members(ClassDoc cd)
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 ClassDoc Modifier and Type Method Description protected void
AbstractTreeWriter. addLevelInfo(ClassDoc parent, Collection<ClassDoc> list, boolean isEnum, Content contentTree)
Deprecated.Add each level of the class tree.protected void
AbstractTreeWriter. addTree(SortedSet<ClassDoc> list, String heading, HtmlTree div)
Deprecated.Add the heading for the tree depending upon tree type if it's a Class Tree or Interface tree. -
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 ClassDoc Modifier and Type Method Description String
HtmlDocWriter. 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 ClassDoc Modifier and Type Method Description ClassDoc
ClassWriter. getClassDoc()
Deprecated.Return the classDoc being documented.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type ClassDoc Modifier and Type Method Description void
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.Content
SerializedFormWriter. getClassHeader(ClassDoc classDoc)
Deprecated.Get the heading for the serializable class.String
Configuration. getClassName(ClassDoc cd)
Deprecated.Return the qualified name of theClassDoc
if it's qualifier is not excluded.ClassWriter
WriterFactory. getClassWriter(ClassDoc classDoc, ClassDoc prevClass, ClassDoc nextClass, ClassTree classTree)
Deprecated.Return the writer for a class.Content
ConstructorWriter. getConstructorDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)
Deprecated.Get the constructor details tree header.Content
EnumConstantWriter. getEnumConstantsDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)
Deprecated.Get the enum constants details tree header.Content
FieldWriter. getFieldDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)
Deprecated.Get the field details tree header.Content
MemberSummaryWriter. getInheritedSummaryHeader(ClassDoc classDoc)
Deprecated.Get the inherited member summary header for the given class.Content
MemberSummaryWriter. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)
Deprecated.Get the member summary header for the given class.Content
MethodWriter. getMethodDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)
Deprecated.Get the method details tree header.Content
PropertyWriter. getPropertyDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)
Deprecated.Get the property details tree header.SerializedFormWriter.SerialFieldWriter
SerializedFormWriter. getSerialFieldWriter(ClassDoc classDoc)
Deprecated.Return an instance of a SerialFieldWriter.SerializedFormWriter.SerialMethodWriter
SerializedFormWriter. getSerialMethodWriter(ClassDoc classDoc)
Deprecated.Return an instance of a SerialMethodWriter.Content
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 ClassDoc Modifier and Type Field Description 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.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with type parameters of type ClassDoc Modifier and Type Field Description protected Set<ClassDoc>
ConstantsSummaryBuilder. 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 ClassDoc Modifier and Type Method Description void
SerializedFormBuilder. buildFieldSerializationOverview(ClassDoc classDoc, Content classContentTree)
Deprecated.Build the serialization overview for the given class.AbstractBuilder
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.static AnnotationTypeOptionalMemberBuilder
AnnotationTypeOptionalMemberBuilder. getInstance(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeOptionalMemberWriter writer)
Deprecated.Construct a new AnnotationTypeMemberBuilder.static AnnotationTypeRequiredMemberBuilder
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.List<ProgramElementDoc>
AnnotationTypeFieldBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of members that will be documented for the given class.List<ProgramElementDoc>
AnnotationTypeRequiredMemberBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of members that will be documented for the given class.List<ProgramElementDoc>
ConstructorBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of constructors that will be documented for the given class.List<ProgramElementDoc>
EnumConstantBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of enum constants that will be documented for the given class.List<ProgramElementDoc>
FieldBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of fields that will be documented for the given class.List<ProgramElementDoc>
MethodBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of methods that will be documented for the given class.List<ProgramElementDoc>
PropertyBuilder. members(ClassDoc classDoc)
Deprecated.Returns a list of properties that will be documented for the given class.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type ClassDoc Constructor Description AnnotationTypeFieldBuilder(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeFieldWriter writer, int memberType)
Deprecated.Construct a new AnnotationTypeFieldsBuilder.AnnotationTypeRequiredMemberBuilder(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeRequiredMemberWriter writer, int memberType)
Deprecated.Construct a new AnnotationTypeRequiredMemberBuilder. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type ClassDoc Modifier and Type Field Description Map<String,Set<ClassDoc>>
ClassUseMapper. classToClass
Deprecated.Mapping of ClassDocs to set of ClassDoc used by that class.Map<String,List<ClassDoc>>
ClassUseMapper. classToClassAnnotations
Deprecated.The mapping of AnnotationTypeDocs to ClassDocs that use them.Map<String,List<ClassDoc>>
ClassUseMapper. classToClassTypeParam
Deprecated.The mapping of ClassDocs to ClassDocs that use them as type parameters.Map<String,List<ClassDoc>>
ClassUseMapper. classToImplementingClass
Deprecated.Mapping of ClassDocs to list of ClassDoc which implement this interface.Map<String,List<ClassDoc>>
ClassUseMapper. classToSubclass
Deprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subclasses of that class.Map<String,List<ClassDoc>>
ClassUseMapper. classToSubinterface
Deprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subinterfaces of that interface.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return ClassDoc Modifier and Type Method Description ClassDoc[]
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[]
ClassDocCatalog. enums(String packageName)
Deprecated.Return all of the enums specified on the command-line that belong to the given package.ClassDoc[]
ClassDocCatalog. errors(String packageName)
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.ClassDoc
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 ClassDoc Modifier and Type Method Description SortedSet<ClassDoc>
ClassTree. allSubs(ClassDoc cd, boolean isEnum)
Deprecated.Return a list of all direct or indirect, sub-classes and subinterfaces of the ClassDoc argument.SortedSet<ClassDoc>
ClassTree. baseAnnotationTypes()
Deprecated.Return the list of base annotation types.SortedSet<ClassDoc>
ClassTree. baseclasses()
Deprecated.Return the base-classes list.SortedSet<ClassDoc>
ClassTree. baseEnums()
Deprecated.Return the list of base enums.SortedSet<ClassDoc>
ClassTree. baseinterfaces()
Deprecated.Return the list of base interfaces.List<ClassDoc>
VisibleMemberMap. getVisibleClassesList()
Deprecated.Return the list of visible classes in this map.SortedSet<ClassDoc>
ClassTree. implementingclasses(ClassDoc cd)
Deprecated.Return the list of classes which implement the interface passed.SortedSet<ClassDoc>
ClassTree. subclasses(ClassDoc cd)
Deprecated.Return the sub-class list for the class passed.SortedSet<ClassDoc>
ClassTree. subinterfaces(ClassDoc cd)
Deprecated.Return the sub-interface list for the interface passed.SortedSet<ClassDoc>
ClassTree. subs(ClassDoc cd, boolean isEnum)
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 ClassDoc Modifier and Type Method Description void
ClassDocCatalog. addClassDoc(ClassDoc classdoc)
Deprecated.Add the given class to the catalog.SortedSet<ClassDoc>
ClassTree. allSubs(ClassDoc cd, boolean isEnum)
Deprecated.Return a list of all direct or indirect, sub-classes and subinterfaces of the ClassDoc argument.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.MethodDoc
Utils. findMethod(ClassDoc cd, MethodDoc method)
Deprecated.Search for the given method in the given class.static DocPath
DocPath. forClass(ClassDoc cd)
Deprecated.Return the path for a class.static DocPath
DocPath. forName(ClassDoc cd)
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.protected ArrayList<String>
MetaKeywords. getClassKeyword(ClassDoc classdoc)
Deprecated.Get the current class for a meta tag keyword, as the first and only element of an array list.Type
Utils. getFirstVisibleSuperClass(ClassDoc classDoc, Configuration configuration)
Deprecated.Given a class, return the closest visible super class.ClassDoc
Utils. getFirstVisibleSuperClassCD(ClassDoc classDoc, Configuration configuration)
Deprecated.Given a class, return the closest visible super class.List<ProgramElementDoc>
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.String
Utils. getTypeName(Configuration config, ClassDoc cd, boolean lowerCaseOnly)
Deprecated.Given a ClassDoc, return the name of its type (Class, Interface, etc.).SortedSet<ClassDoc>
ClassTree. implementingclasses(ClassDoc cd)
Deprecated.Return the list of classes which implement the interface passed.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.protected void
IndexBuilder. putMembersInIndexMap(ClassDoc classdoc)
Deprecated.Put all the members(fields, methods and constructors) in the classdoc to the indexmap.void
Utils. setEnumDocumentation(Configuration configuration, ClassDoc classDoc)
Deprecated.The documentation for values() and valueOf() in Enums are set by the doclet.SortedSet<ClassDoc>
ClassTree. subclasses(ClassDoc cd)
Deprecated.Return the sub-class list for the class passed.SortedSet<ClassDoc>
ClassTree. subinterfaces(ClassDoc cd)
Deprecated.Return the sub-interface list for the interface passed.SortedSet<ClassDoc>
ClassTree. subs(ClassDoc cd, boolean isEnum)
Deprecated.Return the sub-class/interface list for the class/interface passed.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ClassDoc Constructor Description ClassDocCatalog(ClassDoc[] classdocs, Configuration config)
Deprecated.Construct a new ClassDocCatalog.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 Modifier and Type Field Description ClassDoc
LinkInfo. classDoc
Deprecated.The ClassDoc we want to link to. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement ClassDoc Modifier and Type Class Description class
AnnotationTypeDocImpl
Deprecated.class
ClassDocImpl
Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return ClassDoc Modifier and Type Method Description ClassDoc[]
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.ClassDoc
AnnotatedTypeImpl. asClassDoc()
Deprecated.ClassDoc
ClassDocImpl. asClassDoc()
Deprecated.Return this type as a class, which it already is.ClassDoc
ParameterizedTypeImpl. asClassDoc()
Deprecated.Return the generic class or interface that declared this type.ClassDoc
TypeVariableImpl. asClassDoc()
Deprecated.Return the ClassDoc of the erasure of this type variable.ClassDoc
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.ClassDoc
RootDocImpl. classNamed(String qualifiedName)
Deprecated.Return a ClassDoc for the specified class/interface nameClassDoc
ProgramElementDocImpl. 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.ClassDoc[]
PackageDocImpl. exceptions()
Deprecated.Get Exception classes in this package.ClassDoc
ClassDocImpl. findClass(String className)
Deprecated.Find a class within the context of this class.ClassDoc
PackageDocImpl. findClass(String className)
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.ClassDoc
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.ClassDoc[]
RootDocImpl. specifiedClasses()
Deprecated.Classes and interfaces specified on the command line.ClassDoc
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 ClassDoc Modifier and Type Method Description boolean
ClassDocImpl. subclassOf(ClassDoc cd)
Deprecated.Test whether this class is a subclass of the specified class.
-