Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
com.google.gwt.core.linker |
A package containing implementations of the GWT bootstrap linkers.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<SelectionProperty> |
LinkerContext.getProperties()
Returns all deferred binding properties defined in the module.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.SortedMap<SelectionProperty,java.lang.String> |
SoftPermutation.getPropertyMap()
Returns only the collapsed selection properties that resulted in the
particular soft permutation.
|
java.util.SortedSet<java.util.SortedMap<SelectionProperty,java.lang.String>> |
DelegatingCompilationResult.getPropertyMap() |
abstract java.util.SortedSet<java.util.SortedMap<SelectionProperty,java.lang.String>> |
CompilationResult.getPropertyMap()
Provides values for
SelectionProperty instances that are not
explicitly set during the compilation phase. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
SymbolMapsLinker.propertyMapToString(java.util.Map<SelectionProperty,java.lang.String> propertyMap) |