public class JavaReplaceHandler extends StructuralReplaceHandler
| Constructor and Description |
|---|
JavaReplaceHandler(Project project,
ReplaceOptions replaceOptions) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,PsiElement> |
collectNamedElements(PsiElement... elements) |
void |
postProcess(PsiElement affectedElement,
ReplaceOptions options) |
void |
replace(ReplacementInfo info,
ReplaceOptions options) |
preparepublic JavaReplaceHandler(Project project, ReplaceOptions replaceOptions)
public void replace(ReplacementInfo info, ReplaceOptions options)
replace in class StructuralReplaceHandlerpublic void postProcess(PsiElement affectedElement, ReplaceOptions options)
postProcess in class StructuralReplaceHandlerpublic static java.util.Map<java.lang.String,PsiElement> collectNamedElements(PsiElement... elements)