public final class org.eclipse.text.edits.CopyTargetEdit 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.CopyTargetEdit
  super_class: org.eclipse.text.edits.TextEdit
{
  private org.eclipse.text.edits.CopySourceEdit fSource;
    descriptor: Lorg/eclipse/text/edits/CopySourceEdit;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.CopyTargetEdit this
        start local 1 // int offset
         0: .line 49
            aload 0 /* this */
            iload 1 /* offset */
            iconst_0
            invokespecial org.eclipse.text.edits.TextEdit.<init>:(II)V
         1: .line 50
            return
        end local 1 // int offset
        end local 0 // org.eclipse.text.edits.CopyTargetEdit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/text/edits/CopyTargetEdit;
            0    2     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public void <init>(int, org.eclipse.text.edits.CopySourceEdit);
    descriptor: (ILorg/eclipse/text/edits/CopySourceEdit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.text.edits.CopyTargetEdit this
        start local 1 // int offset
        start local 2 // org.eclipse.text.edits.CopySourceEdit source
         0: .line 59
            aload 0 /* this */
            iload 1 /* offset */
            invokespecial org.eclipse.text.edits.CopyTargetEdit.<init>:(I)V
         1: .line 60
            aload 0 /* this */
            aload 2 /* source */
            invokevirtual org.eclipse.text.edits.CopyTargetEdit.setSourceEdit:(Lorg/eclipse/text/edits/CopySourceEdit;)V
         2: .line 61
            return
        end local 2 // org.eclipse.text.edits.CopySourceEdit source
        end local 1 // int offset
        end local 0 // org.eclipse.text.edits.CopyTargetEdit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/text/edits/CopyTargetEdit;
            0    3     1  offset  I
            0    3     2  source  Lorg/eclipse/text/edits/CopySourceEdit;
    MethodParameters:
        Name  Flags
      offset  
      source  

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

  public org.eclipse.text.edits.CopySourceEdit getSourceEdit();
    descriptor: ()Lorg/eclipse/text/edits/CopySourceEdit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.CopyTargetEdit this
         0: .line 77
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
            areturn
        end local 0 // org.eclipse.text.edits.CopyTargetEdit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/CopyTargetEdit;

  public void setSourceEdit(org.eclipse.text.edits.CopySourceEdit);
    descriptor: (Lorg/eclipse/text/edits/CopySourceEdit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.text.edits.CopyTargetEdit this
        start local 1 // org.eclipse.text.edits.CopySourceEdit edit
         0: .line 89
            aload 1 /* edit */
            invokestatic org.eclipse.core.runtime.Assert.isNotNull:(Ljava/lang/Object;)V
         1: .line 90
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
            aload 1 /* edit */
            if_acmpeq 10
         2: .line 91
            aload 0 /* this */
            aload 1 /* edit */
            putfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
         3: .line 92
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.CopySourceEdit.setTargetEdit:(Lorg/eclipse/text/edits/CopyTargetEdit;)V
         4: .line 93
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.CopyTargetEdit.getParent:()Lorg/eclipse/text/edits/TextEdit;
            astore 2 /* parent */
        start local 2 // org.eclipse.text.edits.TextEdit parent
         5: .line 94
            goto 9
         6: .line 95
      StackMap locals: org.eclipse.text.edits.TextEdit
      StackMap stack:
            aload 2 /* parent */
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
            if_acmpne 8
         7: .line 96
            new org.eclipse.text.edits.MalformedTreeException
            dup
            aload 2 /* parent */
            aload 0 /* this */
            ldc "CopyTargetEdit.wrong_parent"
            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
         8: .line 97
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            invokevirtual org.eclipse.text.edits.TextEdit.getParent:()Lorg/eclipse/text/edits/TextEdit;
            astore 2 /* parent */
         9: .line 94
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            ifnonnull 6
        end local 2 // org.eclipse.text.edits.TextEdit parent
        10: .line 100
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.text.edits.CopySourceEdit edit
        end local 0 // org.eclipse.text.edits.CopyTargetEdit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/eclipse/text/edits/CopyTargetEdit;
            0   11     1    edit  Lorg/eclipse/text/edits/CopySourceEdit;
            5   10     2  parent  Lorg/eclipse/text/edits/TextEdit;
    Exceptions:
      throws org.eclipse.text.edits.MalformedTreeException
    MethodParameters:
      Name  Flags
      edit  

  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.CopyTargetEdit this
         0: .line 104
            new org.eclipse.text.edits.CopyTargetEdit
            dup
            aload 0 /* this */
            invokespecial org.eclipse.text.edits.CopyTargetEdit.<init>:(Lorg/eclipse/text/edits/CopyTargetEdit;)V
            areturn
        end local 0 // org.eclipse.text.edits.CopyTargetEdit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/CopyTargetEdit;

  protected void postProcessCopy(org.eclipse.text.edits.TextEditCopier);
    descriptor: (Lorg/eclipse/text/edits/TextEditCopier;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.text.edits.CopyTargetEdit this
        start local 1 // org.eclipse.text.edits.TextEditCopier copier
         0: .line 109
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
            ifnull 5
         1: .line 110
            aload 1 /* copier */
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEditCopier.getCopy:(Lorg/eclipse/text/edits/TextEdit;)Lorg/eclipse/text/edits/TextEdit;
            checkcast org.eclipse.text.edits.CopyTargetEdit
            astore 2 /* target */
        start local 2 // org.eclipse.text.edits.CopyTargetEdit target
         2: .line 111
            aload 1 /* copier */
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
            invokevirtual org.eclipse.text.edits.TextEditCopier.getCopy:(Lorg/eclipse/text/edits/TextEdit;)Lorg/eclipse/text/edits/TextEdit;
            checkcast org.eclipse.text.edits.CopySourceEdit
            astore 3 /* source */
        start local 3 // org.eclipse.text.edits.CopySourceEdit source
         3: .line 112
            aload 2 /* target */
            ifnull 5
            aload 3 /* source */
            ifnull 5
         4: .line 113
            aload 2 /* target */
            aload 3 /* source */
            invokevirtual org.eclipse.text.edits.CopyTargetEdit.setSourceEdit:(Lorg/eclipse/text/edits/CopySourceEdit;)V
        end local 3 // org.eclipse.text.edits.CopySourceEdit source
        end local 2 // org.eclipse.text.edits.CopyTargetEdit target
         5: .line 115
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.text.edits.TextEditCopier copier
        end local 0 // org.eclipse.text.edits.CopyTargetEdit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/text/edits/CopyTargetEdit;
            0    6     1  copier  Lorg/eclipse/text/edits/TextEditCopier;
            2    5     2  target  Lorg/eclipse/text/edits/CopyTargetEdit;
            3    5     3  source  Lorg/eclipse/text/edits/CopySourceEdit;
    MethodParameters:
        Name  Flags
      copier  

  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.CopyTargetEdit this
        start local 1 // org.eclipse.text.edits.TextEditVisitor visitor
         0: .line 119
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEditVisitor.visit:(Lorg/eclipse/text/edits/CopyTargetEdit;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 120
            iload 2 /* visitChildren */
            ifeq 3
         2: .line 121
            aload 0 /* this */
            aload 1 /* visitor */
            invokevirtual org.eclipse.text.edits.CopyTargetEdit.acceptChildren:(Lorg/eclipse/text/edits/TextEditVisitor;)V
         3: .line 123
      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.CopyTargetEdit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/eclipse/text/edits/CopyTargetEdit;
            0    4     1        visitor  Lorg/eclipse/text/edits/TextEditVisitor;
            1    4     2  visitChildren  Z
    MethodParameters:
         Name  Flags
      visitor  

  int traverseConsistencyCheck(org.eclipse.text.edits.TextEditProcessor, org.eclipse.jface.text.IDocument, java.util.List<java.util.List<org.eclipse.text.edits.TextEdit>>);
    descriptor: (Lorg/eclipse/text/edits/TextEditProcessor;Lorg/eclipse/jface/text/IDocument;Ljava/util/List;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.text.edits.CopyTargetEdit this
        start local 1 // org.eclipse.text.edits.TextEditProcessor processor
        start local 2 // org.eclipse.jface.text.IDocument document
        start local 3 // java.util.List sourceEdits
         0: .line 127
            aload 0 /* this */
            aload 1 /* processor */
            aload 2 /* document */
            aload 3 /* sourceEdits */
            invokespecial org.eclipse.text.edits.TextEdit.traverseConsistencyCheck:(Lorg/eclipse/text/edits/TextEditProcessor;Lorg/eclipse/jface/text/IDocument;Ljava/util/List;)I
            iconst_1
            iadd
            ireturn
        end local 3 // java.util.List sourceEdits
        end local 2 // org.eclipse.jface.text.IDocument document
        end local 1 // org.eclipse.text.edits.TextEditProcessor processor
        end local 0 // org.eclipse.text.edits.CopyTargetEdit this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/text/edits/CopyTargetEdit;
            0    1     1    processor  Lorg/eclipse/text/edits/TextEditProcessor;
            0    1     2     document  Lorg/eclipse/jface/text/IDocument;
            0    1     3  sourceEdits  Ljava/util/List<Ljava/util/List<Lorg/eclipse/text/edits/TextEdit;>;>;
    Signature: (Lorg/eclipse/text/edits/TextEditProcessor;Lorg/eclipse/jface/text/IDocument;Ljava/util/List<Ljava/util/List<Lorg/eclipse/text/edits/TextEdit;>;>;)I
    MethodParameters:
             Name  Flags
      processor    
      document     
      sourceEdits  

  void performConsistencyCheck(org.eclipse.text.edits.TextEditProcessor, org.eclipse.jface.text.IDocument);
    descriptor: (Lorg/eclipse/text/edits/TextEditProcessor;Lorg/eclipse/jface/text/IDocument;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.text.edits.CopyTargetEdit this
        start local 1 // org.eclipse.text.edits.TextEditProcessor processor
        start local 2 // org.eclipse.jface.text.IDocument document
         0: .line 132
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
            ifnonnull 2
         1: .line 133
            new org.eclipse.text.edits.MalformedTreeException
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.CopyTargetEdit.getParent:()Lorg/eclipse/text/edits/TextEdit;
            aload 0 /* this */
            ldc "CopyTargetEdit.no_source"
            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 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
            invokevirtual org.eclipse.text.edits.CopySourceEdit.getTargetEdit:()Lorg/eclipse/text/edits/CopyTargetEdit;
            aload 0 /* this */
            if_acmpeq 4
         3: .line 135
            new org.eclipse.text.edits.MalformedTreeException
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.CopyTargetEdit.getParent:()Lorg/eclipse/text/edits/TextEdit;
            aload 0 /* this */
            ldc "CopyTargetEdit.different_target"
            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 136
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jface.text.IDocument document
        end local 1 // org.eclipse.text.edits.TextEditProcessor processor
        end local 0 // org.eclipse.text.edits.CopyTargetEdit this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/text/edits/CopyTargetEdit;
            0    5     1  processor  Lorg/eclipse/text/edits/TextEditProcessor;
            0    5     2   document  Lorg/eclipse/jface/text/IDocument;
    Exceptions:
      throws org.eclipse.text.edits.MalformedTreeException
    MethodParameters:
           Name  Flags
      processor  
      document   

  int performDocumentUpdating(org.eclipse.jface.text.IDocument);
    descriptor: (Lorg/eclipse/jface/text/IDocument;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.text.edits.CopyTargetEdit this
        start local 1 // org.eclipse.jface.text.IDocument document
         0: .line 140
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
            invokevirtual org.eclipse.text.edits.CopySourceEdit.getContent:()Ljava/lang/String;
            astore 2 /* source */
        start local 2 // java.lang.String source
         1: .line 141
            aload 1 /* document */
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.CopyTargetEdit.getOffset:()I
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.CopyTargetEdit.getLength:()I
            aload 2 /* source */
            invokeinterface org.eclipse.jface.text.IDocument.replace:(IILjava/lang/String;)V
         2: .line 142
            aload 0 /* this */
            aload 2 /* source */
            invokevirtual java.lang.String.length:()I
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.CopyTargetEdit.getLength:()I
            isub
            putfield org.eclipse.text.edits.CopyTargetEdit.fDelta:I
         3: .line 143
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fSource:Lorg/eclipse/text/edits/CopySourceEdit;
            invokevirtual org.eclipse.text.edits.CopySourceEdit.clearContent:()V
         4: .line 144
            aload 0 /* this */
            getfield org.eclipse.text.edits.CopyTargetEdit.fDelta:I
            ireturn
        end local 2 // java.lang.String source
        end local 1 // org.eclipse.jface.text.IDocument document
        end local 0 // org.eclipse.text.edits.CopyTargetEdit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/text/edits/CopyTargetEdit;
            0    5     1  document  Lorg/eclipse/jface/text/IDocument;
            1    5     2    source  Ljava/lang/String;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
          Name  Flags
      document  

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