public interface ChangeVariableTypeQuickFixProvider
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<ChangeVariableTypeQuickFixProvider> |
EP_NAME |
| Modifier and Type | Method and Description |
|---|---|
IntentionAction [] |
getFixes(PsiVariable variable,
PsiType toReturn) |
static final ExtensionPointName<ChangeVariableTypeQuickFixProvider> EP_NAME
IntentionAction [] getFixes(PsiVariable variable, PsiType toReturn)