| Package | Description |
|---|---|
| name.pehl.piriti.rebind | |
| name.pehl.piriti.rebind.type |
| Modifier and Type | Method and Description |
|---|---|
static Modifier |
Modifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modifier[] |
Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2012 Harald Pehl. All Rights Reserved.