public interface ReturnValue
Modifier and Type | Method and Description |
---|---|
static boolean |
areEquivalent(ReturnValue value1,
ReturnValue value2) |
PsiStatement |
createReplacement(PsiMethod extractedMethod,
PsiMethodCallExpression methodCallExpression,
PsiType returnType) |
boolean |
isEquivalent(ReturnValue other) |
boolean isEquivalent(ReturnValue other)
PsiStatement createReplacement(PsiMethod extractedMethod, PsiMethodCallExpression methodCallExpression, PsiType returnType) throws IncorrectOperationException
IncorrectOperationException
static boolean areEquivalent(ReturnValue value1, ReturnValue value2)