Skip navigation links
A B C D E G H I M N O P R S T U V 

A

ABOUT_TO_REDO - Static variable in class org.eclipse.text.undo.DocumentUndoEvent
Indicates that the described document event is about to be redone.
ABOUT_TO_UNDO - Static variable in class org.eclipse.text.undo.DocumentUndoEvent
Indicates that the described document event is about to be undone.
accept(TextEditVisitor) - Method in class org.eclipse.text.edits.TextEdit
Accepts the given visitor on a visit of the current edit.
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.CopyingRangeMarker
 
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.CopySourceEdit
 
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.CopyTargetEdit
 
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.DeleteEdit
 
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.InsertEdit
 
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.MoveSourceEdit
 
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.MoveTargetEdit
 
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.MultiTextEdit
 
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.RangeMarker
 
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.ReplaceEdit
 
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.TextEdit
Accepts the given visitor on a type-specific visit of the current edit.
accept0(TextEditVisitor) - Method in class org.eclipse.text.edits.UndoEdit
 
acceptChildren(TextEditVisitor) - Method in class org.eclipse.text.edits.TextEdit
Accepts the given visitor on the edits children.
addChild(TextEdit) - Method in class org.eclipse.text.edits.TextEdit
Adds the given edit child to this edit.
addChildren(TextEdit[]) - Method in class org.eclipse.text.edits.TextEdit
Adds all edits in edits to this edit.
addDocumentUndoListener(IDocumentUndoListener) - Method in class org.eclipse.text.undo.DocumentUndoManager
 
addDocumentUndoListener(IDocumentUndoListener) - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Adds the specified listener to the list of document undo listeners that are notified before and after changes are undone or redone in the document.
addTextEdit(TextEdit) - Method in class org.eclipse.text.edits.TextEditGroup
Adds the given TextEdit to this group.
apply(IDocument, int) - Method in class org.eclipse.text.edits.TextEdit
Applies the edit tree rooted by this edit to the given document.
apply(IDocument) - Method in class org.eclipse.text.edits.TextEdit
Applies the edit tree rooted by this edit to the given document.

B

beginCompoundChange() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
beginCompoundChange() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Signals the undo manager that all subsequent changes until endCompoundChange is called are to be undone in one piece.

C

canPerformEdits() - Method in class org.eclipse.text.edits.TextEditProcessor
Checks if the processor can execute all its edits.
canZeroLengthCover() - Method in class org.eclipse.text.edits.MultiTextEdit
 
canZeroLengthCover() - Method in class org.eclipse.text.edits.TextEdit
Returns true if an edit with length zero can cover another edit.
checkIntegrity() - Method in class org.eclipse.text.edits.MultiTextEdit
Checks the edit's integrity.
childDocumentUpdated() - Method in class org.eclipse.text.edits.TextEdit
Hook method called when the document updating of a child edit has been completed.
childRegionUpdated() - Method in class org.eclipse.text.edits.TextEdit
Hook method called when the region updating of a child edit has been completed.
clearTextEdits() - Method in class org.eclipse.text.edits.TextEditGroup
Removes all text edits from this group.
commit() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
commit() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Closes the currently open text edit and open a new one.
COMPOUND - Static variable in class org.eclipse.text.undo.DocumentUndoEvent
Indicates that the described document event is a compound undo or redo event.
connect(Object) - Method in class org.eclipse.text.undo.DocumentUndoManager
 
connect(IDocument) - Static method in class org.eclipse.text.undo.DocumentUndoManagerRegistry
Connects the file at the given location to this manager.
connect(Object) - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Connects to the undo manager.
considerEdit(TextEdit) - Method in class org.eclipse.text.edits.TextEditProcessor
Tells whether this processor considers the given edit.
copy() - Method in interface org.eclipse.text.edits.ISourceModifier
Creates a copy of this source modifier object.
copy() - Method in class org.eclipse.text.edits.TextEdit
Creates a deep copy of the edit tree rooted at this edit.
CopyingRangeMarker - Class in org.eclipse.text.edits
A CopyingRangeMarker can be used to track positions when executing text edits.
CopyingRangeMarker(int, int) - Constructor for class org.eclipse.text.edits.CopyingRangeMarker
Creates a new CopyRangeMarker for the given offset and length.
CopySourceEdit - Class in org.eclipse.text.edits
A copy source edit denotes the source of a copy operation.
CopySourceEdit(int, int) - Constructor for class org.eclipse.text.edits.CopySourceEdit
Constructs a new copy source edit.
CopySourceEdit(int, int, CopyTargetEdit) - Constructor for class org.eclipse.text.edits.CopySourceEdit
Constructs a new copy source edit.
CopyTargetEdit - Class in org.eclipse.text.edits
A copy target edit denotes the target of a copy operation.
CopyTargetEdit(int) - Constructor for class org.eclipse.text.edits.CopyTargetEdit
Constructs a new copy target edit
CopyTargetEdit(int, CopySourceEdit) - Constructor for class org.eclipse.text.edits.CopyTargetEdit
Constructs an new copy target edit
covers(TextEdit) - Method in class org.eclipse.text.edits.MultiTextEdit
Returns true if the edit covers the given edit other.
covers(TextEdit) - Method in class org.eclipse.text.edits.TextEdit
Returns true if the edit covers the given edit other.
CREATE_UNDO - Static variable in class org.eclipse.text.edits.TextEdit
Flags indicating that applying an edit tree to a document is supposed to create a corresponding undo edit.

