Uses of Class
com.google.gwt.core.ext.typeinfo.TypeOracle
-
Packages that use TypeOracle Package Description 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 Modifier and Type Method Description TypeOracleDelegatingGeneratorContext. getTypeOracle()TypeOracleGeneratorContext. getTypeOracle()Gets the type oracle for the current generator context.TypeOracleStubGeneratorContext. getTypeOracle() -
Uses of TypeOracle in com.google.gwt.core.ext.typeinfo
Methods in com.google.gwt.core.ext.typeinfo that return TypeOracle Modifier and Type Method Description TypeOracleJClassType. getOracle() -
Uses of TypeOracle in com.google.gwt.uibinder.attributeparsers
Constructors in com.google.gwt.uibinder.attributeparsers with parameters of type TypeOracle Constructor Description AttributeParsers(TypeOracle types, com.google.gwt.uibinder.rebind.FieldManager fieldManager, com.google.gwt.uibinder.rebind.MortalLogger logger)
-