Package | Description |
---|---|
com.google.gwt.core.ext.typeinfo |
Type-introspection support classes used by generators.
|
Modifier and Type | Method and Description |
---|---|
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() |