public class GuessManagerImpl extends GuessManager
| Constructor and Description |
|---|
GuessManagerImpl(Project project) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PsiType> |
getControlFlowExpressionTypeConjuncts(PsiExpression expr,
boolean honorAssignments) |
MultiMap<PsiExpression,PsiType> |
getControlFlowExpressionTypes(PsiExpression forPlace,
boolean honorAssignments) |
PsiType [] |
guessContainerElementType(PsiExpression containerExpr,
TextRange rangeToIgnore) |
PsiType [] |
guessTypeToCast(PsiExpression expr) |
getControlFlowExpressionTypeConjuncts, getInstancepublic GuessManagerImpl(Project project)
public PsiType [] guessContainerElementType(PsiExpression containerExpr, TextRange rangeToIgnore)
guessContainerElementType in class GuessManagerpublic PsiType [] guessTypeToCast(PsiExpression expr)
guessTypeToCast in class GuessManagerpublic MultiMap<PsiExpression,PsiType> getControlFlowExpressionTypes(PsiExpression forPlace, boolean honorAssignments)
getControlFlowExpressionTypes in class GuessManagerpublic java.util.List<PsiType> getControlFlowExpressionTypeConjuncts(PsiExpression expr, boolean honorAssignments)
getControlFlowExpressionTypeConjuncts in class GuessManager