Uses of Class
org.eclipse.text.edits.MalformedTreeException
-
Packages that use MalformedTreeException Package Description org.eclipse.core.filebuffers.manipulation Provides the API for manipulating file buffers.org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support.org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations.org.eclipse.text.edits Provides support for describing and applying textual document editions. -
-
Uses of MalformedTreeException in org.eclipse.core.filebuffers.manipulation
Methods in org.eclipse.core.filebuffers.manipulation that throw MalformedTreeException Modifier and Type Method Description UndoEditMultiTextEditWithProgress. apply(IDocument document, int style, IProgressMonitor progressMonitor)UndoEditMultiTextEditWithProgress. apply(IDocument document, IProgressMonitor progressMonitor) -
Uses of MalformedTreeException in org.eclipse.jface.text
Methods in org.eclipse.jface.text that throw MalformedTreeException Modifier and Type Method Description UndoEditRewriteSessionEditProcessor. performEdits() -
Uses of MalformedTreeException in org.eclipse.jface.text.templates
Methods in org.eclipse.jface.text.templates that throw MalformedTreeException Modifier and Type Method Description voidTemplateContextType. resolve(TemplateBuffer buffer, TemplateContext context)Resolves the variables inbufferwithincontextand edits the template buffer to reflect the resolved variables. -
Uses of MalformedTreeException in org.eclipse.ltk.core.refactoring
Methods in org.eclipse.ltk.core.refactoring that throw MalformedTreeException Modifier and Type Method Description voidTextChange. addEdit(TextEdit edit)Adds the given edit to the edit tree.protected UndoEditDocumentChange. performEdits(IDocument document)protected UndoEditTextChange. performEdits(IDocument document)Executes the text edits on the given document.protected UndoEditTextFileChange. performEdits(IDocument document) -
Uses of MalformedTreeException in org.eclipse.text.edits
Methods in org.eclipse.text.edits that throw MalformedTreeException Modifier and Type Method Description voidTextEdit. addChild(TextEdit child)Adds the given editchildto this edit.voidTextEdit. addChildren(TextEdit[] edits)Adds all edits ineditsto this edit.UndoEditTextEdit. apply(IDocument document)Applies the edit tree rooted by this edit to the given document.UndoEditTextEdit. apply(IDocument document, int style)Applies the edit tree rooted by this edit to the given document.protected voidMultiTextEdit. checkIntegrity()Checks the edit's integrity.UndoEditTextEditProcessor. performEdits()Executes the text edits.voidCopyTargetEdit. setSourceEdit(CopySourceEdit edit)Sets the source edit.voidCopySourceEdit. setTargetEdit(CopyTargetEdit edit)Sets the target edit.
-