Class ClassUseMapper
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.ClassUseMapper
-
@Deprecated public class ClassUseMapper extends Object
Deprecated.Map all class uses for a given class.This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
- Since:
- 1.2
- Author:
- Robert G. Field
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,List<FieldDoc>>annotationToFieldDocDeprecated.The mapping of AnnotationTypeDocs to FieldDocs that use them.Map<String,Set<ClassDoc>>classToClassDeprecated.Mapping of ClassDocs to set of ClassDoc used by that class.Map<String,List<ClassDoc>>classToClassAnnotationsDeprecated.The mapping of AnnotationTypeDocs to ClassDocs that use them.Map<String,List<ClassDoc>>classToClassTypeParamDeprecated.The mapping of ClassDocs to ClassDocs that use them as type parameters.Map<String,List<ConstructorDoc>>classToConstructorAnnotationsDeprecated.The mapping of AnnotationTypeDocs to constructors that use them.Map<String,List<ExecutableMemberDoc>>classToConstructorArgsDeprecated.Mapping of ClassDocs to list of ConstructorDoc having that class as an arg.Map<String,List<ExecutableMemberDoc>>classToConstructorDocArgTypeParamDeprecated.The mapping of ClassDocs to Constructor arguments that use them as type parameters.Map<String,List<ExecutableMemberDoc>>classToConstructorParamAnnotationDeprecated.The mapping of AnnotationTypeDocs to Constructor parameters that use them.Map<String,List<ExecutableMemberDoc>>classToConstructorThrowsDeprecated.Mapping of ClassDocs to list of ConstructorDoc which throws that class.Map<String,List<MethodDoc>>classToExecMemberDocAnnotationsDeprecated.The mapping of AnnotationTypeDocs to ExecutableMemberDocs that use them.Map<String,List<ExecutableMemberDoc>>classToExecMemberDocArgTypeParamDeprecated.The mapping of ClassDocs to ExecutableMemberDocs arguments that use them as type parameters.Map<String,List<ExecutableMemberDoc>>classToExecMemberDocParamAnnotationDeprecated.The mapping of AnnotationTypeDocs to MethodDoc parameters that use them.Map<String,List<MethodDoc>>classToExecMemberDocReturnTypeParamDeprecated.The mapping of ClassDocs to ExecutableMemberDocs that have return type with type parameters of that class.Map<String,List<MethodDoc>>classToExecMemberDocTypeParamDeprecated.The mapping of ClassDocs to ExecutableMemberDocs that use them as type parameters.Map<String,List<FieldDoc>>classToFieldDeprecated.Mapping of ClassDocs to list of FieldDoc declared as that class.Map<String,List<FieldDoc>>classToFieldDocTypeParamDeprecated.The mapping of ClassDocs to FieldDocs that use them as type parameters.Map<String,List<ClassDoc>>classToImplementingClassDeprecated.Mapping of ClassDocs to list of ClassDoc which implement this interface.Map<String,List<ExecutableMemberDoc>>classToMethodArgsDeprecated.Mapping of ClassDocs to list of MethodDoc having that class as an arg.Map<String,List<MethodDoc>>classToMethodReturnDeprecated.Mapping of ClassDocs to list of MethodDoc returning that class.Map<String,List<ExecutableMemberDoc>>classToMethodThrowsDeprecated.Mapping of ClassDocs to list of MethodDoc which throws that class.Map<String,Set<PackageDoc>>classToPackageDeprecated.Mapping of ClassDocs to set of PackageDoc used by that class.Map<String,List<PackageDoc>>classToPackageAnnotationsDeprecated.Mapping of Annotations to set of PackageDoc that use the annotation.Map<String,List<ClassDoc>>classToSubclassDeprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subclasses of that class.Map<String,List<ClassDoc>>classToSubinterfaceDeprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subinterfaces of that interface.
-
Constructor Summary
Constructors Constructor Description ClassUseMapper(ConfigurationImpl configuration, ClassTree classtree)Deprecated.
-
-
-
Field Detail
-
classToPackage
public Map<String,Set<PackageDoc>> classToPackage
Deprecated.Mapping of ClassDocs to set of PackageDoc used by that class. Entries may be null.
-
classToPackageAnnotations
public Map<String,List<PackageDoc>> classToPackageAnnotations
Deprecated.Mapping of Annotations to set of PackageDoc that use the annotation.
-
classToClass
public Map<String,Set<ClassDoc>> classToClass
Deprecated.Mapping of ClassDocs to set of ClassDoc used by that class. Entries may be null.
-
classToSubclass
public Map<String,List<ClassDoc>> classToSubclass
Deprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subclasses of that class. Entries may be null.
-
classToSubinterface
public Map<String,List<ClassDoc>> classToSubinterface
Deprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subinterfaces of that interface. Entries may be null.
-
classToImplementingClass
public Map<String,List<ClassDoc>> classToImplementingClass
Deprecated.Mapping of ClassDocs to list of ClassDoc which implement this interface. Entries may be null.
-
classToField
public Map<String,List<FieldDoc>> classToField
Deprecated.Mapping of ClassDocs to list of FieldDoc declared as that class. Entries may be null.
-
classToMethodReturn
public Map<String,List<MethodDoc>> classToMethodReturn
Deprecated.Mapping of ClassDocs to list of MethodDoc returning that class. Entries may be null.
-
classToMethodArgs
public Map<String,List<ExecutableMemberDoc>> classToMethodArgs
Deprecated.Mapping of ClassDocs to list of MethodDoc having that class as an arg. Entries may be null.
-
classToMethodThrows
public Map<String,List<ExecutableMemberDoc>> classToMethodThrows
Deprecated.Mapping of ClassDocs to list of MethodDoc which throws that class. Entries may be null.
-
classToConstructorArgs
public Map<String,List<ExecutableMemberDoc>> classToConstructorArgs
Deprecated.Mapping of ClassDocs to list of ConstructorDoc having that class as an arg. Entries may be null.
-
classToConstructorThrows
public Map<String,List<ExecutableMemberDoc>> classToConstructorThrows
Deprecated.Mapping of ClassDocs to list of ConstructorDoc which throws that class. Entries may be null.
-
classToConstructorAnnotations
public Map<String,List<ConstructorDoc>> classToConstructorAnnotations
Deprecated.The mapping of AnnotationTypeDocs to constructors that use them.
-
classToConstructorParamAnnotation
public Map<String,List<ExecutableMemberDoc>> classToConstructorParamAnnotation
Deprecated.The mapping of AnnotationTypeDocs to Constructor parameters that use them.
-
classToConstructorDocArgTypeParam
public Map<String,List<ExecutableMemberDoc>> classToConstructorDocArgTypeParam
Deprecated.The mapping of ClassDocs to Constructor arguments that use them as type parameters.
-
classToClassTypeParam
public Map<String,List<ClassDoc>> classToClassTypeParam
Deprecated.The mapping of ClassDocs to ClassDocs that use them as type parameters.
-
classToClassAnnotations
public Map<String,List<ClassDoc>> classToClassAnnotations
Deprecated.The mapping of AnnotationTypeDocs to ClassDocs that use them.
-
classToExecMemberDocTypeParam
public Map<String,List<MethodDoc>> classToExecMemberDocTypeParam
Deprecated.The mapping of ClassDocs to ExecutableMemberDocs that use them as type parameters.
-
classToExecMemberDocArgTypeParam
public Map<String,List<ExecutableMemberDoc>> classToExecMemberDocArgTypeParam
Deprecated.The mapping of ClassDocs to ExecutableMemberDocs arguments that use them as type parameters.
-
classToExecMemberDocAnnotations
public Map<String,List<MethodDoc>> classToExecMemberDocAnnotations
Deprecated.The mapping of AnnotationTypeDocs to ExecutableMemberDocs that use them.
-
classToExecMemberDocReturnTypeParam
public Map<String,List<MethodDoc>> classToExecMemberDocReturnTypeParam
Deprecated.The mapping of ClassDocs to ExecutableMemberDocs that have return type with type parameters of that class.
-
classToExecMemberDocParamAnnotation
public Map<String,List<ExecutableMemberDoc>> classToExecMemberDocParamAnnotation
Deprecated.The mapping of AnnotationTypeDocs to MethodDoc parameters that use them.
-
classToFieldDocTypeParam
public Map<String,List<FieldDoc>> classToFieldDocTypeParam
Deprecated.The mapping of ClassDocs to FieldDocs that use them as type parameters.
-
-
Constructor Detail
-
ClassUseMapper
public ClassUseMapper(ConfigurationImpl configuration, ClassTree classtree)
Deprecated.
-
-