GWT 2.3.0

com.google.gwt.core.ext.typeinfo
Interface JGenericType

All Superinterfaces:
HasAnnotations, HasMetaData, HasTypeParameters, JClassType, JRealClassType, JType

public interface JGenericType
extends JRealClassType, HasTypeParameters

Type declaration that has type parameters.


Method Summary
 JParameterizedType asParameterizedByWildcards()
           
 JRawType getRawType()
           
 
Methods inherited from interface com.google.gwt.core.ext.typeinfo.JRealClassType
getTypeStrongHash
 
Methods inherited from interface com.google.gwt.core.ext.typeinfo.JClassType
asParameterizationOf, findAnnotationInTypeHierarchy, findConstructor, findField, findMethod, findNestedType, getConstructor, getConstructors, getEnclosingType, getErasedType, getField, getFields, getFlattenedSupertypeHierarchy, getImplementedInterfaces, getInheritableMethods, getMethod, getMethods, getName, getNestedType, getNestedTypes, getOracle, getOverloads, getOverridableMethods, getPackage, getSubtypes, getSuperclass, isAbstract, isAssignableFrom, isAssignableTo, isDefaultInstantiable, isEnhanced, isFinal, isLocalType, isMemberType, isPrivate, isProtected, isPublic, isStatic, setEnhanced
 
Methods inherited from interface com.google.gwt.core.ext.typeinfo.JType
getJNISignature, getLeafType, getParameterizedQualifiedSourceName, getQualifiedBinaryName, getQualifiedSourceName, getSimpleSourceName, isAnnotation, isArray, isClass, isClassOrInterface, isEnum, isGenericType, isInterface, isParameterized, isPrimitive, isRawType, isTypeParameter, isWildcard
 
Methods inherited from interface com.google.gwt.core.ext.typeinfo.HasAnnotations
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
 
Methods inherited from interface com.google.gwt.core.ext.typeinfo.HasMetaData
getMetaData, getMetaDataTags
 
Methods inherited from interface com.google.gwt.core.ext.typeinfo.HasTypeParameters
getTypeParameters
 

Method Detail

asParameterizedByWildcards

JParameterizedType asParameterizedByWildcards()

getRawType

JRawType getRawType()

GWT 2.3.0