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(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,
String resultType)
Constructs a result using the provided rebindMode and resultTypeName.
|
Copyright © 2018. All rights reserved.