GWT 2.1.1

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

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

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

Methods in com.google.gwt.core.ext.typeinfo that return JArrayType
 JArrayType TypeOracle.getArrayType(JType componentType)
          Gets the type object that represents an array of the specified type.
 JArrayType[] JArrayType.getSubtypes()
           
abstract  JArrayType JType.isArray()
           
 JArrayType JRealClassType.isArray()
           
 JArrayType JPrimitiveType.isArray()
           
 JArrayType JArrayType.isArray()
           
 


GWT 2.1.1