public class MatchUtil
extends java.lang.Object
Constructor and Description |
---|
MatchUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
changeSignature(Match match,
PsiMethod psiMethod) |
static java.lang.String |
getChangedSignature(Match match,
PsiMethod method,
boolean shouldBeStatic,
java.lang.String visibility) |
static java.util.List<ParameterInfoImpl> |
patchParams(java.util.Map<PsiVariable,PsiType> changedParams,
PsiMethod psiMethod) |
public static java.lang.String getChangedSignature(Match match, PsiMethod method, boolean shouldBeStatic, java.lang.String visibility)
public static java.util.List<ParameterInfoImpl> patchParams(java.util.Map<PsiVariable,PsiType> changedParams, PsiMethod psiMethod)