
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)Always answers with at least one name. | 
| 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
UnableToCompleteExceptionCompilationState getCompilationState()
StandardGeneratorContext getGeneratorContext()
Copyright © 2018. All rights reserved.