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. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.