public class MakeStaticUtil
extends java.lang.Object
Constructor and Description |
---|
MakeStaticUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
buildVariableData(PsiTypeParameterListOwner member,
java.util.ArrayList<? super VariableData> result) |
static boolean |
collectVariableData(PsiMember member,
com.intellij.refactoring.makeStatic.InternalUsageInfo[] internalUsages,
java.util.ArrayList<? super VariableData> variableDatum) |
static com.intellij.refactoring.makeStatic.InternalUsageInfo[] |
findClassRefsInMember(PsiTypeParameterListOwner member,
boolean includeSelf) |
static boolean |
isParameterNeeded(PsiTypeParameterListOwner member) |
public static com.intellij.refactoring.makeStatic.InternalUsageInfo[] findClassRefsInMember(PsiTypeParameterListOwner member, boolean includeSelf)
public static boolean isParameterNeeded(PsiTypeParameterListOwner member)
public static boolean buildVariableData(PsiTypeParameterListOwner member, java.util.ArrayList<? super VariableData> result)
public static boolean collectVariableData(PsiMember member, com.intellij.refactoring.makeStatic.InternalUsageInfo[] internalUsages, java.util.ArrayList<? super VariableData> variableDatum)