Klasse ClassUseMapper
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.util.ClassUseMapper
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.
-
Feldübersicht
Modifizierer und TypFeldBeschreibungfinal Map
<TypeElement, List<VariableElement>> The mapping of TypeElements representing annotation to fields that use them.final Map
<TypeElement, Set<TypeElement>> Mapping of TypeElements to a set of TypeElements used by that class.final Map
<TypeElement, List<TypeElement>> The mapping of TypeElement representing annotation to TypeElements that use them.final Map
<TypeElement, List<TypeElement>> The mapping of TypeElement to TypeElement that use them as type parameters.final Map
<TypeElement, List<ExecutableElement>> The mapping of TypeElements representing annotations to constructors that use them.final Map
<TypeElement, List<ExecutableElement>> Mapping of TypeElements to list of ExecutableElements (constructors) having that class as an arg.final Map
<TypeElement, List<ExecutableElement>> The mapping of TypeElements to constructor arguments that use them as type parameters.final Map
<TypeElement, List<ExecutableElement>> The mapping of TypeElement representing annotations to constructor parameters that use them.final Map
<TypeElement, List<ExecutableElement>> Mapping of TypeElements to list of constructors which throws that class.final Map
<TypeElement, List<VariableElement>> Mapping of TypeElements to list of VariableElements declared as that class.final Map
<TypeElement, List<VariableElement>> The mapping of TypeElements to fields that use them as type parameters.Mapping of TypeElements to list of TypeElements which implement this interface.final Map
<TypeElement, List<ExecutableElement>> The mapping of TypeElement representing annotation to methods that use them.final Map
<TypeElement, List<ExecutableElement>> Mapping of TypeElements to list of ExecutableElements having that class as an arg.final Map
<TypeElement, List<ExecutableElement>> The mapping of TypeElement to method arguments that use them as type parameters.final Map
<TypeElement, List<ExecutableElement>> The mapping of TypeElements representing annotations to method parameters that use them.final Map
<TypeElement, List<ExecutableElement>> Mapping of TypeElements to list of ExecutableElements returning that class.final Map
<TypeElement, List<ExecutableElement>> The mapping of TypeElements to methods that have return type with type parameters of that class.final Map
<TypeElement, List<ExecutableElement>> Mapping of TypeElements to list of ExecutableElements which throws that class.final Map
<TypeElement, List<ExecutableElement>> The mapping of TypeElement to methods that use them as type parameters.final Map
<TypeElement, Set<PackageElement>> Mapping of TypeElements to set of PackageElements used by that class.final Map
<TypeElement, List<PackageElement>> Mapping of TypeElements representing annotations to a set of PackageElements that use the annotation.final Map
<TypeElement, List<TypeElement>> Mapping of TypeElements to a list of TypeElements which are direct or indirect subClasses of that class.final Map
<TypeElement, List<TypeElement>> Mapping of TypeElements to list of TypeElements which are direct or indirect subInterfaces of that interface. -
Konstruktorübersicht
-
Methodenübersicht
-
Felddetails
-
classToPackage
Mapping of TypeElements to set of PackageElements used by that class. -
classToPackageAnnotations
Mapping of TypeElements representing annotations to a set of PackageElements that use the annotation. -
classToClass
Mapping of TypeElements to a set of TypeElements used by that class. -
classToSubclass
Mapping of TypeElements to a list of TypeElements which are direct or indirect subClasses of that class. -
classToSubinterface
Mapping of TypeElements to list of TypeElements which are direct or indirect subInterfaces of that interface. -
classToImplementingClass
Mapping of TypeElements to list of TypeElements which implement this interface. -
classToField
Mapping of TypeElements to list of VariableElements declared as that class. -
classToMethodReturn
Mapping of TypeElements to list of ExecutableElements returning that class. -
classToMethodArgs
Mapping of TypeElements to list of ExecutableElements having that class as an arg. -
classToMethodThrows
Mapping of TypeElements to list of ExecutableElements which throws that class. -
classToConstructorArgs
Mapping of TypeElements to list of ExecutableElements (constructors) having that class as an arg. -
classToConstructorThrows
Mapping of TypeElements to list of constructors which throws that class. -
classToConstructorAnnotations
The mapping of TypeElements representing annotations to constructors that use them. -
classToConstructorParamAnnotation
The mapping of TypeElement representing annotations to constructor parameters that use them. -
classToConstructorArgTypeParam
The mapping of TypeElements to constructor arguments that use them as type parameters. -
classToClassTypeParam
The mapping of TypeElement to TypeElement that use them as type parameters. -
classToClassAnnotations
The mapping of TypeElement representing annotation to TypeElements that use them. -
classToMethodTypeParam
The mapping of TypeElement to methods that use them as type parameters. -
classToMethodArgTypeParam
The mapping of TypeElement to method arguments that use them as type parameters. -
classToMethodAnnotations
The mapping of TypeElement representing annotation to methods that use them. -
classToMethodReturnTypeParam
The mapping of TypeElements to methods that have return type with type parameters of that class. -
classToMethodParamAnnotation
The mapping of TypeElements representing annotations to method parameters that use them. -
classToFieldTypeParam
The mapping of TypeElements to fields that use them as type parameters. -
annotationToField
The mapping of TypeElements representing annotation to fields that use them.
-
-
Konstruktordetails
-
ClassUseMapper
-