GWT 2.4.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
 

Methods in com.google.gwt.core.ext that return PropertyOracle
 PropertyOracle GeneratorContext.getPropertyOracle()
          Gets the property oracle for the current generator context.
 PropertyOracle GeneratorContextExtWrapper.getPropertyOracle()
           
 

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.4.0