D

DeleteEdit - Class in org.eclipse.text.edits
Text edit to delete a range in a document.
DeleteEdit(int, int) - Constructor for class org.eclipse.text.edits.DeleteEdit
Constructs a new delete edit.
disconnect(Object) - Method in class org.eclipse.text.undo.DocumentUndoManager
 
disconnect(IDocument) - Static method in class org.eclipse.text.undo.DocumentUndoManagerRegistry
Disconnects the given document from this registry.
disconnect(Object) - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Disconnects from the undo manager.
doCopy() - Method in class org.eclipse.text.edits.CopyingRangeMarker
 
doCopy() - Method in class org.eclipse.text.edits.CopySourceEdit
 
doCopy() - Method in class org.eclipse.text.edits.CopyTargetEdit
 
doCopy() - Method in class org.eclipse.text.edits.DeleteEdit
 
doCopy() - Method in class org.eclipse.text.edits.InsertEdit
 
doCopy() - Method in class org.eclipse.text.edits.MoveSourceEdit
 
doCopy() - Method in class org.eclipse.text.edits.MoveTargetEdit
 
doCopy() - Method in class org.eclipse.text.edits.MultiTextEdit
 
doCopy() - Method in class org.eclipse.text.edits.RangeMarker
 
doCopy() - Method in class org.eclipse.text.edits.ReplaceEdit
 
doCopy() - Method in class org.eclipse.text.edits.TextEdit
Creates and returns a copy of this edit.
doCopy() - Method in class org.eclipse.text.edits.UndoEdit
 
DocumentUndoEvent - Class in org.eclipse.text.undo
Describes document changes initiated by undo or redo.
DocumentUndoManager - Class in org.eclipse.text.undo
A standard implementation of a document-based undo manager that creates an undo history based on changes to its document.
DocumentUndoManager(IDocument) - Constructor for class org.eclipse.text.undo.DocumentUndoManager
Create a DocumentUndoManager for the given document.
DocumentUndoManagerRegistry - Class in org.eclipse.text.undo
This document undo manager registry provides access to a document's undo manager.
documentUndoNotification(DocumentUndoEvent) - Method in interface org.eclipse.text.undo.IDocumentUndoListener
The document is involved in an undo-related change.

E

endCompoundChange() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
endCompoundChange() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Signals the undo manager that the sequence of changes which started with beginCompoundChange has been finished.
equals(Object) - Method in class org.eclipse.text.edits.TextEdit
The Edit implementation of this Object method uses object identity (==).

G

