public abstract class StructuralReplaceHandler
extends java.lang.Object
Constructor and Description |
---|
StructuralReplaceHandler() |
Modifier and Type | Method and Description |
---|---|
void |
postProcess(PsiElement affectedElement,
ReplaceOptions options) |
void |
prepare(ReplacementInfo info) |
abstract void |
replace(ReplacementInfo info,
ReplaceOptions options) |
public abstract void replace(ReplacementInfo info, ReplaceOptions options)
public void prepare(ReplacementInfo info)
public void postProcess(PsiElement affectedElement, ReplaceOptions options)