Uses of Interface
com.google.gwt.core.ext.typeinfo.JParameterizedType
-
Packages that use JParameterizedType Package Description com.google.gwt.core.ext.typeinfo 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 JParameterizedType Modifier and Type Method Description JParameterizedTypeJClassType. asParameterizationOf(JGenericType type)JParameterizedTypeJGenericType. asParameterizedByWildcards()JParameterizedTypeJRawType. asParameterizedByWildcards()abstract JParameterizedTypeTypeOracle. 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 JParameterizedTypeTypeOracle. 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.JParameterizedTypeJPrimitiveType. isParameterized()JParameterizedTypeJType. isParameterized()Returns this instance as aJParameterizedTypeif it is a parameterized type ornullif it is not.
-