getChild() - Method in exception org.eclipse.text.edits.MalformedTreeException
Returns the child edit that caused the exception.
getChildren() - Method in class org.eclipse.text.edits.TextEdit
Returns the edit's children.
getChildrenSize() - Method in class org.eclipse.text.edits.TextEdit
Returns the size of the managed children.
getCopy(TextEdit) - Method in class org.eclipse.text.edits.TextEditCopier
Returns the copy for the original text edit.
getCoverage(TextEdit[]) - Static method in class org.eclipse.text.edits.TextEdit
Returns the text range spawned by the given array of text edits.
getDocument() - Method in class org.eclipse.text.edits.TextEditProcessor
Returns the document to be manipulated.
getDocument() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the changed document.
getDocumentUndoManager(IDocument) - Static method in class org.eclipse.text.undo.DocumentUndoManagerRegistry
Returns the file buffer managed for the given location or null if there is no such file buffer.
getEventType() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the type of event that is occurring.
getExclusiveEnd() - Method in class org.eclipse.text.edits.TextEdit
Returns the exclusive end position of this edit.
getInclusiveEnd() - Method in class org.eclipse.text.edits.TextEdit
Returns the inclusive end position of this edit.
getLength() - Method in class org.eclipse.text.edits.MultiTextEdit
Returns the length of the edit.
getLength() - Method in class org.eclipse.text.edits.TextEdit
Returns the length of the edit.
getModifications(String) - Method in interface org.eclipse.text.edits.ISourceModifier
Returns the modification to be done to the passed string in form of replace edits.
getName() - Method in class org.eclipse.text.edits.TextEditGroup
Returns the edit group's name.
getOffset() - Method in class org.eclipse.text.edits.MultiTextEdit
Returns the offset of the edit.
getOffset() - Method in class org.eclipse.text.edits.TextEdit
Returns the offset of the edit.
getOffset() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the offset of the change.
getParent() - Method in exception org.eclipse.text.edits.MalformedTreeException
Returns the parent edit that caused the exception.
getParent() - Method in class org.eclipse.text.edits.TextEdit
Returns the edit's parent.
getPreservedText() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the text that has been replaced.
getRegion() - Method in class org.eclipse.text.edits.TextEdit
Returns the range that this edit is manipulating.
getRegion() - Method in class org.eclipse.text.edits.TextEditGroup
Returns the text region covered by the edits managed via this edit group.
getRoot() - Method in class org.eclipse.text.edits.TextEdit
Returns the root edit of the edit tree.
getRoot() - Method in class org.eclipse.text.edits.TextEditProcessor
Returns the edit processor's root edit.
getSource() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the source that triggered this event.
getSourceEdit() - Method in class org.eclipse.text.edits.CopyTargetEdit
Returns the associated source edit or null if no source edit is associated yet.
getSourceEdit() - Method in class org.eclipse.text.edits.MoveTargetEdit
Returns the associated source edit or null if no source edit is associated yet.
getSourceModifier() - Method in class org.eclipse.text.edits.CopySourceEdit
Returns the current source modifier or null if no source modifier is set.
getSourceModifier() - Method in class org.eclipse.text.edits.MoveSourceEdit
Returns the current source modifier or null if no source modifier is set.
getStyle() - Method in class org.eclipse.text.edits.TextEditProcessor
Returns the style bits of the text edit processor
getTargetEdit() - Method in class org.eclipse.text.edits.CopySourceEdit
Returns the associated target edit or null if no target edit is associated yet.
getTargetEdit() - Method in class org.eclipse.text.edits.MoveSourceEdit
Returns the associated target edit or null if no target edit is associated yet.
getText() - Method in class org.eclipse.text.edits.InsertEdit
Returns the text to be inserted.
getText() - Method in class org.eclipse.text.edits.ReplaceEdit
Returns the new text replacing the text denoted by the edit.
getText() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns the text that has been inserted.
getTextEdits() - Method in class org.eclipse.text.edits.TextEditGroup
Returns an array of TextEdits containing the edits managed by this group.
getUndoContext() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
getUndoContext() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Returns the undo context registered for this document

H

hasChildren() - Method in class org.eclipse.text.edits.TextEdit
Returns true if this edit has children.
hashCode() - Method in class org.eclipse.text.edits.TextEdit
The Edit implementation of this Object method calls uses Object#hashCode() to compute its hash code.

I

IDocumentUndoListener - Interface in org.eclipse.text.undo
This interface is used to listen to notifications from a DocumentUndoManager.
IDocumentUndoManager - Interface in org.eclipse.text.undo
Interface for a document undo manager.
InsertEdit - Class in org.eclipse.text.edits
Text edit to insert a text at a given position in a document.
InsertEdit(int, String) - Constructor for class org.eclipse.text.edits.InsertEdit
Constructs a new insert edit.
intersect(TextEdit, TextEdit) - Static method in class org.eclipse.text.edits.MoveSourceEdit
 
isCompound() - Method in class org.eclipse.text.undo.DocumentUndoEvent
Returns whether the change was a compound change or not.
isDeleted() - Method in class org.eclipse.text.edits.TextEdit
Returns whether this edit has been deleted or not.
isEmpty() - Method in class org.eclipse.text.edits.TextEditGroup
Returns true if the list of managed TextEdits is empty; otherwise false is returned.
ISourceModifier - Interface in org.eclipse.text.edits
A source modifier can be used to modify the source of a move or copy edit before it gets inserted at the target position.

M

