Uses of Interface
com.google.gwt.core.ext.PropertyOracle
Package
Description
Classes used to extend the GWT compiler.
This package contains i18n generators.
-
Uses of PropertyOracle in com.google.gwt.core.ext
Modifier 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.Modifier and TypeMethodDescriptionDelegatingGeneratorContext.getPropertyOracle()
GeneratorContext.getPropertyOracle()
Gets the property oracle for the current generator context.StubGeneratorContext.getPropertyOracle()
Modifier and TypeMethodDescriptionboolean
CachedPropertyInformation.checkPropertiesWithPropertyOracle
(TreeLogger logger, PropertyOracle oracle) Check a previously cached set of deferred-binding and configuration properties with the provided property oracle.ModifierConstructorDescriptionCachedPropertyInformation
(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
Modifier and TypeMethodDescriptionstatic LocaleUtils
LocaleUtils.getInstance
(TreeLogger logger, PropertyOracle propertyOracle, GeneratorContext context) Create a new LocaleUtils instance for the given PropertyOracle.