public class com.sun.tools.example.debug.gui.CurrentFrameChangedEvent extends java.util.EventObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.example.debug.gui.CurrentFrameChangedEvent
  super_class: java.util.EventObject
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4214479486546762179

  private com.sun.tools.example.debug.bdi.ThreadInfo tinfo;
    descriptor: Lcom/sun/tools/example/debug/bdi/ThreadInfo;
    flags: (0x0002) ACC_PRIVATE

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

  private boolean invalidate;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.Object, com.sun.tools.example.debug.bdi.ThreadInfo, int, boolean);
    descriptor: (Ljava/lang/Object;Lcom/sun/tools/example/debug/bdi/ThreadInfo;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.tools.example.debug.gui.CurrentFrameChangedEvent this
        start local 1 // java.lang.Object source
        start local 2 // com.sun.tools.example.debug.bdi.ThreadInfo tinfo
        start local 3 // int index
        start local 4 // boolean invalidate
         0: .line 50
            aload 0 /* this */
            aload 1 /* source */
            invokespecial java.util.EventObject.<init>:(Ljava/lang/Object;)V
         1: .line 51
            aload 0 /* this */
            aload 2 /* tinfo */
            putfield com.sun.tools.example.debug.gui.CurrentFrameChangedEvent.tinfo:Lcom/sun/tools/example/debug/bdi/ThreadInfo;
         2: .line 52
            aload 0 /* this */
            iload 3 /* index */
            putfield com.sun.tools.example.debug.gui.CurrentFrameChangedEvent.index:I
         3: .line 53
            aload 0 /* this */
            iload 4 /* invalidate */
            putfield com.sun.tools.example.debug.gui.CurrentFrameChangedEvent.invalidate:Z
         4: .line 54
            return
        end local 4 // boolean invalidate
        end local 3 // int index
        end local 2 // com.sun.tools.example.debug.bdi.ThreadInfo tinfo
        end local 1 // java.lang.Object source
        end local 0 // com.sun.tools.example.debug.gui.CurrentFrameChangedEvent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/tools/example/debug/gui/CurrentFrameChangedEvent;
            0    5     1      source  Ljava/lang/Object;
            0    5     2       tinfo  Lcom/sun/tools/example/debug/bdi/ThreadInfo;
            0    5     3       index  I
            0    5     4  invalidate  Z
    MethodParameters:
            Name  Flags
      source      
      tinfo       
      index       
      invalidate  

  public com.sun.jdi.ThreadReference getThread();
    descriptor: ()Lcom/sun/jdi/ThreadReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.CurrentFrameChangedEvent this
         0: .line 57
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.CurrentFrameChangedEvent.tinfo:Lcom/sun/tools/example/debug/bdi/ThreadInfo;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.CurrentFrameChangedEvent.tinfo:Lcom/sun/tools/example/debug/bdi/ThreadInfo;
            invokevirtual com.sun.tools.example.debug.bdi.ThreadInfo.thread:()Lcom/sun/jdi/ThreadReference;
      StackMap locals:
      StackMap stack: com.sun.jdi.ThreadReference
         2: areturn
        end local 0 // com.sun.tools.example.debug.gui.CurrentFrameChangedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/example/debug/gui/CurrentFrameChangedEvent;

  public com.sun.tools.example.debug.bdi.ThreadInfo getThreadInfo();
    descriptor: ()Lcom/sun/tools/example/debug/bdi/ThreadInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.CurrentFrameChangedEvent this
         0: .line 61
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.CurrentFrameChangedEvent.tinfo:Lcom/sun/tools/example/debug/bdi/ThreadInfo;
            areturn
        end local 0 // com.sun.tools.example.debug.gui.CurrentFrameChangedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/CurrentFrameChangedEvent;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.CurrentFrameChangedEvent this
         0: .line 65
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.CurrentFrameChangedEvent.index:I
            ireturn
        end local 0 // com.sun.tools.example.debug.gui.CurrentFrameChangedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/CurrentFrameChangedEvent;

  public boolean getInvalidate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.CurrentFrameChangedEvent this
         0: .line 69
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.CurrentFrameChangedEvent.invalidate:Z
            ireturn
        end local 0 // com.sun.tools.example.debug.gui.CurrentFrameChangedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/CurrentFrameChangedEvent;
}
SourceFile: "CurrentFrameChangedEvent.java"