public interface RebindPermutationOracle
Modifier and Type | Method and Description |
---|---|
void |
clear()
Called when the compiler is done with this oracle, so memory can be freed
up.
|
String[] |
getAllPossibleRebindAnswers(TreeLogger logger,
String sourceTypeName)
Finds the types that may be returned for a GWT.create() call, ordered by
permutation id.
|
CompilationState |
getCompilationState()
Returns the CompilationState.
|
StandardGeneratorContext |
getGeneratorContext()
Returns the StandardGeneratorContext.
|
void clear()
getAllPossibleRebindAnswers(com.google.gwt.core.ext.TreeLogger, java.lang.String)
.String[] getAllPossibleRebindAnswers(TreeLogger logger, String sourceTypeName) throws UnableToCompleteException
In production, always returns at least one name, and as a side-effect, populates the appropriate AnswerMaps in the Permutations.)
UnableToCompleteException
CompilationState getCompilationState()
StandardGeneratorContext getGeneratorContext()
Copyright © 2018. All rights reserved.