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 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.JPrimitiveType.isParameterized()JType.isParameterized()Returns this instance as aJParameterizedTypeif it is a parameterized type ornullif it is not.