Package | Description |
---|---|
org.eclipse.text.edits |
Provides support for describing and applying textual document editions.
|
Modifier and Type | Method and Description |
---|---|
CopySourceEdit |
CopyTargetEdit.getSourceEdit()
Returns the associated source edit or
null
if no source edit is associated yet. |
Modifier and Type | Method and Description |
---|---|
void |
CopyTargetEdit.setSourceEdit(CopySourceEdit edit)
Sets the source edit.
|
boolean |
TextEditVisitor.visit(CopySourceEdit edit)
Visits a
CopySourceEdit instance. |
Constructor and Description |
---|
CopyTargetEdit(int offset,
CopySourceEdit source)
Constructs an new copy target edit
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.