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.
|
Modifier and Type | Method and Description |
---|---|
TypeOracle |
StubGeneratorContext.getTypeOracle() |
TypeOracle |
GeneratorContext.getTypeOracle()
Gets the type oracle for the current generator context.
|
TypeOracle |
DelegatingGeneratorContext.getTypeOracle() |
Modifier and Type | Method and Description |
---|---|
TypeOracle |
JClassType.getOracle() |
Constructor and Description |
---|
AttributeParsers(TypeOracle types,
com.google.gwt.uibinder.rebind.FieldManager fieldManager,
com.google.gwt.uibinder.rebind.MortalLogger logger) |