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, wait
areEquivalent, isEquivalent
public PsiStatement createReplacement(PsiMethod extractedMethod, PsiMethodCallExpression methodCallExpression, PsiType returnType) throws IncorrectOperationException
createReplacement
in interface ReturnValue
IncorrectOperationException
public abstract java.lang.String getGotoStatement()