Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.jjs.impl |
Modifier and Type | Method and Description |
---|---|
static PropertyAndBindingInfo |
PropertyAndBindingInfo.getCommonAnswers(Iterable<PropertyAndBindingInfo> maps)
Returns the answers that are the same in every permutation.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyAndBindingInfo> |
Permutation.getPropertyAndBindingInfos()
Returns the GWT.create() answers for each soft permutation,
ordered by soft permutation id.
|
Modifier and Type | Method and Description |
---|---|
static PropertyAndBindingInfo |
PropertyAndBindingInfo.getCommonAnswers(Iterable<PropertyAndBindingInfo> maps)
Returns the answers that are the same in every permutation.
|
static com.google.gwt.thirdparty.guava.common.collect.Multimap<String,Integer> |
PropertyAndBindingInfo.getPermutationIdsByPropertyName(List<PropertyAndBindingInfo> maps,
String key)
Given a property name, returns a map containing each possible return value and the
permutations that would create it.
|
static com.google.gwt.thirdparty.guava.common.collect.Multimap<String,Integer> |
PropertyAndBindingInfo.getPermutationIdsByRequestTypes(List<PropertyAndBindingInfo> maps,
String key)
Given an argument to GWT.create(), returns a map containing each possible return type and the
permutations that would create it.
|
static com.google.gwt.thirdparty.guava.common.collect.SortedSetMultimap<String,String> |
PropertyAndBindingInfo.getPossibleReboundTypesByRequestType(Iterable<PropertyAndBindingInfo> permutationPropertyAndBindingInfoList,
Set<String> requestTypes)
Returns the Java classes that GWT.create() might return in at least one permutation.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ResolvePermutationDependentValues.exec(JProgram program,
PermutationProperties props,
List<PropertyAndBindingInfo> propertyAndBindingInfo) |
Copyright © 2018. All rights reserved.