GWT 0.0.0

Uses of Interface
com.google.gwt.core.ext.typeinfo.JField

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

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

Subinterfaces of JField in com.google.gwt.core.ext.typeinfo
 interface JEnumConstant
          An enumeration constant declared in an enumerated type.
 

Methods in com.google.gwt.core.ext.typeinfo that return JField
 JField JClassType.findField(java.lang.String name)
           
 JField JClassType.getField(java.lang.String name)
           
 JField[] JClassType.getFields()
           
 

Methods in com.google.gwt.core.ext.typeinfo with parameters of type JField
static void TypeOracle.sort(JField[] fields)
          Convenience method to sort fields in a consistent way.
 


GWT 0.0.0