GWT 2.7.0

Uses of Interface
com.google.gwt.core.ext.PropertyOracle

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
 

Classes in com.google.gwt.core.ext that implement PropertyOracle
 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
 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)
           
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
static LocaleUtils LocaleUtils.getInstance(TreeLogger logger, PropertyOracle propertyOracle, GeneratorContext context)
          Create a new LocaleUtils instance for the given PropertyOracle.
 


GWT 2.7.0