Uses of Class
org.eclipse.text.edits.MoveTargetEdit
Packages that use MoveTargetEdit
Package
Description
Provides support for describing and applying textual document editions.
-
Uses of MoveTargetEdit in org.eclipse.text.edits
Methods in org.eclipse.text.edits that return MoveTargetEditModifier and TypeMethodDescriptionMoveSourceEdit.getTargetEdit()
Returns the associated target edit ornull
if no target edit is associated yet.Methods in org.eclipse.text.edits with parameters of type MoveTargetEditModifier and TypeMethodDescriptionvoid
MoveSourceEdit.setTargetEdit
(MoveTargetEdit edit) Sets the target edit.boolean
TextEditVisitor.visit
(MoveTargetEdit edit) Visits aMoveTargetEdit
instance.Constructors in org.eclipse.text.edits with parameters of type MoveTargetEditModifierConstructorDescriptionMoveSourceEdit
(int offset, int length, MoveTargetEdit target) Constructs a new copy source edit.