MalformedTreeException - Exception in org.eclipse.text.edits
Thrown to indicate that an edit got added to a parent edit but the child edit somehow conflicts with the parent or one of it siblings.
MalformedTreeException(TextEdit, TextEdit, String) - Constructor for exception org.eclipse.text.edits.MalformedTreeException
Constructs a new malformed tree exception.
MoveSourceEdit - Class in org.eclipse.text.edits
A move source edit denotes the source of a move operation.
MoveSourceEdit(int, int) - Constructor for class org.eclipse.text.edits.MoveSourceEdit
Constructs a new move source edit.
MoveSourceEdit(int, int, MoveTargetEdit) - Constructor for class org.eclipse.text.edits.MoveSourceEdit
Constructs a new copy source edit.
MoveTargetEdit - Class in org.eclipse.text.edits
A move target edit denotes the target of a move operation.
MoveTargetEdit(int) - Constructor for class org.eclipse.text.edits.MoveTargetEdit
Constructs a new move target edit
MoveTargetEdit(int, MoveSourceEdit) - Constructor for class org.eclipse.text.edits.MoveTargetEdit
Constructs an new move target edit
moveTree(int) - Method in class org.eclipse.text.edits.TextEdit
Move all offsets in the tree by the given delta.
MultiTextEdit - Class in org.eclipse.text.edits
A multi-text edit can be used to aggregate several edits into one edit.
MultiTextEdit() - Constructor for class org.eclipse.text.edits.MultiTextEdit
Creates a new MultiTextEdit.
MultiTextEdit(int, int) - Constructor for class org.eclipse.text.edits.MultiTextEdit
Creates a new MultiTextEdit for the given range.
MultiTextEdit(MultiTextEdit) - Constructor for class org.eclipse.text.edits.MultiTextEdit
 

N

NONE - Static variable in class org.eclipse.text.edits.TextEdit
Flags indicating that neither CREATE_UNDO nor UPDATE_REGIONS is set.

O

org.eclipse.text.edits - package org.eclipse.text.edits
Provides support for describing and applying textual document editions.
org.eclipse.text.undo - package org.eclipse.text.undo
Provides undo and redo support for a document.

P

perform() - Method in class org.eclipse.text.edits.TextEditCopier
Performs the actual copying.
performEdits() - Method in class org.eclipse.text.edits.TextEditProcessor
Executes the text edits.
postProcessCopy(TextEditCopier) - Method in class org.eclipse.text.edits.CopySourceEdit
 
postProcessCopy(TextEditCopier) - Method in class org.eclipse.text.edits.CopyTargetEdit
 
postProcessCopy(TextEditCopier) - Method in class org.eclipse.text.edits.MoveSourceEdit
 
postProcessCopy(TextEditCopier) - Method in class org.eclipse.text.edits.MoveTargetEdit
 
