Uses of Interface
com.google.gwt.core.ext.typeinfo.JParameterizedType
Packages that use JParameterizedType
Package
Description
Type-introspection support classes used by generators.
-
Uses of JParameterizedType in com.google.gwt.core.ext.typeinfo
Methods in com.google.gwt.core.ext.typeinfo that return JParameterizedTypeModifier and TypeMethodDescriptionJClassType.asParameterizationOf
(JGenericType type) JGenericType.asParameterizedByWildcards()
JRawType.asParameterizedByWildcards()
abstract JParameterizedType
TypeOracle.getParameterizedType
(JGenericType genericType, JClassType[] typeArgs) Gets the parameterized type object that represents the combination of a specified raw type and a set of type arguments.abstract JParameterizedType
TypeOracle.getParameterizedType
(JGenericType genericType, JClassType enclosingType, JClassType[] typeArgs) Gets the parameterized type object that represents the combination of a specified raw type and a set of type arguments.JPrimitiveType.isParameterized()
JType.isParameterized()
Returns this instance as aJParameterizedType
if it is a parameterized type ornull
if it is not.