Class BufferChangeOperation.ChangeEditProcessor

  • Enclosing class:
    BufferChangeOperation

    protected class BufferChangeOperation.ChangeEditProcessor
    extends org.eclipse.text.edits.TextEditProcessor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean considerEdit​(org.eclipse.text.edits.TextEdit edit)  
      • Methods inherited from class org.eclipse.text.edits.TextEditProcessor

        canPerformEdits, getDocument, getRoot, getStyle, performEdits
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChangeEditProcessor

        public ChangeEditProcessor()
    • Method Detail

      • considerEdit

        protected boolean considerEdit​(org.eclipse.text.edits.TextEdit edit)
        Overrides:
        considerEdit in class org.eclipse.text.edits.TextEditProcessor