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 aClassDocif 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 aClassDocthat 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 TypeMethodDescriptionbooleanClassDoc.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 ClassDocAbstractMemberWriter.classdocDeprecated.(package private) final ClassDocClassUseWriter.classdocDeprecated.protected final ClassDocClassWriterImpl.classDocDeprecated.ConfigurationImpl.currentcdDeprecated.The classdoc for the class file getting generated.private ClassDocConstantsSummaryWriterImpl.currentClassDocDeprecated.The current class being documented.protected final ClassDocClassWriterImpl.nextDeprecated.protected final ClassDocClassWriterImpl.prevDeprecated.Fields in gw.gosudoc.com.sun.tools.doclets.formats.html with type parameters of type ClassDocModifier and TypeFieldDescriptionPackageFrameWriter.documentedClassesDeprecated.The classes to be documented.PackageUseWriter.usingPackageToUsedClassesDeprecated.SerializedFormWriterImpl.visibleClassesDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return ClassDocModifier and TypeMethodDescriptionClassWriterImpl.getClassDoc()Deprecated.Return the classDoc being documented.protected ClassDocConfigurationImpl.getValidClass(ClassDoc[] classarr) Deprecated.protected ClassDocAbstractExecutableMemberWriter.implementsMethodInIntfac(MethodDoc method, ClassDoc[] intfacs) Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type ClassDocModifier and TypeMethodDescriptionvoidAnnotationTypeFieldWriterImpl.addAnnotationDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Add the annotation type details tree header.voidAnnotationTypeRequiredMemberWriterImpl.addAnnotationDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Add the annotation type details tree header.voidPackageWriterImpl.addClassesSummary(ClassDoc[] classes, String label, String tableSummary, String[] tableHeader, Content summaryContentTree) Deprecated.Adds the table of classes to the documentation tree.protected voidAbstractIndexWriter.addClassInfo(ClassDoc cd, Content contentTree) Deprecated.Add the classkind (class, interface, exception), error of the class passed.protected voidPackageFrameWriter.addClassKindListing(ClassDoc[] arr, Content labelContent, HtmlTree contentTree) Deprecated.Add specific class kind listing.protected voidPackageUseWriter.addClassRow(ClassDoc usedClass, PackageDoc pkg, Content contentTree) Deprecated.Add a row for the class that uses the given package.voidConstantsSummaryWriterImpl.addConstantMembers(ClassDoc cd, List<FieldDoc> fields, Content classConstantTree) Deprecated.Adds the constant member table to the documentation tree.protected voidAbstractIndexWriter.addDescription(ClassDoc cd, Content dlTree, SearchIndexItem si) Deprecated.Add one line summary comment for the class.protected voidAbstractTreeWriter.addExtendsImplements(ClassDoc parent, ClassDoc cd, Content contentTree) Deprecated.Add information regarding the classes which this class extends or implements.voidAbstractMemberWriter.addInheritedMemberSummary(ClassDoc classDoc, ProgramElementDoc nestedClass, boolean isFirst, boolean isLast, Content linksTree) Deprecated.Add inherited member summary for the given class and member.voidSubWriterHolderWriter.addInheritedMemberSummary(AbstractMemberWriter mw, ClassDoc cd, ProgramElementDoc member, boolean isFirst, Content linksTree) Deprecated.Add the inherited member summary.abstract voidAbstractMemberWriter.addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.voidAnnotationTypeFieldWriterImpl.addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.voidAnnotationTypeRequiredMemberWriterImpl.addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.voidConstructorWriterImpl.addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.voidEnumConstantWriterImpl.addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.voidFieldWriterImpl.addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.voidMethodWriterImpl.addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.voidNestedClassWriterImpl.addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.voidPropertyWriterImpl.addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree) Deprecated.Add the anchor for the inherited summary section of the member.voidSubWriterHolderWriter.addInheritedSummaryHeader(AbstractMemberWriter mw, ClassDoc cd, Content inheritedTree) Deprecated.Add the inherited summary header.abstract voidAbstractMemberWriter.addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.voidAnnotationTypeFieldWriterImpl.addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.voidAnnotationTypeRequiredMemberWriterImpl.addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.voidConstructorWriterImpl.addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.voidEnumConstantWriterImpl.addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.voidFieldWriterImpl.addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.voidMethodWriterImpl.addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.voidNestedClassWriterImpl.addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.voidPropertyWriterImpl.addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree) Deprecated.Add inherited summary lable for the member.protected voidAbstractExecutableMemberWriter.addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected abstract voidAbstractMemberWriter.addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected voidAnnotationTypeFieldWriterImpl.addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected voidAnnotationTypeRequiredMemberWriterImpl.addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected voidEnumConstantWriterImpl.addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected voidFieldWriterImpl.addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected voidNestedClassWriterImpl.addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected voidPropertyWriterImpl.addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree) Deprecated.Add the inherited summary link for the member.protected voidAbstractTreeWriter.addLevelInfo(ClassDoc parent, Collection<ClassDoc> list, boolean isEnum, Content contentTree) Deprecated.Add each level of the class tree.voidHtmlSerialFieldWriter.addMemberHeader(ClassDoc fieldType, String fieldTypeStr, String fieldDimensions, String fieldName, Content contentTree) Deprecated.Add the member header.voidAbstractMemberWriter.addMemberSummary(ClassDoc classDoc, ProgramElementDoc member, Tag[] firstSentenceTags, List<Content> tableContents, int counter) Deprecated.Add the member summary for the given class.protected voidAbstractTreeWriter.addPartialInfo(ClassDoc cd, Content contentTree) Deprecated.Add information about the class kind, if it's a "class" or "interface".voidHtmlDocletWriter.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.voidHtmlDocletWriter.addPreQualifiedClassLink(LinkInfoImpl.Kind context, ClassDoc cd, Content contentTree) Deprecated.Add the class link.voidHtmlDocletWriter.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 voidAbstractMemberWriter.addSummaryAnchor(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.voidAnnotationTypeFieldWriterImpl.addSummaryAnchor(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.voidAnnotationTypeOptionalMemberWriterImpl.addSummaryAnchor(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.voidAnnotationTypeRequiredMemberWriterImpl.addSummaryAnchor(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.voidConstructorWriterImpl.addSummaryAnchor(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.voidEnumConstantWriterImpl.addSummaryAnchor(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.voidFieldWriterImpl.addSummaryAnchor(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.voidMethodWriterImpl.addSummaryAnchor(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.voidNestedClassWriterImpl.addSummaryAnchor(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.voidPropertyWriterImpl.addSummaryAnchor(ClassDoc cd, Content memberTree) Deprecated.Add the anchor for the summary section of the member.voidSubWriterHolderWriter.addSummaryHeader(AbstractMemberWriter mw, ClassDoc cd, Content memberTree) Deprecated.Add the summary header.protected voidAbstractExecutableMemberWriter.addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected voidAbstractMemberWriter.addSummaryLink(ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected abstract voidAbstractMemberWriter.addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected voidAnnotationTypeFieldWriterImpl.addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected voidAnnotationTypeRequiredMemberWriterImpl.addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected voidEnumConstantWriterImpl.addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected voidFieldWriterImpl.addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected voidNestedClassWriterImpl.addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected voidPropertyWriterImpl.addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.voidSourceToHTMLConverter.convertClass(ClassDoc cd, DocPath outputdir) Deprecated.Convert the given Class to an HTML.static voidClassUseWriter.generate(ConfigurationImpl configuration, ClassUseMapper mapper, ClassDoc classdoc) Deprecated.Generate a class page.protected voidHtmlDoclet.generateClassFiles(ClassDoc[] arr, ClassTree classtree) Deprecated.Generate the class documentation.SerializedFormWriterImpl.getClassHeader(ClassDoc classDoc) Deprecated.Get the serializable class heading.private StringLinkFactoryImpl.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 ContentAbstractMemberWriter.getNavSummaryLink(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected ContentAnnotationTypeFieldWriterImpl.getNavSummaryLink(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected ContentAnnotationTypeOptionalMemberWriterImpl.getNavSummaryLink(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected ContentAnnotationTypeRequiredMemberWriterImpl.getNavSummaryLink(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected ContentConstructorWriterImpl.getNavSummaryLink(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected ContentEnumConstantWriterImpl.getNavSummaryLink(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected ContentFieldWriterImpl.getNavSummaryLink(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected ContentMethodWriterImpl.getNavSummaryLink(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected ContentNestedClassWriterImpl.getNavSummaryLink(ClassDoc cd, boolean link) Deprecated.Get the navigation summary link.protected ContentPropertyWriterImpl.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 ClassDocConfigurationImpl.getValidClass(ClassDoc[] classarr) Deprecated.protected ClassDocAbstractExecutableMemberWriter.implementsMethodInIntfac(MethodDoc method, ClassDoc[] intfacs) Deprecated.booleanHtmlDocletWriter.isClassLinkable(ClassDoc cd) Deprecated.booleanHtmlDocletWriter.isCoreClass(ClassDoc cd) Deprecated.According to The Java™ Language Specification, all the outer classes and static nested classes are core classes.booleanSerializedFormWriterImpl.isVisibleClass(ClassDoc classDoc) Deprecated.Checks if a class is generated and is visible.HtmlDocletWriter.italicsClassName(ClassDoc cd, boolean qual) Deprecated.Deprecated.protected DocPathHtmlDocletWriter.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 voidAbstractTreeWriter.addLevelInfo(ClassDoc parent, Collection<ClassDoc> list, boolean isEnum, Content contentTree) Deprecated.Add each level of the class tree.protected voidDeprecated.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 TypeMethodDescriptionvoidAnnotationTypeFieldWriter.addAnnotationDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Add the annotation type details tree header.voidAnnotationTypeRequiredMemberWriter.addAnnotationDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Add the annotation type details tree header.voidPackageSummaryWriter.addClassesSummary(ClassDoc[] classes, String label, String tableSummary, String[] tableHeader, Content summaryContentTree) Deprecated.Adds the table of classes to the documentation tree.voidConstantsSummaryWriter.addConstantMembers(ClassDoc cd, List<FieldDoc> fields, Content classConstantTree) Deprecated.Adds the constant member table to the documentation tree.voidMemberSummaryWriter.addInheritedMemberSummary(ClassDoc classDoc, ProgramElementDoc member, boolean isFirst, boolean isLast, Content linksTree) Deprecated.Add the inherited member summary for the given class and member.voidSerializedFormWriter.SerialFieldWriter.addMemberHeader(ClassDoc fieldType, String fieldTypeStr, String fieldDimensions, String fieldName, Content contentTree) Adds the member header.voidMemberSummaryWriter.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 voidAbstractDoclet.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 theClassDocif 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.booleanConfiguration.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 ClassDocConstantsSummaryBuilder.ConstantFieldBuilder.classdocThe classdoc that we are examining constants for.protected ClassDocAnnotationTypeFieldBuilder.classDocDeprecated.The annotation type whose members are being documented.protected ClassDocAnnotationTypeRequiredMemberBuilder.classDocDeprecated.The annotation type whose members are being documented.private final ClassDocClassBuilder.classDocDeprecated.The class being documented.private final ClassDocConstructorBuilder.classDocDeprecated.The class whose constructors are being documented.private final ClassDocEnumConstantBuilder.classDocDeprecated.The class whose enum constants are being documented.private final ClassDocFieldBuilder.classDocDeprecated.The class whose fields are being documented.private final ClassDocMemberSummaryBuilder.classDocDeprecated.The type being documented.private final ClassDocMethodBuilder.classDocDeprecated.The class whose methods are being documented.private final ClassDocPropertyBuilder.classDocDeprecated.The class whose properties are being documented.private ClassDocConstantsSummaryBuilder.currentClassDeprecated.The current class being documented.private ClassDocSerializedFormBuilder.currentClassDeprecated.The current class being documented.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with type parameters of type ClassDocModifier and TypeFieldDescriptionConstantsSummaryBuilder.classDocsWithConstFieldsDeprecated.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 TypeMethodDescriptionvoidSerializedFormBuilder.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 AnnotationTypeFieldBuilderAnnotationTypeFieldBuilder.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 ClassBuilderClassBuilder.getInstance(AbstractBuilder.Context context, ClassDoc classDoc, ClassWriter writer) Deprecated.Construct a new ClassBuilder.static ConstructorBuilderConstructorBuilder.getInstance(AbstractBuilder.Context context, ClassDoc classDoc, ConstructorWriter writer) Deprecated.Construct a new ConstructorBuilder.static EnumConstantBuilderEnumConstantBuilder.getInstance(AbstractBuilder.Context context, ClassDoc classDoc, EnumConstantWriter writer) Deprecated.Construct a new EnumConstantsBuilder.static FieldBuilderFieldBuilder.getInstance(AbstractBuilder.Context context, ClassDoc classDoc, FieldWriter writer) Deprecated.Construct a new FieldBuilder.static MethodBuilderMethodBuilder.getInstance(AbstractBuilder.Context context, ClassDoc classDoc, MethodWriter writer) Deprecated.Construct a new MethodBuilder.static PropertyBuilderPropertyBuilder.getInstance(AbstractBuilder.Context context, ClassDoc classDoc, PropertyWriter writer) Deprecated.Construct a new PropertyBuilder.private booleanConstantsSummaryBuilder.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 booleanSerializedFormBuilder.serialClassFoundToDocument(ClassDoc[] classes) Deprecated.Return true if any of the given classes have a @serialinclude tag.private static booleanSerializedFormBuilder.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 ClassDocModifierConstructorDescriptionprotectedAnnotationTypeFieldBuilder(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeFieldWriter writer, int memberType) Deprecated.Construct a new AnnotationTypeFieldsBuilder.privateAnnotationTypeOptionalMemberBuilder(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeOptionalMemberWriter writer) Deprecated.Construct a new AnnotationTypeMemberBuilder.protectedAnnotationTypeRequiredMemberBuilder(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeRequiredMemberWriter writer, int memberType) Deprecated.Construct a new AnnotationTypeRequiredMemberBuilder.privateClassBuilder(AbstractBuilder.Context context, ClassDoc classDoc, ClassWriter writer) Deprecated.Construct a new ClassBuilder.ConstantFieldBuilder(ClassDoc classdoc) Construct a ConstantFieldSubWriter.privateConstructorBuilder(AbstractBuilder.Context context, ClassDoc classDoc, ConstructorWriter writer) Deprecated.Construct a new ConstructorBuilder.privateEnumConstantBuilder(AbstractBuilder.Context context, ClassDoc classDoc, EnumConstantWriter writer) Deprecated.Construct a new EnumConstantsBuilder.privateFieldBuilder(AbstractBuilder.Context context, ClassDoc classDoc, FieldWriter writer) Deprecated.Construct a new FieldBuilder.privateMemberSummaryBuilder(AbstractBuilder.Context context, ClassDoc classDoc) Deprecated.Construct a new MemberSummaryBuilder.privateMethodBuilder(AbstractBuilder.Context context, ClassDoc classDoc, MethodWriter writer) Deprecated.Construct a new MethodBuilder.privatePropertyBuilder(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 ClassDocImplementedMethods.classdocDeprecated.private final ClassDocVisibleMemberMap.classdocDeprecated.Type whose visible members are requested.private ClassDocVisibleMemberMap.ClassMembers.mappingClassThe mapping class, whose inherited members are put in theVisibleMemberMap.ClassMembers.memberslist.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type ClassDocModifier and TypeFieldDescriptionClassDocCatalog.allClassesDeprecated.Stores all classes for each packageClassDocCatalog.annotationTypesDeprecated.Stores annotation types for each package.ClassTree.baseAnnotationTypesDeprecated.ClassTree.baseclassesDeprecated.List of baseclasses.ClassTree.baseEnumsDeprecated.ClassTree.baseinterfacesDeprecated.List of base-interfaces.private final Map<ClassDoc,VisibleMemberMap.ClassMembers> VisibleMemberMap.classMapDeprecated.Map of class and it's ClassMembers object.ClassUseMapper.classToClassDeprecated.Mapping of ClassDocs to set of ClassDoc used by that class.ClassUseMapper.classToClassAnnotationsDeprecated.The mapping of AnnotationTypeDocs to ClassDocs that use them.ClassUseMapper.classToClassTypeParamDeprecated.The mapping of ClassDocs to ClassDocs that use them as type parameters.ClassUseMapper.classToImplementingClassDeprecated.Mapping of ClassDocs to list of ClassDoc which implement this interface.ClassUseMapper.classToSubclassDeprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subclasses of that class.ClassUseMapper.classToSubinterfaceDeprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subinterfaces of that interface.ClassDocCatalog.enumsDeprecated.Stores enums for each package.ClassDocCatalog.errorsDeprecated.Stores errors for each packageClassDocCatalog.exceptionsDeprecated.Stores exceptions for each packageClassTree.implementingclassesDeprecated.Mapping for each Interface with classes who implement it.ClassTree.implementingclassesDeprecated.Mapping for each Interface with classes who implement it.ClassDocCatalog.interfacesDeprecated.Stores interfaces for each packageClassDocCatalog.ordinaryClassesDeprecated.Stores ordinary classes (excluding Exceptions and Errors) for each packageprivate static final Map<ClassDoc,ProgramElementDoc[]> VisibleMemberMap.propertiesCacheDeprecated.ClassTree.subAnnotationTypesDeprecated.ClassTree.subAnnotationTypesDeprecated.ClassTree.subclassesDeprecated.Mapping for each Class with their SubClassesClassTree.subclassesDeprecated.Mapping for each Class with their SubClassesClassTree.subEnumsDeprecated.ClassTree.subEnumsDeprecated.ClassTree.subinterfacesDeprecated.Mapping for each Interface with their SubInterfacesClassTree.subinterfacesDeprecated.Mapping for each Interface with their SubInterfacesVisibleMemberMap.visibleClassesDeprecated.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 booleanDeprecated.Adjust the Class Tree.private <T extends ProgramElementDoc>
voidDeprecated.private voidDeprecated.private voidDeprecated.Add the given class to the given map.voidClassDocCatalog.addClassDoc(ClassDoc classdoc) Deprecated.Add the given class to the catalog.private voidVisibleMemberMap.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 voidDeprecated.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 voidUtils.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 DocPathDeprecated.Return the path for a class.static DocPathDeprecated.Return the path for the simple name of the class.static DocPathDocPath.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.booleanUtils.isCoreClass(ClassDoc cd) Deprecated.According to The Java™ Language Specification, all the outer classes and static inner classes are core classes.booleanUtils.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 voidClassTree.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 voidClassTree.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 voidIndexBuilder.putMembersInIndexMap(ClassDoc classdoc) Deprecated.Put all the members(fields, methods and constructors) in the classdoc to the indexmap.private <T> List<T>Deprecated.voidUtils.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 booleanDeprecated.Adjust the Class Tree.private booleanDeprecated.Adjust the Class Tree.private voidDeprecated.private voidDeprecated.private voidUtils.addAllInterfaceTypes(Map<ClassDoc, Type> results, Type type, Type[] interfaceTypes, boolean raw, Configuration configuration) Deprecated.private voidDeprecated.Add the given class to the given map.private voidUtils.findAllInterfaceTypes(Map<ClassDoc, Type> results, ClassDoc c, boolean raw, Configuration configuration) Deprecated.private voidUtils.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 voidClassTree.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 voidClassTree.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 voidClassTree.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 voidDeprecated.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.privateClassMembers(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 TypeClassDescriptionclassDeprecated.classDeprecated.Fields in gw.gosudoc.com.sun.tools.javadoc.main declared as ClassDocModifier and TypeFieldDescriptionprivate ClassDocSerialFieldTagImpl.containingClassDeprecated.private ClassDocSerialFieldTagImpl.fieldTypeDocDeprecated.private ClassDocSeeTagImpl.referencedClassDeprecated.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 ClassDocClassDocImpl.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 MemberDocSeeTagImpl.findExecutableMember(String memName, String[] paramarr, ClassDoc referencedClass) Deprecated.private MemberDocSeeTagImpl.findReferencedMethod(String memName, String[] paramarr, ClassDoc referencedClass) Deprecated.booleanClassDocImpl.subclassOf(ClassDoc cd) Deprecated.Test whether this class is a subclass of the specified class.
jdk.javadoc.doclet.