Uses of Class
com.google.gwt.core.ext.typeinfo.JWildcardType.BoundType
-
Packages that use JWildcardType.BoundType Package Description 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 Modifier and Type Method Description JWildcardType.BoundTypeJWildcardType. getBoundType()static JWildcardType.BoundTypeJWildcardType.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 Modifier and Type Method Description abstract JWildcardTypeTypeOracle. getWildcardType(JWildcardType.BoundType boundType, JClassType typeBound)
-