public class JavaPolyadicExpressionUnwrapper extends JavaUnwrapper
JavaUnwrapper.Context
AbstractUnwrapper.AbstractContext
Constructor and Description |
---|
JavaPolyadicExpressionUnwrapper() |
Modifier and Type | Method and Description |
---|---|
PsiElement |
collectAffectedElements(PsiElement e,
java.util.List<PsiElement> toExtract) |
protected void |
doUnwrap(PsiElement element,
JavaUnwrapper.Context context) |
java.lang.String |
getDescription(PsiElement e) |
boolean |
isApplicableTo(PsiElement e) |
createContext
collectElementsToIgnore, unwrap
public java.lang.String getDescription(PsiElement e)
getDescription
in interface Unwrapper
getDescription
in class AbstractUnwrapper<JavaUnwrapper.Context>
public boolean isApplicableTo(PsiElement e)
isApplicableTo
in interface Unwrapper
isApplicableTo
in class AbstractUnwrapper<JavaUnwrapper.Context>
protected void doUnwrap(PsiElement element, JavaUnwrapper.Context context) throws IncorrectOperationException
doUnwrap
in class AbstractUnwrapper<JavaUnwrapper.Context>
IncorrectOperationException
public PsiElement collectAffectedElements(PsiElement e, java.util.List<PsiElement> toExtract)
collectAffectedElements
in interface Unwrapper
collectAffectedElements
in class AbstractUnwrapper<JavaUnwrapper.Context>
toExtract
- the elements that will be extracted