Uses of Interface
gw.gosudoc.com.sun.javadoc.ParameterizedType
Packages that use ParameterizedType
Package
Description
-
Uses of ParameterizedType in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return ParameterizedTypeModifier and TypeMethodDescriptionType.asParameterizedType()
Deprecated.Return this type as aParameterizedType
if it represents an invocation of a generic class or interface. -
Uses of ParameterizedType in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ParameterizedTypeModifier and TypeMethodDescriptionprivate void
Utils.findAllInterfaceTypes
(Map<ClassDoc, Type> results, ParameterizedType p, Configuration configuration) Deprecated. -
Uses of ParameterizedType in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement ParameterizedTypeMethods in gw.gosudoc.com.sun.tools.javadoc.main that return ParameterizedTypeModifier and TypeMethodDescriptionAbstractTypeImpl.asParameterizedType()
Deprecated.AnnotatedTypeImpl.asParameterizedType()
Deprecated.ClassDocImpl.asParameterizedType()
Deprecated.Return null, as this is not a class instantiation.ParameterizedTypeImpl.asParameterizedType()
Deprecated.PrimitiveType.asParameterizedType()
Deprecated.Return null, as this is not an instantiation.TypeMaker.ArrayTypeImpl.asParameterizedType()
Return this type as aParameterizedType
if it represents a parameterized type.