Uses of Interface
com.google.gwt.core.ext.PropertyOracle
Packages that use PropertyOracle
Package
Description
Classes used to extend the GWT compiler.
This package contains i18n generators.
-
Uses of PropertyOracle in com.google.gwt.core.ext
Classes in com.google.gwt.core.ext that implement PropertyOracleModifier and TypeClassDescriptionclass
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 PropertyOracleModifier and TypeMethodDescriptionDelegatingGeneratorContext.getPropertyOracle()
GeneratorContext.getPropertyOracle()
Gets the property oracle for the current generator context.StubGeneratorContext.getPropertyOracle()
Methods in com.google.gwt.core.ext with parameters of type PropertyOracleModifier and TypeMethodDescriptionboolean
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 PropertyOracleModifierConstructorDescriptionCachedPropertyInformation
(TreeLogger logger, PropertyOracle oracle, Collection<String> selectionPropertyNames, Collection<String> configPropertyNames) SubsetFilteringPropertyOracle
(Set<String> accessiblePropertyNames, PropertyOracle wrappedPropertyOracle, String accessViolationMessage) -
Uses of PropertyOracle in com.google.gwt.i18n.rebind
Methods in com.google.gwt.i18n.rebind with parameters of type PropertyOracleModifier and TypeMethodDescriptionstatic LocaleUtils
LocaleUtils.getInstance
(TreeLogger logger, PropertyOracle propertyOracle, GeneratorContext context) Create a new LocaleUtils instance for the given PropertyOracle.