public class org.eclipse.jdt.core.BufferChangedEvent extends java.util.EventObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.core.BufferChangedEvent
  super_class: java.util.EventObject
{
  private int length;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int offset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String text;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 655379473891745999

  public void <init>(org.eclipse.jdt.core.IBuffer, int, int, java.lang.String);
    descriptor: (Lorg/eclipse/jdt/core/IBuffer;IILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.core.BufferChangedEvent this
        start local 1 // org.eclipse.jdt.core.IBuffer buffer
        start local 2 // int offset
        start local 3 // int length
        start local 4 // java.lang.String text
         0: .line 74
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial java.util.EventObject.<init>:(Ljava/lang/Object;)V
         1: .line 75
            aload 0 /* this */
            iload 2 /* offset */
            putfield org.eclipse.jdt.core.BufferChangedEvent.offset:I
         2: .line 76
            aload 0 /* this */
            iload 3 /* length */
            putfield org.eclipse.jdt.core.BufferChangedEvent.length:I
         3: .line 77
            aload 0 /* this */
            aload 4 /* text */
            putfield org.eclipse.jdt.core.BufferChangedEvent.text:Ljava/lang/String;
         4: .line 78
            return
        end local 4 // java.lang.String text
        end local 3 // int length
        end local 2 // int offset
        end local 1 // org.eclipse.jdt.core.IBuffer buffer
        end local 0 // org.eclipse.jdt.core.BufferChangedEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jdt/core/BufferChangedEvent;
            0    5     1  buffer  Lorg/eclipse/jdt/core/IBuffer;
            0    5     2  offset  I
            0    5     3  length  I
            0    5     4    text  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  
      text    

  public org.eclipse.jdt.core.IBuffer getBuffer();
    descriptor: ()Lorg/eclipse/jdt/core/IBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.BufferChangedEvent this
         0: .line 85
            aload 0 /* this */
            getfield org.eclipse.jdt.core.BufferChangedEvent.source:Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IBuffer
            areturn
        end local 0 // org.eclipse.jdt.core.BufferChangedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/BufferChangedEvent;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.BufferChangedEvent this
         0: .line 95
            aload 0 /* this */
            getfield org.eclipse.jdt.core.BufferChangedEvent.length:I
            ireturn
        end local 0 // org.eclipse.jdt.core.BufferChangedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/BufferChangedEvent;

  public int getOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.BufferChangedEvent this
         0: .line 104
            aload 0 /* this */
            getfield org.eclipse.jdt.core.BufferChangedEvent.offset:I
            ireturn
        end local 0 // org.eclipse.jdt.core.BufferChangedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/BufferChangedEvent;

  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.jdt.core.BufferChangedEvent this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.jdt.core.BufferChangedEvent.text:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.core.BufferChangedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/BufferChangedEvent;
}
SourceFile: "BufferChangedEvent.java"