GWT 0.0.0

Uses of Interface
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
abstract  JArrayType TypeOracle.getArrayType(JType componentType)
          Gets the type object that represents an array of the specified type.
 JArrayType[] JArrayType.getSubtypes()
           
 JArrayType JType.isArray()
           
 JArrayType JPrimitiveType.isArray()
           
 


GWT 0.0.0