Uses of Interface
gw.gosudoc.com.sun.javadoc.ParameterizedType
-
Packages that use ParameterizedType Package Description gw.gosudoc.com.sun.javadoc gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util gw.gosudoc.com.sun.tools.javadoc.main -
-
Uses of ParameterizedType in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return ParameterizedType Modifier and Type Method Description ParameterizedTypeType. asParameterizedType()Deprecated.Return this type as aParameterizedTypeif 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 ParameterizedType Modifier and Type Method Description private voidUtils. findAllInterfaceTypes(java.util.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 ParameterizedType Modifier and Type Class Description classParameterizedTypeImplDeprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return ParameterizedType Modifier and Type Method Description ParameterizedTypeAbstractTypeImpl. asParameterizedType()Deprecated.ParameterizedTypeAnnotatedTypeImpl. asParameterizedType()Deprecated.ParameterizedTypeClassDocImpl. asParameterizedType()Deprecated.Return null, as this is not a class instantiation.ParameterizedTypeParameterizedTypeImpl. asParameterizedType()Deprecated.ParameterizedTypePrimitiveType. asParameterizedType()Deprecated.Return null, as this is not an instantiation.ParameterizedTypeTypeMaker.ArrayTypeImpl. asParameterizedType()Return this type as aParameterizedTypeif it represents a parameterized type.
-