public class ReturnStatementReturnValue extends java.lang.Object implements ReturnValue
| Modifier and Type | Field and Description |
|---|---|
static ReturnStatementReturnValue |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
PsiStatement |
createReplacement(PsiMethod extractedMethod,
PsiMethodCallExpression methodCallExpression,
PsiType returnType) |
boolean |
isEquivalent(ReturnValue other) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareEquivalentpublic static final ReturnStatementReturnValue INSTANCE
public boolean isEquivalent(ReturnValue other)
isEquivalent in interface ReturnValuepublic PsiStatement createReplacement(PsiMethod extractedMethod, PsiMethodCallExpression methodCallExpression, PsiType returnType) throws IncorrectOperationException
createReplacement in interface ReturnValueIncorrectOperationException