public interface TextEdit
NOTE: That instead of a `Range` we use the internal [[xsbti.Position]].
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
newText()
The next text that will be inserted into the given [[TextEdit.position]].
|
Position |
position()
The position this edit will be applied to.
|
Position position()
java.lang.String newText()