| Package | Description |
|---|---|
| com.google.gwt.dev | |
| com.google.gwt.dev.jjs.impl |
| Modifier and Type | Method and Description |
|---|---|
static GwtCreateMap |
GwtCreateMap.getCommonAnswers(Iterable<GwtCreateMap> maps)
Returns the answers that are the same in every permutation.
|
| Modifier and Type | Method and Description |
|---|---|
List<GwtCreateMap> |
Permutation.getGwtCreateAnswers()
Returns the GWT.create() answers for each soft permutation,
ordered by soft permutation id.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<Integer>> |
GwtCreateMap.getAnswerPermutations(List<GwtCreateMap> 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 GwtCreateMap |
GwtCreateMap.getCommonAnswers(Iterable<GwtCreateMap> maps)
Returns the answers that are the same in every permutation.
|
static SortedMap<String,SortedSet<String>> |
GwtCreateMap.getPossibleAnswers(Iterable<GwtCreateMap> maps,
Set<String> keysWanted)
Returns the Java classes that GWT.create() might return in at least one permutation.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ResolveRebinds.exec(JProgram program,
List<GwtCreateMap> gwtCreateAnswers) |
Copyright © 2018. All rights reserved.