com.google.gwt.i18n.rebind
Class CurrencyListGenerator
java.lang.Object
Generator
com.google.gwt.i18n.rebind.CurrencyListGenerator
public class CurrencyListGenerator
- extends Generator
Generator used to generate a localized version of CurrencyList, which
contains the list of currencies (with names, symbols, and other information)
localized to the current locale.
|
Method Summary |
java.lang.String |
generate(TreeLogger logger,
GeneratorContext context,
java.lang.String typeName)
Generate an implementation for the given type. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrencyListGenerator
public CurrencyListGenerator()
generate
public final java.lang.String generate(TreeLogger logger,
GeneratorContext context,
java.lang.String typeName)
throws UnableToCompleteException
- Generate an implementation for the given type.
- Parameters:
logger - error loggercontext - generator contexttypeName - target type name
- Returns:
- generated class name
- Throws:
UnableToCompleteException