public class HighlightFixUtil
extends java.lang.Object
Constructor and Description |
---|
HighlightFixUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IntentionAction> |
getChangeVariableTypeFixes(PsiVariable variable,
PsiType itemType) |
public static java.util.List<IntentionAction> getChangeVariableTypeFixes(PsiVariable variable, PsiType itemType)
variable
- variable to create change type fixes foritemType
- a desired variable type