Package | Description |
---|---|
com.google.gwt.core.ext.typeinfo |
Type-introspection support classes used by generators.
|
Modifier and Type | Method and Description |
---|---|
JGenericType |
JRawType.getBaseType() |
JGenericType |
JParameterizedType.getBaseType() |
JGenericType |
JTypeParameter.getDeclaringClass() |
JGenericType |
JRawType.getGenericType() |
JGenericType |
JType.isGenericType()
Returns this instance if it is a real class that has type parameters or
null
if it is not. |
JGenericType |
JPrimitiveType.isGenericType() |
Modifier and Type | Method and Description |
---|---|
JParameterizedType |
JClassType.asParameterizationOf(JGenericType type) |
abstract 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.
|
abstract 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.
|