| Methods in name.pehl.piriti.rebind.type with parameters of type Modifier |
static com.google.gwt.core.ext.typeinfo.JField |
TypeUtils.findField(com.google.gwt.core.ext.typeinfo.JClassType type,
String property,
Modifier... modifiers)
Tries to find the given field with the given modifier in the given type
or in the supertypes of the given type. |
static com.google.gwt.core.ext.typeinfo.JMethod |
TypeUtils.findGetter(com.google.gwt.core.ext.typeinfo.JClassType type,
String property,
com.google.gwt.core.ext.typeinfo.JType returnType,
Modifier... modifiers)
|
static com.google.gwt.core.ext.typeinfo.JMethod |
TypeUtils.findSetter(com.google.gwt.core.ext.typeinfo.JClassType type,
String property,
com.google.gwt.core.ext.typeinfo.JType parameter,
Modifier... modifiers)
|