public interface ISourceModifier
Modifier and Type | Method and Description |
---|---|
ISourceModifier |
copy()
Creates a copy of this source modifier object.
|
ReplaceEdit[] |
getModifications(String source)
Returns the modification to be done to the passed
string in form of replace edits.
|
ReplaceEdit[] getModifications(String source)
BadLocationException
while executing the
associated move or copy edit.
The caller of this method is responsible to apply the returned edits to the passed source.
source
- the source to be copied or movedReplaceEdits
describing the modifications.ISourceModifier copy()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.