Uses of Interface
com.google.gwt.core.ext.typeinfo.JGenericType
-
Packages that use JGenericType Package Description com.google.gwt.core.ext.typeinfo Type-introspection support classes used by generators. -
-
Uses of JGenericType in com.google.gwt.core.ext.typeinfo
Methods in com.google.gwt.core.ext.typeinfo that return JGenericType Modifier and Type Method Description JGenericTypeJParameterizedType. getBaseType()JGenericTypeJRawType. getBaseType()JGenericTypeJTypeParameter. getDeclaringClass()JGenericTypeJRawType. getGenericType()JGenericTypeJPrimitiveType. isGenericType()JGenericTypeJType. isGenericType()Returns this instance if it is a real class that has type parameters ornullif it is not.Methods in com.google.gwt.core.ext.typeinfo with parameters of type JGenericType Modifier and Type Method Description JParameterizedTypeJClassType. asParameterizationOf(JGenericType type)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.
-