|
GWT 2.6.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyOracle | |
---|---|
com.google.gwt.core.ext | Classes used to extend the GWT compiler. |
com.google.gwt.i18n.rebind | This package contains i18n generators. |
Uses of PropertyOracle in com.google.gwt.core.ext |
---|
Methods in com.google.gwt.core.ext that return PropertyOracle | |
---|---|
PropertyOracle |
StubGeneratorContext.getPropertyOracle()
|
PropertyOracle |
GeneratorContext.getPropertyOracle()
Gets the property oracle for the current generator context. |
PropertyOracle |
DelegatingGeneratorContext.getPropertyOracle()
|
Methods in com.google.gwt.core.ext with parameters of type PropertyOracle | |
---|---|
boolean |
CachedPropertyInformation.checkPropertiesWithPropertyOracle(TreeLogger logger,
PropertyOracle oracle)
Check a previously cached set of deferred-binding and configuration properties with the provided property oracle. |
Constructors in com.google.gwt.core.ext with parameters of type PropertyOracle | |
---|---|
CachedPropertyInformation(TreeLogger logger,
PropertyOracle oracle,
java.util.Collection<java.lang.String> selectionPropertyNames,
java.util.Collection<java.lang.String> configPropertyNames)
|
Uses of PropertyOracle in com.google.gwt.i18n.rebind |
---|
Methods in com.google.gwt.i18n.rebind with parameters of type PropertyOracle | |
---|---|
static LocaleUtils |
LocaleUtils.getInstance(TreeLogger logger,
PropertyOracle propertyOracle,
GeneratorContext context)
Create a new LocaleUtils instance for the given PropertyOracle. |
|
GWT 2.6.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |