Package | Description |
---|---|
com.google.gwt.core.ext.typeinfo |
Type-introspection support classes used by generators.
|
Modifier and Type | Class and Description |
---|---|
class |
BadTypeArgsException
Thrown when an invalid type is specified as part of a
gwt.typeArgs tag within a doc comment. |
class |
NotFoundException
Indicates that the requested type info element could not be found.
|
class |
ParseException
Indicates that a source declaration was not parsed successfully.
|
Modifier and Type | Method and Description |
---|---|
abstract JType |
TypeOracle.parse(java.lang.String type)
Parses the string form of a type to produce the corresponding type object.
|