public class org.eclipse.jdt.internal.core.Buffer implements org.eclipse.jdt.core.IBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.Buffer
  super_class: java.lang.Object
{
  protected org.eclipse.core.resources.IFile file;
    descriptor: Lorg/eclipse/core/resources/IFile;
    flags: (0x0004) ACC_PROTECTED

  protected int flags;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected char[] contents;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected org.eclipse.core.runtime.ListenerList<org.eclipse.jdt.core.IBufferChangedListener> changeListeners;
    descriptor: Lorg/eclipse/core/runtime/ListenerList;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lorg/eclipse/core/runtime/ListenerList<Lorg/eclipse/jdt/core/IBufferChangedListener;>;

  protected org.eclipse.jdt.core.IOpenable owner;
    descriptor: Lorg/eclipse/jdt/core/IOpenable;
    flags: (0x0004) ACC_PROTECTED

  protected int gapStart;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int gapEnd;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Object lock;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  protected static final int F_HAS_UNSAVED_CHANGES;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int F_IS_READ_ONLY;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int F_IS_CLOSED;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  protected void <init>(org.eclipse.core.resources.IFile, org.eclipse.jdt.core.IOpenable, boolean);
    descriptor: (Lorg/eclipse/core/resources/IFile;Lorg/eclipse/jdt/core/IOpenable;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // org.eclipse.core.resources.IFile file
        start local 2 // org.eclipse.jdt.core.IOpenable owner
        start local 3 // boolean readOnly
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
         2: .line 44
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
         3: .line 46
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield org.eclipse.jdt.internal.core.Buffer.lock:Ljava/lang/Object;
         4: .line 56
            aload 0 /* this */
            aload 1 /* file */
            putfield org.eclipse.jdt.internal.core.Buffer.file:Lorg/eclipse/core/resources/IFile;
         5: .line 57
            aload 0 /* this */
            aload 2 /* owner */
            putfield org.eclipse.jdt.internal.core.Buffer.owner:Lorg/eclipse/jdt/core/IOpenable;
         6: .line 58
            aload 1 /* file */
            ifnonnull 8
         7: .line 59
            aload 0 /* this */
            iload 3 /* readOnly */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.setReadOnly:(Z)V
         8: .line 60
      StackMap locals: org.eclipse.jdt.internal.core.Buffer org.eclipse.core.resources.IFile org.eclipse.jdt.core.IOpenable int
      StackMap stack:
            return
        end local 3 // boolean readOnly
        end local 2 // org.eclipse.jdt.core.IOpenable owner
        end local 1 // org.eclipse.core.resources.IFile file
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/eclipse/jdt/internal/core/Buffer;
            0    9     1      file  Lorg/eclipse/core/resources/IFile;
            0    9     2     owner  Lorg/eclipse/jdt/core/IOpenable;
            0    9     3  readOnly  Z
    MethodParameters:
          Name  Flags
      file      
      owner     
      readOnly  

  public synchronized void addBufferChangedListener(org.eclipse.jdt.core.IBufferChangedListener);
    descriptor: (Lorg/eclipse/jdt/core/IBufferChangedListener;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // org.eclipse.jdt.core.IBufferChangedListener listener
         0: .line 67
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.changeListeners:Lorg/eclipse/core/runtime/ListenerList;
            ifnonnull 2
         1: .line 68
            aload 0 /* this */
            new org.eclipse.core.runtime.ListenerList
            dup
            invokespecial org.eclipse.core.runtime.ListenerList.<init>:()V
            putfield org.eclipse.jdt.internal.core.Buffer.changeListeners:Lorg/eclipse/core/runtime/ListenerList;
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.changeListeners:Lorg/eclipse/core/runtime/ListenerList;
            aload 1 /* listener */
            invokevirtual org.eclipse.core.runtime.ListenerList.add:(Ljava/lang/Object;)V
         3: .line 71
            return
        end local 1 // org.eclipse.jdt.core.IBufferChangedListener listener
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jdt/internal/core/Buffer;
            0    4     1  listener  Lorg/eclipse/jdt/core/IBufferChangedListener;
    MethodParameters:
          Name  Flags
      listener  

  public void append(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // char[] text
         0: .line 78
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.isReadOnly:()Z
            ifne 16
         1: .line 79
            aload 1 /* text */
            ifnull 2
            aload 1 /* text */
            arraylength
            ifne 3
         2: .line 80
      StackMap locals:
      StackMap stack:
            return
         3: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.getLength:()I
            istore 2 /* length */
        start local 2 // int length
         4: .line 83
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         5: .line 84
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            ifnonnull 7
            aload 3
            monitorexit
         6: return
         7: .line 85
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iload 2 /* length */
            aload 1 /* text */
            arraylength
            invokevirtual org.eclipse.jdt.internal.core.Buffer.moveAndResizeGap:(II)V
         8: .line 86
            aload 1 /* text */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 2 /* length */
            aload 1 /* text */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 87
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            aload 1 /* text */
            arraylength
            iadd
            putfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
        10: .line 88
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            iconst_1
            ior
            putfield org.eclipse.jdt.internal.core.Buffer.flags:I
        11: .line 83
            aload 3
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 3
            monitorexit
        14: athrow
        15: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jdt.core.BufferChangedEvent
            dup
            aload 0 /* this */
            iload 2 /* length */
            iconst_0
            new java.lang.String
            dup
            aload 1 /* text */
            invokespecial java.lang.String.<init>:([C)V
            invokespecial org.eclipse.jdt.core.BufferChangedEvent.<init>:(Lorg/eclipse/jdt/core/IBuffer;IILjava/lang/String;)V
            invokevirtual org.eclipse.jdt.internal.core.Buffer.notifyChanged:(Lorg/eclipse/jdt/core/BufferChangedEvent;)V
        end local 2 // int length
        16: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char[] text
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/eclipse/jdt/internal/core/Buffer;
            0   17     1    text  [C
            4   16     2  length  I
      Exception table:
        from    to  target  type
           5     6      13  any
           7    12      13  any
          13    14      13  any
    MethodParameters:
      Name  Flags
      text  

  public void append(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // java.lang.String text
         0: .line 99
            aload 1 /* text */
            ifnonnull 2
         1: .line 100
            return
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* text */
            invokevirtual java.lang.String.toCharArray:()[C
            invokevirtual org.eclipse.jdt.internal.core.Buffer.append:([C)V
         3: .line 103
            return
        end local 1 // java.lang.String text
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/core/Buffer;
            0    4     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
         0: .line 109
            aconst_null
            astore 1 /* event */
        start local 1 // org.eclipse.jdt.core.BufferChangedEvent event
         1: .line 110
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         2: .line 111
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.isClosed:()Z
            ifeq 5
         3: .line 112
            aload 2
            monitorexit
         4: return
         5: .line 113
      StackMap locals: org.eclipse.jdt.core.BufferChangedEvent java.lang.Object
      StackMap stack:
            new org.eclipse.jdt.core.BufferChangedEvent
            dup
            aload 0 /* this */
            iconst_0
            iconst_0
            aconst_null
            invokespecial org.eclipse.jdt.core.BufferChangedEvent.<init>:(Lorg/eclipse/jdt/core/IBuffer;IILjava/lang/String;)V
            astore 1 /* event */
         6: .line 114
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.Buffer.contents:[C
         7: .line 115
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            iconst_4
            ior
            putfield org.eclipse.jdt.internal.core.Buffer.flags:I
         8: .line 110
            aload 2
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 2
            monitorexit
        11: athrow
        12: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.notifyChanged:(Lorg/eclipse/jdt/core/BufferChangedEvent;)V
        13: .line 118
            aload 0 /* this */
            dup
            astore 2
            monitorenter
        14: .line 119
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.Buffer.changeListeners:Lorg/eclipse/core/runtime/ListenerList;
        15: .line 118
            aload 2
            monitorexit
        16: goto 19
      StackMap locals: org.eclipse.jdt.internal.core.Buffer org.eclipse.jdt.core.BufferChangedEvent org.eclipse.jdt.internal.core.Buffer
      StackMap stack: java.lang.Throwable
        17: aload 2
            monitorexit
        18: athrow
        19: .line 121
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.core.BufferChangedEvent event
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lorg/eclipse/jdt/internal/core/Buffer;
            1   20     1  event  Lorg/eclipse/jdt/core/BufferChangedEvent;
      Exception table:
        from    to  target  type
           2     4      10  any
           5     9      10  any
          10    11      10  any
          14    16      17  any
          17    18      17  any

  public char getChar(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // int position
         0: .line 127
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 128
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            ifnonnull 3
            aload 2
            monitorexit
         2: iconst_0
            ireturn
         3: .line 129
      StackMap locals: java.lang.Object
      StackMap stack:
            iload 1 /* position */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            if_icmpge 6
         4: .line 130
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 1 /* position */
            caload
            aload 2
            monitorexit
         5: ireturn
         6: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            isub
            istore 3 /* gapLength */
        start local 3 // int gapLength
         7: .line 133
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 1 /* position */
            iload 3 /* gapLength */
            iadd
            caload
            aload 2
            monitorexit
         8: ireturn
        end local 3 // int gapLength
         9: .line 127
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        10: athrow
        end local 1 // int position
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/jdt/internal/core/Buffer;
            0   11     1   position  I
            7    9     3  gapLength  I
      Exception table:
        from    to  target  type
           1     2       9  any
           3     5       9  any
           6     8       9  any
           9    10       9  any
    MethodParameters:
          Name  Flags
      position  

  public char[] getCharacters();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
         0: .line 141
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 142
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            ifnonnull 3
            aload 1
            monitorexit
         2: aconst_null
            areturn
         3: .line 143
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            ifge 6
         4: .line 144
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            aload 1
            monitorexit
         5: areturn
         6: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            arraylength
            istore 2 /* length */
        start local 2 // int length
         7: .line 147
            iload 2 /* length */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            isub
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            iadd
            newarray 5
            astore 3 /* newContents */
        start local 3 // char[] newContents
         8: .line 148
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iconst_0
            aload 3 /* newContents */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 149
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            aload 3 /* newContents */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            iload 2 /* length */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 150
            aload 3 /* newContents */
            aload 1
            monitorexit
        11: areturn
        end local 3 // char[] newContents
        end local 2 // int length
        12: .line 141
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        13: athrow
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lorg/eclipse/jdt/internal/core/Buffer;
            7   12     2       length  I
            8   12     3  newContents  [C
      Exception table:
        from    to  target  type
           1     2      12  any
           3     5      12  any
           6    11      12  any
          12    13      12  any

  public java.lang.String getContents();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
         0: .line 158
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.getCharacters:()[C
            astore 1 /* chars */
        start local 1 // char[] chars
         1: .line 159
            aload 1 /* chars */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 160
      StackMap locals: char[]
      StackMap stack:
            new java.lang.String
            dup
            aload 1 /* chars */
            invokespecial java.lang.String.<init>:([C)V
            areturn
        end local 1 // char[] chars
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/core/Buffer;
            1    3     1  chars  [C

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
         0: .line 167
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 168
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            ifnonnull 3
            aload 1
            monitorexit
         2: iconst_m1
            ireturn
         3: .line 169
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            isub
            istore 2 /* length */
        start local 2 // int length
         4: .line 170
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            arraylength
            iload 2 /* length */
            isub
            aload 1
            monitorexit
         5: ireturn
        end local 2 // int length
         6: .line 167
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         7: athrow
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/eclipse/jdt/internal/core/Buffer;
            4    6     2  length  I
      Exception table:
        from    to  target  type
           1     2       6  any
           3     5       6  any
           6     7       6  any

  public org.eclipse.jdt.core.IOpenable getOwner();
    descriptor: ()Lorg/eclipse/jdt/core/IOpenable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
         0: .line 178
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.owner:Lorg/eclipse/jdt/core/IOpenable;
            areturn
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/Buffer;

  public java.lang.String getText(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // int offset
        start local 2 // int length
         0: .line 185
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 186
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            ifnonnull 3
            aload 3
            monitorexit
         2: ldc ""
            areturn
         3: .line 187
      StackMap locals: java.lang.Object
      StackMap stack:
            iload 1 /* offset */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            if_icmpge 6
         4: .line 188
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 1 /* offset */
            iload 2 /* length */
            invokespecial java.lang.String.<init>:([CII)V
            aload 3
            monitorexit
         5: areturn
         6: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            iload 1 /* offset */
            if_icmpge 10
         7: .line 190
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            isub
            istore 4 /* gapLength */
        start local 4 // int gapLength
         8: .line 191
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 1 /* offset */
            iload 4 /* gapLength */
            iadd
            iload 2 /* length */
            invokespecial java.lang.String.<init>:([CII)V
            aload 3
            monitorexit
         9: areturn
        end local 4 // int gapLength
        10: .line 193
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 4 /* buf */
        start local 4 // java.lang.StringBuffer buf
        11: .line 194
            aload 4 /* buf */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 1 /* offset */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            iload 1 /* offset */
            isub
            invokevirtual java.lang.StringBuffer.append:([CII)Ljava/lang/StringBuffer;
            pop
        12: .line 195
            aload 4 /* buf */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            iload 1 /* offset */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            isub
            invokevirtual java.lang.StringBuffer.append:([CII)Ljava/lang/StringBuffer;
            pop
        13: .line 196
            aload 4 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            aload 3
            monitorexit
        14: areturn
        end local 4 // java.lang.StringBuffer buf
        15: .line 185
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
        16: athrow
        end local 2 // int length
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lorg/eclipse/jdt/internal/core/Buffer;
            0   17     1     offset  I
            0   17     2     length  I
            8   10     4  gapLength  I
           11   15     4        buf  Ljava/lang/StringBuffer;
      Exception table:
        from    to  target  type
           1     2      15  any
           3     5      15  any
           6     9      15  any
          10    14      15  any
          15    16      15  any
    MethodParameters:
        Name  Flags
      offset  
      length  

  public org.eclipse.core.resources.IResource getUnderlyingResource();
    descriptor: ()Lorg/eclipse/core/resources/IResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
         0: .line 204
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.file:Lorg/eclipse/core/resources/IFile;
            areturn
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/Buffer;

  public boolean hasUnsavedChanges();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
         0: .line 211
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            iconst_1
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/Buffer;

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
         0: .line 218
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            iconst_4
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/Buffer;

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
         0: .line 225
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            iconst_2
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/Buffer;

  protected void moveAndResizeGap(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // int position
        start local 2 // int size
         0: .line 235
            aconst_null
            astore 3 /* content */
        start local 3 // char[] content
         1: .line 236
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            isub
            istore 4 /* oldSize */
        start local 4 // int oldSize
         2: .line 237
            iload 2 /* size */
            ifge 10
         3: .line 238
            iload 4 /* oldSize */
            ifle 8
         4: .line 239
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            arraylength
            iload 4 /* oldSize */
            isub
            newarray 5
            astore 3 /* content */
         5: .line 240
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iconst_0
            aload 3 /* content */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 241
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            aload 3 /* content */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            aload 3 /* content */
            arraylength
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 242
            aload 0 /* this */
            aload 3 /* content */
            putfield org.eclipse.jdt.internal.core.Buffer.contents:[C
         8: .line 244
      StackMap locals: char[] int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* position */
            dup_x1
            putfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            putfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
         9: .line 245
            return
        10: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            arraylength
            iload 2 /* size */
            iload 4 /* oldSize */
            isub
            iadd
            newarray 5
            astore 3 /* content */
        11: .line 248
            iload 1 /* position */
            istore 5 /* newGapStart */
        start local 5 // int newGapStart
        12: .line 249
            iload 5 /* newGapStart */
            iload 2 /* size */
            iadd
            istore 6 /* newGapEnd */
        start local 6 // int newGapEnd
        13: .line 250
            iload 4 /* oldSize */
            ifne 17
        14: .line 251
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iconst_0
            aload 3 /* content */
            iconst_0
            iload 5 /* newGapStart */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 252
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 5 /* newGapStart */
            aload 3 /* content */
            iload 6 /* newGapEnd */
            aload 3 /* content */
            arraylength
            iload 6 /* newGapEnd */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 253
            goto 27
        17: .line 254
      StackMap locals: int int
      StackMap stack:
            iload 5 /* newGapStart */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            if_icmpge 23
        18: .line 255
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            iload 5 /* newGapStart */
            isub
            istore 7 /* delta */
        start local 7 // int delta
        19: .line 256
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iconst_0
            aload 3 /* content */
            iconst_0
            iload 5 /* newGapStart */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 257
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 5 /* newGapStart */
            aload 3 /* content */
            iload 6 /* newGapEnd */
            iload 7 /* delta */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 258
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            aload 3 /* content */
            iload 6 /* newGapEnd */
            iload 7 /* delta */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            arraylength
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 7 // int delta
        22: .line 259
            goto 27
        23: .line 260
      StackMap locals:
      StackMap stack:
            iload 5 /* newGapStart */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            isub
            istore 7 /* delta */
        start local 7 // int delta
        24: .line 261
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iconst_0
            aload 3 /* content */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 262
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            aload 3 /* content */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            iload 7 /* delta */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        26: .line 263
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
            iload 7 /* delta */
            iadd
            aload 3 /* content */
            iload 6 /* newGapEnd */
            aload 3 /* content */
            arraylength
            iload 6 /* newGapEnd */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 7 // int delta
        27: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* content */
            putfield org.eclipse.jdt.internal.core.Buffer.contents:[C
        28: .line 266
            aload 0 /* this */
            iload 5 /* newGapStart */
            putfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
        29: .line 267
            aload 0 /* this */
            iload 6 /* newGapEnd */
            putfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
        30: .line 268
            return
        end local 6 // int newGapEnd
        end local 5 // int newGapStart
        end local 4 // int oldSize
        end local 3 // char[] content
        end local 2 // int size
        end local 1 // int position
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   31     0         this  Lorg/eclipse/jdt/internal/core/Buffer;
            0   31     1     position  I
            0   31     2         size  I
            1   31     3      content  [C
            2   31     4      oldSize  I
           12   31     5  newGapStart  I
           13   31     6    newGapEnd  I
           19   22     7        delta  I
           24   27     7        delta  I
    MethodParameters:
          Name  Flags
      position  
      size      

  protected void notifyChanged(org.eclipse.jdt.core.BufferChangedEvent);
    descriptor: (Lorg/eclipse/jdt/core/BufferChangedEvent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // org.eclipse.jdt.core.BufferChangedEvent event
         0: .line 274
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.changeListeners:Lorg/eclipse/core/runtime/ListenerList;
            astore 2 /* listeners */
        start local 2 // org.eclipse.core.runtime.ListenerList listeners
         1: .line 275
            aload 2 /* listeners */
            ifnull 7
         2: .line 276
            aload 2 /* listeners */
            invokevirtual org.eclipse.core.runtime.ListenerList.iterator:()Ljava/util/Iterator;
            astore 3 /* iterator */
        start local 3 // java.util.Iterator iterator
         3: .line 277
            goto 6
         4: .line 278
      StackMap locals: org.eclipse.core.runtime.ListenerList java.util.Iterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IBufferChangedListener
            astore 4 /* listener */
        start local 4 // org.eclipse.jdt.core.IBufferChangedListener listener
         5: .line 279
            new org.eclipse.jdt.internal.core.Buffer$1
            dup
            aload 0 /* this */
            aload 4 /* listener */
            aload 1 /* event */
            invokespecial org.eclipse.jdt.internal.core.Buffer$1.<init>:(Lorg/eclipse/jdt/internal/core/Buffer;Lorg/eclipse/jdt/core/IBufferChangedListener;Lorg/eclipse/jdt/core/BufferChangedEvent;)V
            invokestatic org.eclipse.core.runtime.SafeRunner.run:(Lorg/eclipse/core/runtime/ISafeRunnable;)V
        end local 4 // org.eclipse.jdt.core.IBufferChangedListener listener
         6: .line 277
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 3 // java.util.Iterator iterator
         7: .line 291
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.core.runtime.ListenerList listeners
        end local 1 // org.eclipse.jdt.core.BufferChangedEvent event
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/jdt/internal/core/Buffer;
            0    8     1      event  Lorg/eclipse/jdt/core/BufferChangedEvent;
            1    8     2  listeners  Lorg/eclipse/core/runtime/ListenerList<Lorg/eclipse/jdt/core/IBufferChangedListener;>;
            3    7     3   iterator  Ljava/util/Iterator<Lorg/eclipse/jdt/core/IBufferChangedListener;>;
            5    6     4   listener  Lorg/eclipse/jdt/core/IBufferChangedListener;
    MethodParameters:
       Name  Flags
      event  final

  public synchronized void removeBufferChangedListener(org.eclipse.jdt.core.IBufferChangedListener);
    descriptor: (Lorg/eclipse/jdt/core/IBufferChangedListener;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // org.eclipse.jdt.core.IBufferChangedListener listener
         0: .line 297
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.changeListeners:Lorg/eclipse/core/runtime/ListenerList;
            ifnull 4
         1: .line 298
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.changeListeners:Lorg/eclipse/core/runtime/ListenerList;
            aload 1 /* listener */
            invokevirtual org.eclipse.core.runtime.ListenerList.remove:(Ljava/lang/Object;)V
         2: .line 299
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.changeListeners:Lorg/eclipse/core/runtime/ListenerList;
            invokevirtual org.eclipse.core.runtime.ListenerList.size:()I
            ifne 4
         3: .line 300
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.core.Buffer.changeListeners:Lorg/eclipse/core/runtime/ListenerList;
         4: .line 303
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.core.IBufferChangedListener listener
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jdt/internal/core/Buffer;
            0    5     1  listener  Lorg/eclipse/jdt/core/IBufferChangedListener;
    MethodParameters:
          Name  Flags
      listener  

  public void replace(int, int, char[]);
    descriptor: (II[C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // int position
        start local 2 // int length
        start local 3 // char[] text
         0: .line 311
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.isReadOnly:()Z
            ifne 26
         1: .line 312
            aload 3 /* text */
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 3 /* text */
            arraylength
      StackMap locals:
      StackMap stack: int
         3: istore 4 /* textLength */
        start local 4 // int textLength
         4: .line 313
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.lock:Ljava/lang/Object;
            dup
            astore 5
            monitorenter
         5: .line 314
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            ifnonnull 7
            aload 5
            monitorexit
         6: return
         7: .line 317
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iload 1 /* position */
            iload 2 /* length */
            iadd
            iload 4 /* textLength */
            iload 2 /* length */
            isub
            invokevirtual org.eclipse.jdt.internal.core.Buffer.moveAndResizeGap:(II)V
         8: .line 320
            iload 4 /* textLength */
            iload 2 /* length */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* min */
        start local 6 // int min
         9: .line 321
            iload 6 /* min */
            ifle 11
        10: .line 322
            aload 3 /* text */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 1 /* position */
            iload 6 /* min */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 324
      StackMap locals: int
      StackMap stack:
            iload 2 /* length */
            iload 4 /* textLength */
            if_icmple 14
        12: .line 326
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            iload 2 /* length */
            iload 4 /* textLength */
            isub
            isub
            putfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
        13: .line 327
            goto 17
      StackMap locals:
      StackMap stack:
        14: iload 4 /* textLength */
            iload 2 /* length */
            if_icmple 17
        15: .line 329
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
            iload 4 /* textLength */
            iload 2 /* length */
            isub
            iadd
            putfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
        16: .line 330
            aload 3 /* text */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 1 /* position */
            iload 4 /* textLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            iconst_1
            ior
            putfield org.eclipse.jdt.internal.core.Buffer.flags:I
        end local 6 // int min
        18: .line 313
            aload 5
            monitorexit
        19: goto 22
      StackMap locals: org.eclipse.jdt.internal.core.Buffer int int char[] int java.lang.Object
      StackMap stack: java.lang.Throwable
        20: aload 5
            monitorexit
        21: athrow
        22: .line 334
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* string */
        start local 5 // java.lang.String string
        23: .line 335
            iload 4 /* textLength */
            ifle 25
        24: .line 336
            new java.lang.String
            dup
            aload 3 /* text */
            invokespecial java.lang.String.<init>:([C)V
            astore 5 /* string */
        25: .line 338
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jdt.core.BufferChangedEvent
            dup
            aload 0 /* this */
            iload 1 /* position */
            iload 2 /* length */
            aload 5 /* string */
            invokespecial org.eclipse.jdt.core.BufferChangedEvent.<init>:(Lorg/eclipse/jdt/core/IBuffer;IILjava/lang/String;)V
            invokevirtual org.eclipse.jdt.internal.core.Buffer.notifyChanged:(Lorg/eclipse/jdt/core/BufferChangedEvent;)V
        end local 5 // java.lang.String string
        end local 4 // int textLength
        26: .line 340
      StackMap locals:
      StackMap stack:
            return
        end local 3 // char[] text
        end local 2 // int length
        end local 1 // int position
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   27     0        this  Lorg/eclipse/jdt/internal/core/Buffer;
            0   27     1    position  I
            0   27     2      length  I
            0   27     3        text  [C
            4   26     4  textLength  I
            9   18     6         min  I
           23   26     5      string  Ljava/lang/String;
      Exception table:
        from    to  target  type
           5     6      20  any
           7    19      20  any
          20    21      20  any
    MethodParameters:
          Name  Flags
      position  
      length    
      text      

  public void replace(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // int position
        start local 2 // int length
        start local 3 // java.lang.String text
         0: .line 348
            aload 0 /* this */
            iload 1 /* position */
            iload 2 /* length */
            aload 3 /* text */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals: org.eclipse.jdt.internal.core.Buffer int int java.lang.String
      StackMap stack: org.eclipse.jdt.internal.core.Buffer int int
         1: aload 3 /* text */
            invokevirtual java.lang.String.toCharArray:()[C
      StackMap locals: org.eclipse.jdt.internal.core.Buffer int int java.lang.String
      StackMap stack: org.eclipse.jdt.internal.core.Buffer int int char[]
         2: invokevirtual org.eclipse.jdt.internal.core.Buffer.replace:(II[C)V
         3: .line 349
            return
        end local 3 // java.lang.String text
        end local 2 // int length
        end local 1 // int position
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jdt/internal/core/Buffer;
            0    4     1  position  I
            0    4     2    length  I
            0    4     3      text  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      position  
      length    
      text      

  public void save(org.eclipse.core.runtime.IProgressMonitor, boolean);
    descriptor: (Lorg/eclipse/core/runtime/IProgressMonitor;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // org.eclipse.core.runtime.IProgressMonitor progress
        start local 2 // boolean force
         0: .line 357
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.isReadOnly:()Z
            ifne 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.file:Lorg/eclipse/core/resources/IFile;
            ifnonnull 2
         1: .line 358
      StackMap locals:
      StackMap stack:
            return
         2: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.hasUnsavedChanges:()Z
            ifne 4
         3: .line 361
            return
         4: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.getContents:()Ljava/lang/String;
            astore 3 /* stringContents */
        start local 3 // java.lang.String stringContents
         5: .line 366
            aload 3 /* stringContents */
            ifnonnull 7
         6: return
         7: .line 369
      StackMap locals: java.lang.String
      StackMap stack:
            aconst_null
            astore 4 /* encoding */
        start local 4 // java.lang.String encoding
         8: .line 371
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.file:Lorg/eclipse/core/resources/IFile;
            invokeinterface org.eclipse.core.resources.IFile.getCharset:()Ljava/lang/String;
            astore 4 /* encoding */
         9: .line 372
            goto 11
        10: .line 373
      StackMap locals: org.eclipse.jdt.internal.core.Buffer org.eclipse.core.runtime.IProgressMonitor int java.lang.String java.lang.String
      StackMap stack: org.eclipse.core.runtime.CoreException
            pop
        11: .line 378
      StackMap locals:
      StackMap stack:
            aload 4 /* encoding */
            ifnonnull 13
        12: .line 379
            aload 3 /* stringContents */
            invokevirtual java.lang.String.getBytes:()[B
            goto 14
        13: .line 380
      StackMap locals:
      StackMap stack:
            aload 3 /* stringContents */
            aload 4 /* encoding */
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
        14: .line 378
      StackMap locals:
      StackMap stack: byte[]
            astore 5 /* bytes */
        start local 5 // byte[] bytes
        15: .line 384
            aload 4 /* encoding */
            ifnull 28
            aload 4 /* encoding */
            ldc "UTF-8"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 28
        16: .line 387
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.file:Lorg/eclipse/core/resources/IFile;
            invokeinterface org.eclipse.core.resources.IFile.getContentDescription:()Lorg/eclipse/core/runtime/content/IContentDescription;
            astore 6 /* description */
        start local 6 // org.eclipse.core.runtime.content.IContentDescription description
        17: .line 388
            goto 22
        end local 6 // org.eclipse.core.runtime.content.IContentDescription description
      StackMap locals: org.eclipse.jdt.internal.core.Buffer org.eclipse.core.runtime.IProgressMonitor int java.lang.String java.lang.String byte[]
      StackMap stack: org.eclipse.core.runtime.CoreException
        18: astore 7 /* e */
        start local 7 // org.eclipse.core.runtime.CoreException e
        19: .line 389
            aload 7 /* e */
            invokevirtual org.eclipse.core.runtime.CoreException.getStatus:()Lorg/eclipse/core/runtime/IStatus;
            invokeinterface org.eclipse.core.runtime.IStatus.getCode:()I
            sipush 368
            if_icmpeq 21
        20: .line 390
            aload 7 /* e */
            athrow
        21: .line 392
      StackMap locals: org.eclipse.jdt.internal.core.Buffer org.eclipse.core.runtime.IProgressMonitor int java.lang.String java.lang.String byte[] top org.eclipse.core.runtime.CoreException
      StackMap stack:
            aconst_null
            astore 6 /* description */
        end local 7 // org.eclipse.core.runtime.CoreException e
        start local 6 // org.eclipse.core.runtime.content.IContentDescription description
        22: .line 394
      StackMap locals: org.eclipse.jdt.internal.core.Buffer org.eclipse.core.runtime.IProgressMonitor int java.lang.String java.lang.String byte[] org.eclipse.core.runtime.content.IContentDescription
      StackMap stack:
            aload 6 /* description */
            ifnull 28
            aload 6 /* description */
            getstatic org.eclipse.core.runtime.content.IContentDescription.BYTE_ORDER_MARK:Lorg/eclipse/core/runtime/QualifiedName;
            invokeinterface org.eclipse.core.runtime.content.IContentDescription.getProperty:(Lorg/eclipse/core/runtime/QualifiedName;)Ljava/lang/Object;
            ifnull 28
        23: .line 395
            getstatic org.eclipse.core.runtime.content.IContentDescription.BOM_UTF_8:[B
            arraylength
            istore 7 /* bomLength */
        start local 7 // int bomLength
        24: .line 396
            aload 5 /* bytes */
            arraylength
            iload 7 /* bomLength */
            iadd
            newarray 8
            astore 8 /* bytesWithBOM */
        start local 8 // byte[] bytesWithBOM
        25: .line 397
            getstatic org.eclipse.core.runtime.content.IContentDescription.BOM_UTF_8:[B
            iconst_0
            aload 8 /* bytesWithBOM */
            iconst_0
            iload 7 /* bomLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        26: .line 398
            aload 5 /* bytes */
            iconst_0
            aload 8 /* bytesWithBOM */
            iload 7 /* bomLength */
            aload 5 /* bytes */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        27: .line 399
            aload 8 /* bytesWithBOM */
            astore 5 /* bytes */
        end local 8 // byte[] bytesWithBOM
        end local 7 // int bomLength
        end local 6 // org.eclipse.core.runtime.content.IContentDescription description
        28: .line 404
      StackMap locals:
      StackMap stack:
            new java.io.ByteArrayInputStream
            dup
            aload 5 /* bytes */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 6 /* stream */
        start local 6 // java.io.ByteArrayInputStream stream
        29: .line 405
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.file:Lorg/eclipse/core/resources/IFile;
            invokeinterface org.eclipse.core.resources.IFile.exists:()Z
            ifeq 37
        30: .line 406
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.file:Lorg/eclipse/core/resources/IFile;
        31: .line 407
            aload 6 /* stream */
        32: .line 408
            iload 2 /* force */
            ifeq 33
            iconst_3
            goto 34
      StackMap locals: org.eclipse.jdt.internal.core.Buffer org.eclipse.core.runtime.IProgressMonitor int java.lang.String java.lang.String byte[] java.io.ByteArrayInputStream
      StackMap stack: org.eclipse.core.resources.IFile java.io.ByteArrayInputStream
        33: iconst_2
        34: .line 409
      StackMap locals: org.eclipse.jdt.internal.core.Buffer org.eclipse.core.runtime.IProgressMonitor int java.lang.String java.lang.String byte[] java.io.ByteArrayInputStream
      StackMap stack: org.eclipse.core.resources.IFile java.io.ByteArrayInputStream int
            aconst_null
        35: .line 406
            invokeinterface org.eclipse.core.resources.IFile.setContents:(Ljava/io/InputStream;ILorg/eclipse/core/runtime/IProgressMonitor;)V
        36: .line 410
            goto 43
        37: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.file:Lorg/eclipse/core/resources/IFile;
            aload 6 /* stream */
            iload 2 /* force */
            aconst_null
            invokeinterface org.eclipse.core.resources.IFile.create:(Ljava/io/InputStream;ZLorg/eclipse/core/runtime/IProgressMonitor;)V
        end local 6 // java.io.ByteArrayInputStream stream
        end local 5 // byte[] bytes
        end local 4 // java.lang.String encoding
        end local 3 // java.lang.String stringContents
        38: .line 413
            goto 43
      StackMap locals: org.eclipse.jdt.internal.core.Buffer org.eclipse.core.runtime.IProgressMonitor int
      StackMap stack: java.io.IOException
        39: astore 3 /* e */
        start local 3 // java.io.IOException e
        40: .line 414
            new org.eclipse.jdt.core.JavaModelException
            dup
            aload 3 /* e */
            sipush 985
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Ljava/lang/Throwable;I)V
            athrow
        end local 3 // java.io.IOException e
        41: .line 415
      StackMap locals:
      StackMap stack: org.eclipse.core.runtime.CoreException
            astore 3 /* e */
        start local 3 // org.eclipse.core.runtime.CoreException e
        42: .line 416
            new org.eclipse.jdt.core.JavaModelException
            dup
            aload 3 /* e */
            invokespecial org.eclipse.jdt.core.JavaModelException.<init>:(Lorg/eclipse/core/runtime/CoreException;)V
            athrow
        end local 3 // org.eclipse.core.runtime.CoreException e
        43: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            bipush -2
            iand
            putfield org.eclipse.jdt.internal.core.Buffer.flags:I
        44: .line 421
            return
        end local 2 // boolean force
        end local 1 // org.eclipse.core.runtime.IProgressMonitor progress
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   45     0            this  Lorg/eclipse/jdt/internal/core/Buffer;
            0   45     1        progress  Lorg/eclipse/core/runtime/IProgressMonitor;
            0   45     2           force  Z
            5   38     3  stringContents  Ljava/lang/String;
            8   38     4        encoding  Ljava/lang/String;
           15   38     5           bytes  [B
           17   18     6     description  Lorg/eclipse/core/runtime/content/IContentDescription;
           22   28     6     description  Lorg/eclipse/core/runtime/content/IContentDescription;
           19   22     7               e  Lorg/eclipse/core/runtime/CoreException;
           24   28     7       bomLength  I
           25   28     8    bytesWithBOM  [B
           29   38     6          stream  Ljava/io/ByteArrayInputStream;
           40   41     3               e  Ljava/io/IOException;
           42   43     3               e  Lorg/eclipse/core/runtime/CoreException;
      Exception table:
        from    to  target  type
           8     9      10  Class org.eclipse.core.runtime.CoreException
          16    17      18  Class org.eclipse.core.runtime.CoreException
           4     6      39  Class java.io.IOException
           7    38      39  Class java.io.IOException
           4     6      41  Class org.eclipse.core.runtime.CoreException
           7    38      41  Class org.eclipse.core.runtime.CoreException
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
          Name  Flags
      progress  
      force     

  public void setContents(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // char[] newContents
         0: .line 429
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            ifnonnull 9
         1: .line 430
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         2: .line 431
            aload 0 /* this */
            aload 1 /* newContents */
            putfield org.eclipse.jdt.internal.core.Buffer.contents:[C
         3: .line 432
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            bipush -2
            iand
            putfield org.eclipse.jdt.internal.core.Buffer.flags:I
         4: .line 430
            aload 2
            monitorexit
         5: goto 8
      StackMap locals: org.eclipse.jdt.internal.core.Buffer char[] java.lang.Object
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 434
      StackMap locals:
      StackMap stack:
            return
         9: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.isReadOnly:()Z
            ifne 26
        10: .line 438
            aconst_null
            astore 2 /* string */
        start local 2 // java.lang.String string
        11: .line 439
            aload 1 /* newContents */
            ifnull 13
        12: .line 440
            new java.lang.String
            dup
            aload 1 /* newContents */
            invokespecial java.lang.String.<init>:([C)V
            astore 2 /* string */
        13: .line 442
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
        14: .line 443
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            ifnonnull 16
            aload 3
            monitorexit
        15: return
        16: .line 444
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newContents */
            putfield org.eclipse.jdt.internal.core.Buffer.contents:[C
        17: .line 445
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            iconst_1
            ior
            putfield org.eclipse.jdt.internal.core.Buffer.flags:I
        18: .line 446
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.core.Buffer.gapStart:I
        19: .line 447
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.core.Buffer.gapEnd:I
        20: .line 442
            aload 3
            monitorexit
        21: goto 24
      StackMap locals:
      StackMap stack: java.lang.Throwable
        22: aload 3
            monitorexit
        23: athrow
        24: .line 449
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.core.BufferChangedEvent
            dup
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.getLength:()I
            aload 2 /* string */
            invokespecial org.eclipse.jdt.core.BufferChangedEvent.<init>:(Lorg/eclipse/jdt/core/IBuffer;IILjava/lang/String;)V
            astore 3 /* event */
        start local 3 // org.eclipse.jdt.core.BufferChangedEvent event
        25: .line 450
            aload 0 /* this */
            aload 3 /* event */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.notifyChanged:(Lorg/eclipse/jdt/core/BufferChangedEvent;)V
        end local 3 // org.eclipse.jdt.core.BufferChangedEvent event
        end local 2 // java.lang.String string
        26: .line 452
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char[] newContents
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Lorg/eclipse/jdt/internal/core/Buffer;
            0   27     1  newContents  [C
           11   26     2       string  Ljava/lang/String;
           25   26     3        event  Lorg/eclipse/jdt/core/BufferChangedEvent;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any
          14    15      22  any
          16    21      22  any
          22    23      22  any
    MethodParameters:
             Name  Flags
      newContents  

  public void setContents(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // java.lang.String newContents
         0: .line 458
            aload 0 /* this */
            aload 1 /* newContents */
            invokevirtual java.lang.String.toCharArray:()[C
            invokevirtual org.eclipse.jdt.internal.core.Buffer.setContents:([C)V
         1: .line 459
            return
        end local 1 // java.lang.String newContents
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jdt/internal/core/Buffer;
            0    2     1  newContents  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      newContents  

  protected void setReadOnly(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
        start local 1 // boolean readOnly
         0: .line 464
            iload 1 /* readOnly */
            ifeq 3
         1: .line 465
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            iconst_2
            ior
            putfield org.eclipse.jdt.internal.core.Buffer.flags:I
         2: .line 466
            goto 4
         3: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.core.Buffer.flags:I
            bipush -3
            iand
            putfield org.eclipse.jdt.internal.core.Buffer.flags:I
         4: .line 469
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean readOnly
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jdt/internal/core/Buffer;
            0    5     1  readOnly  Z
    MethodParameters:
          Name  Flags
      readOnly  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.Buffer this
         0: .line 472
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         1: .line 473
            aload 1 /* buffer */
            new java.lang.StringBuilder
            dup
            ldc "Owner: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.owner:Lorg/eclipse/jdt/core/IOpenable;
            checkcast org.eclipse.jdt.internal.core.JavaElement
            invokevirtual org.eclipse.jdt.internal.core.JavaElement.toStringWithAncestors:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 474
            aload 1 /* buffer */
            new java.lang.StringBuilder
            dup
            ldc "\nHas unsaved changes: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.hasUnsavedChanges:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 475
            aload 1 /* buffer */
            new java.lang.StringBuilder
            dup
            ldc "\nIs readonly: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.isReadOnly:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 476
            aload 1 /* buffer */
            new java.lang.StringBuilder
            dup
            ldc "\nIs closed: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.isClosed:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 477
            aload 1 /* buffer */
            ldc "\nContents:\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 478
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.core.Buffer.getCharacters:()[C
            astore 2 /* charContents */
        start local 2 // char[] charContents
         7: .line 479
            aload 2 /* charContents */
            ifnonnull 10
         8: .line 480
            aload 1 /* buffer */
            ldc "<null>"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 481
            goto 26
        10: .line 482
      StackMap locals: java.lang.StringBuffer char[]
      StackMap stack:
            aload 2 /* charContents */
            arraylength
            istore 3 /* length */
        start local 3 // int length
        11: .line 483
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 25
        13: .line 484
      StackMap locals: int int
      StackMap stack:
            aload 2 /* charContents */
            iload 4 /* i */
            caload
            istore 5 /* c */
        start local 5 // char c
        14: .line 485
            iload 5 /* c */
            tableswitch { // 10 - 13
                   10: 15
                   11: 23
                   12: 23
                   13: 17
              default: 23
          }
        15: .line 487
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            ldc "\\n\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        16: .line 488
            goto 24
        17: .line 490
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iload 3 /* length */
            iconst_1
            isub
            if_icmpge 21
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.Buffer.contents:[C
            iload 4 /* i */
            iconst_1
            iadd
            caload
            bipush 10
            if_icmpne 21
        18: .line 491
            aload 1 /* buffer */
            ldc "\\r\\n\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        19: .line 492
            iinc 4 /* i */ 1
        20: .line 493
            goto 24
        21: .line 494
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc "\\r\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        22: .line 496
            goto 24
        23: .line 498
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            iload 5 /* c */
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 5 // char c
        24: .line 483
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 13
        end local 4 // int i
        end local 3 // int length
        26: .line 503
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // char[] charContents
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.internal.core.Buffer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   27     0          this  Lorg/eclipse/jdt/internal/core/Buffer;
            1   27     1        buffer  Ljava/lang/StringBuffer;
            7   27     2  charContents  [C
           11   26     3        length  I
           12   26     4             i  I
           14   24     5             c  C
}
SourceFile: "Buffer.java"
NestMembers:
  org.eclipse.jdt.internal.core.Buffer$1
InnerClasses:
  org.eclipse.jdt.internal.core.Buffer$1