postProcessCopy(TextEditCopier) - Method in class org.eclipse.text.edits.TextEdit
This method is called on every edit of the copied tree to do some post-processing like connected an edit to a different edit in the tree.
postVisit(TextEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits the given text edit following the type-specific visit (after endVisit).
preVisit(TextEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits the given text edit prior to the type-specific visit.

R

RangeMarker - Class in org.eclipse.text.edits
A range marker can be used to track positions when executing text edits.
RangeMarker(int, int) - Constructor for class org.eclipse.text.edits.RangeMarker
Creates a new range marker for the given offset and length.
redo() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
redo() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Repeats the most recently rolled back text change.
redoable() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
redoable() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Returns whether at least one text change can be repeated.
REDONE - Static variable in class org.eclipse.text.undo.DocumentUndoEvent
Indicates that the described document event has been redone.
removeChild(int) - Method in class org.eclipse.text.edits.TextEdit
Removes the edit specified by the given index from the list of children.
removeChild(TextEdit) - Method in class org.eclipse.text.edits.TextEdit
Removes the first occurrence of the given child from the list of children.
removeChildren() - Method in class org.eclipse.text.edits.TextEdit
Removes all child edits from and returns them.
removeDocumentUndoListener(IDocumentUndoListener) - Method in class org.eclipse.text.undo.DocumentUndoManager
 
removeDocumentUndoListener(IDocumentUndoListener) - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Removes the specified listener from the list of document undo listeners.
removeTextEdit(TextEdit) - Method in class org.eclipse.text.edits.TextEditGroup
Removes the given TextEdit from this group.
ReplaceEdit - Class in org.eclipse.text.edits
Text edit to replace a range in a document with a different string.
ReplaceEdit(int, int, String) - Constructor for class org.eclipse.text.edits.ReplaceEdit
Constructs a new replace edit.
reset() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
reset() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Resets the history of the undo manager.

S

setMaximalUndoLevel(int) - Method in class org.eclipse.text.undo.DocumentUndoManager
 
setMaximalUndoLevel(int) - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Sets the limit of the undo history to the specified value.
setSourceEdit(CopySourceEdit) - Method in class org.eclipse.text.edits.CopyTargetEdit
Sets the source edit.
setSourceEdit(MoveSourceEdit) - Method in class org.eclipse.text.edits.MoveTargetEdit
Sets the source edit.
setSourceModifier(ISourceModifier) - Method in class org.eclipse.text.edits.CopySourceEdit
Sets the optional source modifier.
setSourceModifier(ISourceModifier) - Method in class org.eclipse.text.edits.MoveSourceEdit
Sets the optional source modifier.
setTargetEdit(CopyTargetEdit) - Method in class org.eclipse.text.edits.CopySourceEdit
Sets the target edit.
setTargetEdit(MoveTargetEdit) - Method in class org.eclipse.text.edits.MoveSourceEdit
Sets the target edit.

T

TextEdit - Class in org.eclipse.text.edits
A text edit describes an elementary text manipulation operation.
TextEdit(int, int) - Constructor for class org.eclipse.text.edits.TextEdit
Create a new text edit.
TextEdit(TextEdit) - Constructor for class org.eclipse.text.edits.TextEdit
Copy constructor
TextEditCopier - Class in org.eclipse.text.edits
Copies a tree of text edits.
TextEditCopier(TextEdit) - Constructor for class org.eclipse.text.edits.TextEditCopier
Constructs a new TextEditCopier for the given edit.
TextEditGroup - Class in org.eclipse.text.edits
A text edit group combines a list of TextEdits and a name into a single object.
TextEditGroup(String) - Constructor for class org.eclipse.text.edits.TextEditGroup
Creates a new text edit group with the given name.
TextEditGroup(String, TextEdit) - Constructor for class org.eclipse.text.edits.TextEditGroup
Creates a new text edit group with a name and a single TextEdit.
TextEditGroup(String, TextEdit[]) - Constructor for class org.eclipse.text.edits.TextEditGroup
Creates a new text edit group with the given name and array of edits.
TextEditProcessor - Class in org.eclipse.text.edits
A TextEditProcessor manages a set of edits and applies them as a whole to an IDocument.
TextEditProcessor(IDocument, TextEdit, int) - Constructor for class org.eclipse.text.edits.TextEditProcessor
Constructs a new edit processor for the given document.
TextEditVisitor - Class in org.eclipse.text.edits
A visitor for text edits.
TextEditVisitor() - Constructor for class org.eclipse.text.edits.TextEditVisitor
 
toString() - Method in class org.eclipse.text.edits.TextEdit
 
transferUndoHistory(IDocumentUndoManager) - Method in class org.eclipse.text.undo.DocumentUndoManager
 
transferUndoHistory(IDocumentUndoManager) - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Transfers the undo history from the specified document undo manager to this undo manager.

U

undo() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
undo() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Rolls back the most recently executed text change.
undoable() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
undoable() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Returns whether at least one text change can be rolled back.
UndoEdit - Class in org.eclipse.text.edits
This class encapsulates the reverse changes of an executed text edit tree.
UNDONE - Static variable in class org.eclipse.text.undo.DocumentUndoEvent
Indicates that the described document event has been undone.
UPDATE_REGIONS - Static variable in class org.eclipse.text.edits.TextEdit
Flag indicating that the edit's region will be updated to reflect its position in the changed document.

V

visit(CopySourceEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a CopySourceEdit instance.
visit(CopyTargetEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a CopyTargetEdit instance.
visit(MoveSourceEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a MoveSourceEdit instance.
visit(MoveTargetEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a MoveTargetEdit instance.
visit(RangeMarker) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a RangeMarker instance.
visit(CopyingRangeMarker) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a CopyingRangeMarker instance.
visit(DeleteEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a DeleteEdit instance.
visit(InsertEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a InsertEdit instance.
visit(ReplaceEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a ReplaceEdit instance.
visit(UndoEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a UndoEdit instance.
visit(MultiTextEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits a MultiTextEdit instance.
visitNode(TextEdit) - Method in class org.eclipse.text.edits.TextEditVisitor
Visits the given text edit.
A B C D E G H I M N O P R S T U V 
Skip navigation links