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