public final class org.eclipse.text.edits.ReplaceEdit 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.ReplaceEdit
  super_class: org.eclipse.text.edits.TextEdit
{
  private java.lang.String fText;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.text.edits.ReplaceEdit this
        start local 1 // int offset
        start local 2 // int length
        start local 3 // java.lang.String text
         0: .line 39
            aload 0 /* this */
            iload 1 /* offset */
            iload 2 /* length */
            invokespecial org.eclipse.text.edits.TextEdit.<init>:(II)V
         1: .line 40
            aload 3 /* text */
            invokestatic org.eclipse.core.runtime.Assert.isNotNull:(Ljava/lang/Object;)V
         2: .line 41
            aload 0 /* this */
            aload 3 /* text */
            putfield org.eclipse.text.edits.ReplaceEdit.fText:Ljava/lang/String;
         3: .line 42
            return
        end local 3 // java.lang.String text
        end local 2 // int length
        end local 1 // int offset
        end local 0 // org.eclipse.text.edits.ReplaceEdit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/text/edits/ReplaceEdit;
            0    4     1  offset  I
            0    4     2  length  I
            0    4     3    text  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      offset  
      length  
      text    

  private void <init>(org.eclipse.text.edits.ReplaceEdit);
    descriptor: (Lorg/eclipse/text/edits/ReplaceEdit;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.ReplaceEdit this
        start local 1 // org.eclipse.text.edits.ReplaceEdit other
         0: .line 50
            aload 0 /* this */
            aload 1 /* other */
            invokespecial org.eclipse.text.edits.TextEdit.<init>:(Lorg/eclipse/text/edits/TextEdit;)V
         1: .line 51
            aload 0 /* this */
            aload 1 /* other */
            getfield org.eclipse.text.edits.ReplaceEdit.fText:Ljava/lang/String;
            putfield org.eclipse.text.edits.ReplaceEdit.fText:Ljava/lang/String;
         2: .line 52
            return
        end local 1 // org.eclipse.text.edits.ReplaceEdit other
        end local 0 // org.eclipse.text.edits.ReplaceEdit this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/text/edits/ReplaceEdit;
            0    3     1  other  Lorg/eclipse/text/edits/ReplaceEdit;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String getText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.ReplaceEdit this
         0: .line 61
            aload 0 /* this */
            getfield org.eclipse.text.edits.ReplaceEdit.fText:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.text.edits.ReplaceEdit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/ReplaceEdit;

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

  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.ReplaceEdit this
        start local 1 // org.eclipse.text.edits.TextEditVisitor visitor
         0: .line 71
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEditVisitor.visit:(Lorg/eclipse/text/edits/ReplaceEdit;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 72
            iload 2 /* visitChildren */
            ifeq 3
         2: .line 73
            aload 0 /* this */
            aload 1 /* visitor */
            invokevirtual org.eclipse.text.edits.ReplaceEdit.acceptChildren:(Lorg/eclipse/text/edits/TextEditVisitor;)V
         3: .line 75
      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.ReplaceEdit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/eclipse/text/edits/ReplaceEdit;
            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=4, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.ReplaceEdit this
        start local 1 // org.eclipse.jface.text.IDocument document
         0: .line 79
            aload 1 /* document */
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.ReplaceEdit.getOffset:()I
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.ReplaceEdit.getLength:()I
            aload 0 /* this */
            getfield org.eclipse.text.edits.ReplaceEdit.fText:Ljava/lang/String;
            invokeinterface org.eclipse.jface.text.IDocument.replace:(IILjava/lang/String;)V
         1: .line 80
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.text.edits.ReplaceEdit.fText:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.ReplaceEdit.getLength:()I
            isub
            putfield org.eclipse.text.edits.ReplaceEdit.fDelta:I
         2: .line 81
            aload 0 /* this */
            getfield org.eclipse.text.edits.ReplaceEdit.fDelta:I
            ireturn
        end local 1 // org.eclipse.jface.text.IDocument document
        end local 0 // org.eclipse.text.edits.ReplaceEdit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/text/edits/ReplaceEdit;
            0    3     1  document  Lorg/eclipse/jface/text/IDocument;
    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.ReplaceEdit this
         0: .line 86
            iconst_1
            ireturn
        end local 0 // org.eclipse.text.edits.ReplaceEdit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/ReplaceEdit;

  void internalToString(java.lang.StringBuilder, int);
    descriptor: (Ljava/lang/StringBuilder;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.text.edits.ReplaceEdit this
        start local 1 // java.lang.StringBuilder buffer
        start local 2 // int indent
         0: .line 91
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* indent */
            invokespecial org.eclipse.text.edits.TextEdit.internalToString:(Ljava/lang/StringBuilder;I)V
         1: .line 92
            aload 1 /* buffer */
            ldc " <<"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.text.edits.ReplaceEdit.fText:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 93
            return
        end local 2 // int indent
        end local 1 // java.lang.StringBuilder buffer
        end local 0 // org.eclipse.text.edits.ReplaceEdit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/text/edits/ReplaceEdit;
            0    3     1  buffer  Ljava/lang/StringBuilder;
            0    3     2  indent  I
    MethodParameters:
        Name  Flags
      buffer  
      indent  
}
SourceFile: "ReplaceEdit.java"