public final class org.eclipse.text.edits.UndoEdit extends org.eclipse.text.edits.TextEdit
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.text.edits.UndoEdit
  super_class: org.eclipse.text.edits.TextEdit
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.UndoEdit this
         0: .line 39
            aload 0 /* this */
            iconst_0
            ldc 2147483647
            invokespecial org.eclipse.text.edits.TextEdit.<init>:(II)V
         1: .line 40
            return
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/text/edits/UndoEdit;

  private void <init>(org.eclipse.text.edits.UndoEdit);
    descriptor: (Lorg/eclipse/text/edits/UndoEdit;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.UndoEdit this
        start local 1 // org.eclipse.text.edits.UndoEdit other
         0: .line 43
            aload 0 /* this */
            aload 1 /* other */
            invokespecial org.eclipse.text.edits.TextEdit.<init>:(Lorg/eclipse/text/edits/TextEdit;)V
         1: .line 44
            return
        end local 1 // org.eclipse.text.edits.UndoEdit other
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/text/edits/UndoEdit;
            0    2     1  other  Lorg/eclipse/text/edits/UndoEdit;
    MethodParameters:
       Name  Flags
      other  

  void internalAdd(org.eclipse.text.edits.TextEdit);
    descriptor: (Lorg/eclipse/text/edits/TextEdit;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.UndoEdit this
        start local 1 // org.eclipse.text.edits.TextEdit child
         0: .line 48
            new org.eclipse.text.edits.MalformedTreeException
            dup
            aconst_null
            aload 0 /* this */
            ldc "UndoEdit.no_children"
            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
        end local 1 // org.eclipse.text.edits.TextEdit child
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/text/edits/UndoEdit;
            0    1     1  child  Lorg/eclipse/text/edits/TextEdit;
    Exceptions:
      throws org.eclipse.text.edits.MalformedTreeException
    MethodParameters:
       Name  Flags
      child  

  void aboutToBeAdded(org.eclipse.text.edits.TextEdit);
    descriptor: (Lorg/eclipse/text/edits/TextEdit;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.UndoEdit this
        start local 1 // org.eclipse.text.edits.TextEdit parent
         0: .line 53
            new org.eclipse.text.edits.MalformedTreeException
            dup
            aload 1 /* parent */
            aload 0 /* this */
            ldc "UndoEdit.can_not_be_added"
            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
        end local 1 // org.eclipse.text.edits.TextEdit parent
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/text/edits/UndoEdit;
            0    1     1  parent  Lorg/eclipse/text/edits/TextEdit;
    MethodParameters:
        Name  Flags
      parent  

  org.eclipse.text.edits.UndoEdit dispatchPerformEdits(org.eclipse.text.edits.TextEditProcessor);
    descriptor: (Lorg/eclipse/text/edits/TextEditProcessor;)Lorg/eclipse/text/edits/UndoEdit;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.UndoEdit this
        start local 1 // org.eclipse.text.edits.TextEditProcessor processor
         0: .line 58
            aload 1 /* processor */
            invokevirtual org.eclipse.text.edits.TextEditProcessor.executeUndo:()Lorg/eclipse/text/edits/UndoEdit;
            areturn
        end local 1 // org.eclipse.text.edits.TextEditProcessor processor
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/text/edits/UndoEdit;
            0    1     1  processor  Lorg/eclipse/text/edits/TextEditProcessor;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
           Name  Flags
      processor  

  void dispatchCheckIntegrity(org.eclipse.text.edits.TextEditProcessor);
    descriptor: (Lorg/eclipse/text/edits/TextEditProcessor;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.UndoEdit this
        start local 1 // org.eclipse.text.edits.TextEditProcessor processor
         0: .line 63
            aload 1 /* processor */
            invokevirtual org.eclipse.text.edits.TextEditProcessor.checkIntegrityUndo:()V
         1: .line 64
            return
        end local 1 // org.eclipse.text.edits.TextEditProcessor processor
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/text/edits/UndoEdit;
            0    2     1  processor  Lorg/eclipse/text/edits/TextEditProcessor;
    Exceptions:
      throws org.eclipse.text.edits.MalformedTreeException
    MethodParameters:
           Name  Flags
      processor  

  protected org.eclipse.text.edits.TextEdit doCopy();
    descriptor: ()Lorg/eclipse/text/edits/TextEdit;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.UndoEdit this
         0: .line 68
            new org.eclipse.text.edits.UndoEdit
            dup
            aload 0 /* this */
            invokespecial org.eclipse.text.edits.UndoEdit.<init>:(Lorg/eclipse/text/edits/UndoEdit;)V
            areturn
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/UndoEdit;

  protected void accept0(org.eclipse.text.edits.TextEditVisitor);
    descriptor: (Lorg/eclipse/text/edits/TextEditVisitor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.text.edits.UndoEdit this
        start local 1 // org.eclipse.text.edits.TextEditVisitor visitor
         0: .line 73
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEditVisitor.visit:(Lorg/eclipse/text/edits/UndoEdit;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 74
            iload 2 /* visitChildren */
            ifeq 3
         2: .line 75
            aload 0 /* this */
            aload 1 /* visitor */
            invokevirtual org.eclipse.text.edits.UndoEdit.acceptChildren:(Lorg/eclipse/text/edits/TextEditVisitor;)V
         3: .line 77
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // boolean visitChildren
        end local 1 // org.eclipse.text.edits.TextEditVisitor visitor
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/eclipse/text/edits/UndoEdit;
            0    4     1        visitor  Lorg/eclipse/text/edits/TextEditVisitor;
            1    4     2  visitChildren  Z
    MethodParameters:
         Name  Flags
      visitor  

  int performDocumentUpdating(org.eclipse.jface.text.IDocument);
    descriptor: (Lorg/eclipse/jface/text/IDocument;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.UndoEdit this
        start local 1 // org.eclipse.jface.text.IDocument document
         0: .line 81
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.text.edits.UndoEdit.fDelta:I
         1: .line 82
            aload 0 /* this */
            getfield org.eclipse.text.edits.UndoEdit.fDelta:I
            ireturn
        end local 1 // org.eclipse.jface.text.IDocument document
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/text/edits/UndoEdit;
            0    2     1  document  Lorg/eclipse/jface/text/IDocument;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
          Name  Flags
      document  

  void add(org.eclipse.text.edits.ReplaceEdit);
    descriptor: (Lorg/eclipse/text/edits/ReplaceEdit;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.text.edits.UndoEdit this
        start local 1 // org.eclipse.text.edits.ReplaceEdit edit
         0: .line 86
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.UndoEdit.internalGetChildren:()Ljava/util/List;
            astore 2 /* children */
        start local 2 // java.util.List children
         1: .line 87
            aload 2 /* children */
            ifnonnull 4
         2: .line 88
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* children */
         3: .line 89
            aload 0 /* this */
            aload 2 /* children */
            invokevirtual org.eclipse.text.edits.UndoEdit.internalSetChildren:(Ljava/util/List;)V
         4: .line 91
      StackMap locals: java.util.List
      StackMap stack:
            aload 2 /* children */
            aload 1 /* edit */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 92
            return
        end local 2 // java.util.List children
        end local 1 // org.eclipse.text.edits.ReplaceEdit edit
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/text/edits/UndoEdit;
            0    6     1      edit  Lorg/eclipse/text/edits/ReplaceEdit;
            1    6     2  children  Ljava/util/List<Lorg/eclipse/text/edits/TextEdit;>;
    MethodParameters:
      Name  Flags
      edit  

  void defineRegion(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.text.edits.UndoEdit this
        start local 1 // int offset
        start local 2 // int length
         0: .line 95
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual org.eclipse.text.edits.UndoEdit.internalSetOffset:(I)V
         1: .line 96
            aload 0 /* this */
            iload 2 /* length */
            invokevirtual org.eclipse.text.edits.UndoEdit.internalSetLength:(I)V
         2: .line 97
            return
        end local 2 // int length
        end local 1 // int offset
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/text/edits/UndoEdit;
            0    3     1  offset  I
            0    3     2  length  I
    MethodParameters:
        Name  Flags
      offset  
      length  

  boolean deleteChildren();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.UndoEdit this
         0: .line 101
            iconst_0
            ireturn
        end local 0 // org.eclipse.text.edits.UndoEdit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/UndoEdit;
}
SourceFile: "UndoEdit.java"