Uses of Interface
com.google.gwt.core.ext.PropertyOracle
-
Packages that use PropertyOracle Package Description 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
Classes in com.google.gwt.core.ext that implement PropertyOracle Modifier and Type Class 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.Methods in com.google.gwt.core.ext that return PropertyOracle Modifier and Type Method Description PropertyOracle
DelegatingGeneratorContext. getPropertyOracle()
PropertyOracle
GeneratorContext. getPropertyOracle()
Gets the property oracle for the current generator context.PropertyOracle
StubGeneratorContext. getPropertyOracle()
Methods in com.google.gwt.core.ext with parameters of type PropertyOracle Modifier and Type Method Description 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 Constructor 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)
-
Uses of PropertyOracle in com.google.gwt.i18n.rebind
Methods in com.google.gwt.i18n.rebind with parameters of type PropertyOracle Modifier and Type Method Description static LocaleUtils
LocaleUtils. getInstance(TreeLogger logger, PropertyOracle propertyOracle, GeneratorContext context)
Create a new LocaleUtils instance for the given PropertyOracle.
-