Package | Description |
---|---|
org.eclipse.text.edits |
Provides support for describing and applying textual document editions.
|
Modifier and Type | Method and Description |
---|---|
ReplaceEdit[] |
ISourceModifier.getModifications(String source)
Returns the modification to be done to the passed
string in form of replace edits.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TextEditVisitor.visit(ReplaceEdit edit)
Visits a
ReplaceEdit instance. |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.