Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
Modifier and Type | Method and Description |
---|---|
RebindMode |
RebindResult.getRebindMode() |
static RebindMode |
RebindMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RebindMode[] |
RebindMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RebindResult(RebindMode rebindMode,
java.lang.String resultType)
Constructs a result using the provided rebindMode and resultTypeName.
|