public class org.eclipse.text.edits.TextEditProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.text.edits.TextEditProcessor
  super_class: java.lang.Object
{
  private org.eclipse.jface.text.IDocument fDocument;
    descriptor: Lorg/eclipse/jface/text/IDocument;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.text.edits.TextEdit fRoot;
    descriptor: Lorg/eclipse/text/edits/TextEdit;
    flags: (0x0002) ACC_PRIVATE

  private int fStyle;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean fChecked;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.text.edits.MalformedTreeException fException;
    descriptor: Lorg/eclipse/text/edits/MalformedTreeException;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.util.List<org.eclipse.text.edits.TextEdit>> fSourceEdits;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/util/List<Lorg/eclipse/text/edits/TextEdit;>;>;

  public void <init>(org.eclipse.jface.text.IDocument, org.eclipse.text.edits.TextEdit, int);
    descriptor: (Lorg/eclipse/jface/text/IDocument;Lorg/eclipse/text/edits/TextEdit;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
        start local 1 // org.eclipse.jface.text.IDocument document
        start local 2 // org.eclipse.text.edits.TextEdit root
        start local 3 // int style
         0: .line 61
            aload 0 /* this */
            aload 1 /* document */
            aload 2 /* root */
            iload 3 /* style */
            iconst_0
            invokespecial org.eclipse.text.edits.TextEditProcessor.<init>:(Lorg/eclipse/jface/text/IDocument;Lorg/eclipse/text/edits/TextEdit;IZ)V
         1: .line 62
            return
        end local 3 // int style
        end local 2 // org.eclipse.text.edits.TextEdit root
        end local 1 // org.eclipse.jface.text.IDocument document
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/text/edits/TextEditProcessor;
            0    2     1  document  Lorg/eclipse/jface/text/IDocument;
            0    2     2      root  Lorg/eclipse/text/edits/TextEdit;
            0    2     3     style  I
    MethodParameters:
          Name  Flags
      document  
      root      
      style     

  private void <init>(org.eclipse.jface.text.IDocument, org.eclipse.text.edits.TextEdit, int, boolean);
    descriptor: (Lorg/eclipse/jface/text/IDocument;Lorg/eclipse/text/edits/TextEdit;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
        start local 1 // org.eclipse.jface.text.IDocument document
        start local 2 // org.eclipse.text.edits.TextEdit root
        start local 3 // int style
        start local 4 // boolean secondary
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 1 /* document */
            invokestatic org.eclipse.core.runtime.Assert.isNotNull:(Ljava/lang/Object;)V
         2: .line 66
            aload 2 /* root */
            invokestatic org.eclipse.core.runtime.Assert.isNotNull:(Ljava/lang/Object;)V
         3: .line 67
            aload 0 /* this */
            aload 1 /* document */
            putfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
         4: .line 68
            aload 0 /* this */
            aload 2 /* root */
            putfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
         5: .line 69
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            instanceof org.eclipse.text.edits.MultiTextEdit
            ifeq 7
         6: .line 70
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            checkcast org.eclipse.text.edits.MultiTextEdit
            iconst_0
            invokevirtual org.eclipse.text.edits.MultiTextEdit.defineRegion:(I)V
         7: .line 71
      StackMap locals: org.eclipse.text.edits.TextEditProcessor org.eclipse.jface.text.IDocument org.eclipse.text.edits.TextEdit int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* style */
            putfield org.eclipse.text.edits.TextEditProcessor.fStyle:I
         8: .line 72
            iload 4 /* secondary */
            ifeq 11
         9: .line 73
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.text.edits.TextEditProcessor.fChecked:Z
        10: .line 74
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.text.edits.TextEditProcessor.fSourceEdits:Ljava/util/List;
        11: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean secondary
        end local 3 // int style
        end local 2 // org.eclipse.text.edits.TextEdit root
        end local 1 // org.eclipse.jface.text.IDocument document
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/text/edits/TextEditProcessor;
            0   12     1   document  Lorg/eclipse/jface/text/IDocument;
            0   12     2       root  Lorg/eclipse/text/edits/TextEdit;
            0   12     3      style  I
            0   12     4  secondary  Z
    MethodParameters:
           Name  Flags
      document   
      root       
      style      
      secondary  

  static org.eclipse.text.edits.TextEditProcessor createSourceComputationProcessor(org.eclipse.jface.text.IDocument, org.eclipse.text.edits.TextEdit, int);
    descriptor: (Lorg/eclipse/jface/text/IDocument;Lorg/eclipse/text/edits/TextEdit;I)Lorg/eclipse/text/edits/TextEditProcessor;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.eclipse.jface.text.IDocument document
        start local 1 // org.eclipse.text.edits.TextEdit root
        start local 2 // int style
         0: .line 89
            new org.eclipse.text.edits.TextEditProcessor
            dup
            aload 0 /* document */
            aload 1 /* root */
            iload 2 /* style */
            iconst_1
            invokespecial org.eclipse.text.edits.TextEditProcessor.<init>:(Lorg/eclipse/jface/text/IDocument;Lorg/eclipse/text/edits/TextEdit;IZ)V
            areturn
        end local 2 // int style
        end local 1 // org.eclipse.text.edits.TextEdit root
        end local 0 // org.eclipse.jface.text.IDocument document
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  document  Lorg/eclipse/jface/text/IDocument;
            0    1     1      root  Lorg/eclipse/text/edits/TextEdit;
            0    1     2     style  I
    MethodParameters:
          Name  Flags
      document  
      root      
      style     

  public org.eclipse.jface.text.IDocument getDocument();
    descriptor: ()Lorg/eclipse/jface/text/IDocument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 98
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            areturn
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/TextEditProcessor;

  public org.eclipse.text.edits.TextEdit getRoot();
    descriptor: ()Lorg/eclipse/text/edits/TextEdit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 107
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            areturn
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/TextEditProcessor;

  public int getStyle();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 118
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fStyle:I
            ireturn
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/TextEditProcessor;

  public boolean canPerformEdits();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 131
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEdit.dispatchCheckIntegrity:(Lorg/eclipse/text/edits/TextEditProcessor;)V
         1: .line 132
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.text.edits.TextEditProcessor.fChecked:Z
         2: .line 133
            goto 6
      StackMap locals:
      StackMap stack: org.eclipse.text.edits.MalformedTreeException
         3: astore 1 /* e */
        start local 1 // org.eclipse.text.edits.MalformedTreeException e
         4: .line 134
            aload 0 /* this */
            aload 1 /* e */
            putfield org.eclipse.text.edits.TextEditProcessor.fException:Lorg/eclipse/text/edits/MalformedTreeException;
         5: .line 135
            iconst_0
            ireturn
        end local 1 // org.eclipse.text.edits.MalformedTreeException e
         6: .line 137
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/text/edits/TextEditProcessor;
            4    6     1     e  Lorg/eclipse/text/edits/MalformedTreeException;
      Exception table:
        from    to  target  type
           0     2       3  Class org.eclipse.text.edits.MalformedTreeException

  public org.eclipse.text.edits.UndoEdit performEdits();
    descriptor: ()Lorg/eclipse/text/edits/UndoEdit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 152
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fChecked:Z
            ifne 3
         1: .line 153
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEdit.dispatchCheckIntegrity:(Lorg/eclipse/text/edits/TextEditProcessor;)V
         2: .line 154
            goto 5
         3: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fException:Lorg/eclipse/text/edits/MalformedTreeException;
            ifnull 5
         4: .line 156
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fException:Lorg/eclipse/text/edits/MalformedTreeException;
            athrow
         5: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEdit.dispatchPerformEdits:(Lorg/eclipse/text/edits/TextEditProcessor;)Lorg/eclipse/text/edits/UndoEdit;
            areturn
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/text/edits/TextEditProcessor;
    Exceptions:
      throws org.eclipse.text.edits.MalformedTreeException, org.eclipse.jface.text.BadLocationException

  protected boolean considerEdit(org.eclipse.text.edits.TextEdit);
    descriptor: (Lorg/eclipse/text/edits/TextEdit;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
        start local 1 // org.eclipse.text.edits.TextEdit edit
         0: .line 171
            iconst_1
            ireturn
        end local 1 // org.eclipse.text.edits.TextEdit edit
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/TextEditProcessor;
            0    1     1  edit  Lorg/eclipse/text/edits/TextEdit;
    MethodParameters:
      Name  Flags
      edit  

  void checkIntegrityDo();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 177
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.text.edits.TextEditProcessor.fSourceEdits:Ljava/util/List;
         1: .line 178
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fSourceEdits:Ljava/util/List;
            invokevirtual org.eclipse.text.edits.TextEdit.traverseConsistencyCheck:(Lorg/eclipse/text/edits/TextEditProcessor;Lorg/eclipse/jface/text/IDocument;Ljava/util/List;)I
            pop
         2: .line 179
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            invokevirtual org.eclipse.text.edits.TextEdit.getExclusiveEnd:()I
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokeinterface org.eclipse.jface.text.IDocument.getLength:()I
            if_icmple 4
         3: .line 180
            new org.eclipse.text.edits.MalformedTreeException
            dup
            aconst_null
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            ldc "TextEditProcessor.invalid_length"
            invokestatic org.eclipse.text.edits.TextEditMessages.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial org.eclipse.text.edits.MalformedTreeException.<init>:(Lorg/eclipse/text/edits/TextEdit;Lorg/eclipse/text/edits/TextEdit;Ljava/lang/String;)V
            athrow
         4: .line 181
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/text/edits/TextEditProcessor;
    Exceptions:
      throws org.eclipse.text.edits.MalformedTreeException

  void checkIntegrityUndo();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 184
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            invokevirtual org.eclipse.text.edits.TextEdit.getExclusiveEnd:()I
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokeinterface org.eclipse.jface.text.IDocument.getLength:()I
            if_icmple 2
         1: .line 185
            new org.eclipse.text.edits.MalformedTreeException
            dup
            aconst_null
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            ldc "TextEditProcessor.invalid_length"
            invokestatic org.eclipse.text.edits.TextEditMessages.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial org.eclipse.text.edits.MalformedTreeException.<init>:(Lorg/eclipse/text/edits/TextEdit;Lorg/eclipse/text/edits/TextEdit;Ljava/lang/String;)V
            athrow
         2: .line 186
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/text/edits/TextEditProcessor;

  org.eclipse.text.edits.UndoEdit executeDo();
    descriptor: ()Lorg/eclipse/text/edits/UndoEdit;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 191
            new org.eclipse.text.edits.UndoCollector
            dup
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            invokespecial org.eclipse.text.edits.UndoCollector.<init>:(Lorg/eclipse/text/edits/TextEdit;)V
            astore 1 /* collector */
        start local 1 // org.eclipse.text.edits.UndoCollector collector
         1: .line 193
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEditProcessor.createUndo:()Z
            ifeq 3
         2: .line 194
            aload 1 /* collector */
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokevirtual org.eclipse.text.edits.UndoCollector.connect:(Lorg/eclipse/jface/text/IDocument;)V
         3: .line 195
      StackMap locals: org.eclipse.text.edits.UndoCollector
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEditProcessor.computeSources:()V
         4: .line 196
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokevirtual org.eclipse.text.edits.TextEdit.traverseDocumentUpdating:(Lorg/eclipse/text/edits/TextEditProcessor;Lorg/eclipse/jface/text/IDocument;)I
            pop
         5: .line 197
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEditProcessor.updateRegions:()Z
            ifeq 11
         6: .line 198
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            iconst_0
            iconst_0
            invokevirtual org.eclipse.text.edits.TextEdit.traverseRegionUpdating:(Lorg/eclipse/text/edits/TextEditProcessor;Lorg/eclipse/jface/text/IDocument;IZ)I
            pop
         7: .line 200
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
         9: .line 201
            aload 1 /* collector */
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokevirtual org.eclipse.text.edits.UndoCollector.disconnect:(Lorg/eclipse/jface/text/IDocument;)V
        10: .line 202
            aload 2
            athrow
        11: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* collector */
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokevirtual org.eclipse.text.edits.UndoCollector.disconnect:(Lorg/eclipse/jface/text/IDocument;)V
        12: .line 203
            aload 1 /* collector */
            getfield org.eclipse.text.edits.UndoCollector.undo:Lorg/eclipse/text/edits/UndoEdit;
            areturn
        end local 1 // org.eclipse.text.edits.UndoCollector collector
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/text/edits/TextEditProcessor;
            1   13     1  collector  Lorg/eclipse/text/edits/UndoCollector;
      Exception table:
        from    to  target  type
           1     8       8  any
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException

  private void computeSources();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 207
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fSourceEdits:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 7
      StackMap locals: org.eclipse.text.edits.TextEditProcessor top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.List
            astore 1 /* list */
        start local 1 // java.util.List list
         2: .line 208
            aload 1 /* list */
            ifnull 7
         3: .line 209
            aload 1 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: org.eclipse.text.edits.TextEditProcessor java.util.List java.util.Iterator top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.text.edits.TextEdit
            astore 3 /* edit */
        start local 3 // org.eclipse.text.edits.TextEdit edit
         5: .line 210
            aload 3 /* edit */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokevirtual org.eclipse.text.edits.TextEdit.traverseSourceComputation:(Lorg/eclipse/text/edits/TextEditProcessor;Lorg/eclipse/jface/text/IDocument;)V
        end local 3 // org.eclipse.text.edits.TextEdit edit
         6: .line 209
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 1 // java.util.List list
         7: .line 207
      StackMap locals: org.eclipse.text.edits.TextEditProcessor top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         8: .line 214
            return
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/text/edits/TextEditProcessor;
            2    7     1  list  Ljava/util/List<Lorg/eclipse/text/edits/TextEdit;>;
            5    6     3  edit  Lorg/eclipse/text/edits/TextEdit;

  org.eclipse.text.edits.UndoEdit executeUndo();
    descriptor: ()Lorg/eclipse/text/edits/UndoEdit;
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 217
            new org.eclipse.text.edits.UndoCollector
            dup
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            invokespecial org.eclipse.text.edits.UndoCollector.<init>:(Lorg/eclipse/text/edits/TextEdit;)V
            astore 1 /* collector */
        start local 1 // org.eclipse.text.edits.UndoCollector collector
         1: .line 219
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEditProcessor.createUndo:()Z
            ifeq 3
         2: .line 220
            aload 1 /* collector */
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokevirtual org.eclipse.text.edits.UndoCollector.connect:(Lorg/eclipse/jface/text/IDocument;)V
         3: .line 221
      StackMap locals: org.eclipse.text.edits.UndoCollector
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fRoot:Lorg/eclipse/text/edits/TextEdit;
            invokevirtual org.eclipse.text.edits.TextEdit.getChildren:()[Lorg/eclipse/text/edits/TextEdit;
            astore 2 /* edits */
        start local 2 // org.eclipse.text.edits.TextEdit[] edits
         4: .line 222
            aload 2 /* edits */
            arraylength
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 223
      StackMap locals: org.eclipse.text.edits.TextEdit[] int
      StackMap stack:
            aload 2 /* edits */
            iload 3 /* i */
            aaload
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokevirtual org.eclipse.text.edits.TextEdit.performDocumentUpdating:(Lorg/eclipse/jface/text/IDocument;)I
            pop
         7: .line 222
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            ifge 6
        end local 3 // int i
        end local 2 // org.eclipse.text.edits.TextEdit[] edits
         9: .line 225
            goto 13
      StackMap locals: org.eclipse.text.edits.TextEditProcessor org.eclipse.text.edits.UndoCollector
      StackMap stack: java.lang.Throwable
        10: astore 4
        11: .line 226
            aload 1 /* collector */
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokevirtual org.eclipse.text.edits.UndoCollector.disconnect:(Lorg/eclipse/jface/text/IDocument;)V
        12: .line 227
            aload 4
            athrow
        13: .line 226
      StackMap locals:
      StackMap stack:
            aload 1 /* collector */
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fDocument:Lorg/eclipse/jface/text/IDocument;
            invokevirtual org.eclipse.text.edits.UndoCollector.disconnect:(Lorg/eclipse/jface/text/IDocument;)V
        14: .line 228
            aload 1 /* collector */
            getfield org.eclipse.text.edits.UndoCollector.undo:Lorg/eclipse/text/edits/UndoEdit;
            areturn
        end local 1 // org.eclipse.text.edits.UndoCollector collector
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/eclipse/text/edits/TextEditProcessor;
            1   15     1  collector  Lorg/eclipse/text/edits/UndoCollector;
            4    9     2      edits  [Lorg/eclipse/text/edits/TextEdit;
            5    9     3          i  I
      Exception table:
        from    to  target  type
           1    10      10  any
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException

  private boolean createUndo();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 232
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fStyle:I
            iconst_1
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/text/edits/TextEditProcessor;

  private boolean updateRegions();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditProcessor this
         0: .line 236
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditProcessor.fStyle:I
            iconst_2
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.text.edits.TextEditProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/text/edits/TextEditProcessor;
}
SourceFile: "TextEditProcessor.java"