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