Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
com.google.gwt.i18n.rebind |
This package contains i18n generators.
|
Modifier and Type | Method and Description |
---|---|
PropertyOracle |
DelegatingGeneratorContext.getPropertyOracle() |
PropertyOracle |
GeneratorContext.getPropertyOracle()
Gets the property oracle for the current generator context.
|
PropertyOracle |
StubGeneratorContext.getPropertyOracle() |
Modifier and Type | Method and Description |
---|---|
boolean |
CachedPropertyInformation.checkPropertiesWithPropertyOracle(TreeLogger logger,
PropertyOracle oracle)
Check a previously cached set of deferred-binding and configuration
properties with the provided property oracle.
|
Constructor and Description |
---|
CachedPropertyInformation(TreeLogger logger,
PropertyOracle oracle,
java.util.Collection<java.lang.String> selectionPropertyNames,
java.util.Collection<java.lang.String> configPropertyNames) |
Modifier and Type | Method and Description |
---|---|
static LocaleUtils |
LocaleUtils.getInstance(TreeLogger logger,
PropertyOracle propertyOracle,
GeneratorContext context)
Create a new LocaleUtils instance for the given PropertyOracle.
|