Uses of Class
org.eclipse.text.edits.MalformedTreeException
Package
Description
Provides the API for manipulating file buffers.
Provides a framework for creating and manipulating text documents.
Application programming interfaces for interaction
with the Eclipse text template support.
Application programmer interface to implement semantic preserving workspace transformations.
Provides support for describing and applying textual document editions.
-
Uses of MalformedTreeException in org.eclipse.core.filebuffers.manipulation
Modifier and TypeMethodDescriptionfinal UndoEdit
MultiTextEditWithProgress.apply
(IDocument document, int style, IProgressMonitor progressMonitor) final UndoEdit
MultiTextEditWithProgress.apply
(IDocument document, IProgressMonitor progressMonitor) -
Uses of MalformedTreeException in org.eclipse.jface.text
-
Uses of MalformedTreeException in org.eclipse.jface.text.templates
Modifier and TypeMethodDescriptionvoid
TemplateContextType.resolve
(TemplateBuffer buffer, TemplateContext context) Resolves the variables inbuffer
withincontext
and edits the template buffer to reflect the resolved variables. -
Uses of MalformedTreeException in org.eclipse.ltk.core.refactoring
Modifier and TypeMethodDescriptionvoid
Adds the given edit to the edit tree.protected UndoEdit
DocumentChange.performEdits
(IDocument document) protected UndoEdit
TextChange.performEdits
(IDocument document) Executes the text edits on the given document.protected UndoEdit
TextFileChange.performEdits
(IDocument document) -
Uses of MalformedTreeException in org.eclipse.text.edits
Modifier and TypeMethodDescriptionfinal void
Adds the given editchild
to this edit.final void
TextEdit.addChildren
(TextEdit[] edits) Adds all edits inedits
to this edit.final UndoEdit
Applies the edit tree rooted by this edit to the given document.final UndoEdit
Applies the edit tree rooted by this edit to the given document.protected void
MultiTextEdit.checkIntegrity()
Checks the edit's integrity.TextEditProcessor.performEdits()
Executes the text edits.void
CopyTargetEdit.setSourceEdit
(CopySourceEdit edit) Sets the source edit.void
CopySourceEdit.setTargetEdit
(CopyTargetEdit edit) Sets the target edit.