GWT 2.7.0

Uses of Class
com.google.gwt.core.ext.typeinfo.TypeOracle

Packages that use TypeOracle
com.google.gwt.core.ext Classes used to extend the GWT compiler. 
com.google.gwt.core.ext.typeinfo Type-introspection support classes used by generators. 
com.google.gwt.uibinder.attributeparsers Classes that parse XML attribute values, turning them into valid Java expressions. 
 

Uses of TypeOracle in com.google.gwt.core.ext
 

Methods in com.google.gwt.core.ext that return TypeOracle
 TypeOracle StubGeneratorContext.getTypeOracle()
           
 TypeOracle GeneratorContext.getTypeOracle()
          Gets the type oracle for the current generator context.
 TypeOracle DelegatingGeneratorContext.getTypeOracle()
           
 

Uses of TypeOracle in com.google.gwt.core.ext.typeinfo
 

Methods in com.google.gwt.core.ext.typeinfo that return TypeOracle
 TypeOracle JClassType.getOracle()
           
 

Uses of TypeOracle in com.google.gwt.uibinder.attributeparsers
 

Constructors in com.google.gwt.uibinder.attributeparsers with parameters of type TypeOracle
AttributeParsers(TypeOracle types, com.google.gwt.uibinder.rebind.FieldManager fieldManager, com.google.gwt.uibinder.rebind.MortalLogger logger)
           
 


GWT 2.7.0