Package | Description |
---|---|
com.google.gwt.core.ext.typeinfo |
Type-introspection support classes used by generators.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JEnumConstant
An enumeration constant declared in an enumerated type.
|
Modifier and Type | Method and Description |
---|---|
JField |
JClassType.findField(java.lang.String name) |
JField |
JClassType.getField(java.lang.String name) |
JField[] |
JClassType.getFields() |
Modifier and Type | Method and Description |
---|---|
static void |
TypeOracle.sort(JField[] fields)
Convenience method to sort fields in a consistent way.
|