GWT 2.1.1

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

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

Uses of JEnumType in com.google.gwt.core.ext.typeinfo
 

Methods in com.google.gwt.core.ext.typeinfo that return JEnumType
abstract  JEnumType JType.isEnum()
          Returns this instance if it is an enumeration or null if it is not.
 JEnumType JRealClassType.isEnum()
           
 JEnumType JPrimitiveType.isEnum()
           
 JEnumType JEnumType.isEnum()
           
 JEnumType JArrayType.isEnum()
           
protected  JEnumType TypeOracleBuilder.newEnumType(JPackage pkg, java.lang.String enclosingTypeName, java.lang.String className)
           
 


GWT 2.1.1