GWT 0.0.0

Uses of Class
com.google.gwt.core.ext.typeinfo.JWildcardType.BoundType

Packages that use JWildcardType.BoundType
com.google.gwt.core.ext.typeinfo Type-introspection support classes used by generators. 
 

Uses of JWildcardType.BoundType in com.google.gwt.core.ext.typeinfo
 

Methods in com.google.gwt.core.ext.typeinfo that return JWildcardType.BoundType
 JWildcardType.BoundType JWildcardType.getBoundType()
           
static JWildcardType.BoundType JWildcardType.BoundType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JWildcardType.BoundType[] JWildcardType.BoundType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.core.ext.typeinfo with parameters of type JWildcardType.BoundType
abstract  JWildcardType TypeOracle.getWildcardType(JWildcardType.BoundType boundType, JClassType typeBound)
           
 


GWT 0.0.0