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 | Class and Description |
---|---|
class |
SubsetFilteringPropertyOracle
A property oracle that prevents access to any properties not named in its predefined set.
Used by the generator driver framework to limit property access for the purpose of forcing generators to accurately declare their property dependencies. |
Modifier and Type | Method and Description |
---|---|
PropertyOracle |
StubGeneratorContext.getPropertyOracle() |
PropertyOracle |
GeneratorContext.getPropertyOracle()
Gets the property oracle for the current generator context.
|
PropertyOracle |
DelegatingGeneratorContext.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) |
SubsetFilteringPropertyOracle(java.util.Set<java.lang.String> accessiblePropertyNames,
PropertyOracle wrappedPropertyOracle,
java.lang.String accessViolationMessage) |
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.
|