public class STRefactorMenu.EditorTextMutator extends Object implements RefactorMutator
| Modifier and Type | Field and Description |
|---|---|
StringBuilder |
mutableText |
| Constructor and Description |
|---|
STRefactorMenu.EditorTextMutator() |
public StringBuilder mutableText
public void replace(int start,
int end,
String s)
replace in interface RefactorMutatorpublic void insert(int index,
String s)
insert in interface RefactorMutatorpublic void insertAtLinesBoundary(int index,
String s)
insertAtLinesBoundary in interface RefactorMutatorpublic void delete(int start,
int end)
delete in interface RefactorMutatorpublic void apply()
Copyright © 2013. All rights reserved.