public abstract class GotoReturnValue extends java.lang.Object implements ReturnValue
| Constructor and Description |
|---|
GotoReturnValue() |
| Modifier and Type | Method and Description |
|---|---|
PsiStatement |
createReplacement(PsiMethod extractedMethod,
PsiMethodCallExpression methodCallExpression,
PsiType returnType) |
abstract java.lang.String |
getGotoStatement() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareEquivalent, isEquivalentpublic PsiStatement createReplacement(PsiMethod extractedMethod, PsiMethodCallExpression methodCallExpression, PsiType returnType) throws IncorrectOperationException
createReplacement in interface ReturnValueIncorrectOperationExceptionpublic abstract java.lang.String getGotoStatement()