public final class org.eclipse.text.edits.RangeMarker 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.RangeMarker
  super_class: org.eclipse.text.edits.TextEdit
{
  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.text.edits.RangeMarker this
        start local 1 // int offset
        start local 2 // int length
         0: .line 34
            aload 0 /* this */
            iload 1 /* offset */
            iload 2 /* length */
            invokespecial org.eclipse.text.edits.TextEdit.<init>:(II)V
         1: .line 35
            return
        end local 2 // int length
        end local 1 // int offset
        end local 0 // org.eclipse.text.edits.RangeMarker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/text/edits/RangeMarker;
            0    2     1  offset  I
            0    2     2  length  I
    MethodParameters:
        Name  Flags
      offset  
      length  

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

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

  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.RangeMarker this
        start local 1 // org.eclipse.text.edits.TextEditVisitor visitor
         0: .line 51
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.eclipse.text.edits.TextEditVisitor.visit:(Lorg/eclipse/text/edits/RangeMarker;)Z
            istore 2 /* visitChildren */
        start local 2 // boolean visitChildren
         1: .line 52
            iload 2 /* visitChildren */
            ifeq 3
         2: .line 53
            aload 0 /* this */
            aload 1 /* visitor */
            invokevirtual org.eclipse.text.edits.RangeMarker.acceptChildren:(Lorg/eclipse/text/edits/TextEditVisitor;)V
         3: .line 55
      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.RangeMarker this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/eclipse/text/edits/RangeMarker;
            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.RangeMarker this
        start local 1 // org.eclipse.jface.text.IDocument document
         0: .line 59
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.text.edits.RangeMarker.fDelta:I
         1: .line 60
            aload 0 /* this */
            getfield org.eclipse.text.edits.RangeMarker.fDelta:I
            ireturn
        end local 1 // org.eclipse.jface.text.IDocument document
        end local 0 // org.eclipse.text.edits.RangeMarker this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/text/edits/RangeMarker;
            0    2     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.RangeMarker this
         0: .line 65
            iconst_0
            ireturn
        end local 0 // org.eclipse.text.edits.RangeMarker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/RangeMarker;
}
SourceFile: "RangeMarker.java"