GWT 2.1.1

Uses of Class
com.google.gwt.core.ext.typeinfo.JGenericType

Packages that use JGenericType
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
 JGenericType JTypeParameter.getDeclaringClass()
           
 JGenericType JRawType.getGenericType()
           
 JGenericType JWildcardType.isGenericType()
           
 JGenericType JTypeParameter.isGenericType()
           
abstract  JGenericType JType.isGenericType()
           
 JGenericType JRealClassType.isGenericType()
           
 JGenericType JRawType.isGenericType()
           
 JGenericType JPrimitiveType.isGenericType()
           
 JGenericType JParameterizedType.isGenericType()
           
 JGenericType JGenericType.isGenericType()
           
abstract  JGenericType JClassType.isGenericType()
           
 JGenericType JArrayType.isGenericType()
           
 

Methods in com.google.gwt.core.ext.typeinfo with parameters of type JGenericType
 JParameterizedType JClassType.asParameterizationOf(JGenericType type)
           
 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.
 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.
 


GWT 2.1.1