public class java.awt.event.InvocationEvent extends java.awt.AWTEvent implements java.awt.ActiveEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.awt.event.InvocationEvent
  super_class: java.awt.AWTEvent
{
  public static final int INVOCATION_FIRST;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1200

  public static final int INVOCATION_DEFAULT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1200

  public static final int INVOCATION_LAST;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1200

  protected java.lang.Runnable runnable;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0004) ACC_PROTECTED

  protected volatile java.lang.Object notifier;
    descriptor: Ljava/lang/Object;
    flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE

  private final java.lang.Runnable listener;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile boolean dispatched;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  protected boolean catchExceptions;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  private java.lang.Exception exception;
    descriptor: Ljava/lang/Exception;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Throwable throwable;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  private long when;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 62
            new java.awt.event.InvocationEvent$1
            dup
            invokespecial java.awt.event.InvocationEvent$1.<init>:()V
            invokestatic sun.awt.AWTAccessor.setInvocationEventAccessor:(Lsun/awt/AWTAccessor$InvocationEventAccessor;)V
         1: .line 149
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.Object, java.lang.Runnable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // java.awt.event.InvocationEvent this
        start local 1 // java.lang.Object source
        start local 2 // java.lang.Runnable runnable
         0: .line 172
            aload 0 /* this */
            aload 1 /* source */
            sipush 1200
            aload 2 /* runnable */
            aconst_null
            aconst_null
            iconst_0
            invokespecial java.awt.event.InvocationEvent.<init>:(Ljava/lang/Object;ILjava/lang/Runnable;Ljava/lang/Object;Ljava/lang/Runnable;Z)V
         1: .line 173
            return
        end local 2 // java.lang.Runnable runnable
        end local 1 // java.lang.Object source
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/awt/event/InvocationEvent;
            0    2     1    source  Ljava/lang/Object;
            0    2     2  runnable  Ljava/lang/Runnable;
    MethodParameters:
          Name  Flags
      source    
      runnable  

  public void <init>(java.lang.Object, java.lang.Runnable, java.lang.Object, boolean);
    descriptor: (Ljava/lang/Object;Ljava/lang/Runnable;Ljava/lang/Object;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // java.awt.event.InvocationEvent this
        start local 1 // java.lang.Object source
        start local 2 // java.lang.Runnable runnable
        start local 3 // java.lang.Object notifier
        start local 4 // boolean catchThrowables
         0: .line 212
            aload 0 /* this */
            aload 1 /* source */
            sipush 1200
            aload 2 /* runnable */
            aload 3 /* notifier */
            aconst_null
            iload 4 /* catchThrowables */
            invokespecial java.awt.event.InvocationEvent.<init>:(Ljava/lang/Object;ILjava/lang/Runnable;Ljava/lang/Object;Ljava/lang/Runnable;Z)V
         1: .line 213
            return
        end local 4 // boolean catchThrowables
        end local 3 // java.lang.Object notifier
        end local 2 // java.lang.Runnable runnable
        end local 1 // java.lang.Object source
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Ljava/awt/event/InvocationEvent;
            0    2     1           source  Ljava/lang/Object;
            0    2     2         runnable  Ljava/lang/Runnable;
            0    2     3         notifier  Ljava/lang/Object;
            0    2     4  catchThrowables  Z
    MethodParameters:
                 Name  Flags
      source           
      runnable         
      notifier         
      catchThrowables  

  public void <init>(java.lang.Object, java.lang.Runnable, java.lang.Runnable, boolean);
    descriptor: (Ljava/lang/Object;Ljava/lang/Runnable;Ljava/lang/Runnable;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // java.awt.event.InvocationEvent this
        start local 1 // java.lang.Object source
        start local 2 // java.lang.Runnable runnable
        start local 3 // java.lang.Runnable listener
        start local 4 // boolean catchThrowables
         0: .line 244
            aload 0 /* this */
            aload 1 /* source */
            sipush 1200
            aload 2 /* runnable */
            aconst_null
            aload 3 /* listener */
            iload 4 /* catchThrowables */
            invokespecial java.awt.event.InvocationEvent.<init>:(Ljava/lang/Object;ILjava/lang/Runnable;Ljava/lang/Object;Ljava/lang/Runnable;Z)V
         1: .line 245
            return
        end local 4 // boolean catchThrowables
        end local 3 // java.lang.Runnable listener
        end local 2 // java.lang.Runnable runnable
        end local 1 // java.lang.Object source
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Ljava/awt/event/InvocationEvent;
            0    2     1           source  Ljava/lang/Object;
            0    2     2         runnable  Ljava/lang/Runnable;
            0    2     3         listener  Ljava/lang/Runnable;
            0    2     4  catchThrowables  Z
    MethodParameters:
                 Name  Flags
      source           
      runnable         
      listener         
      catchThrowables  

  protected void <init>(java.lang.Object, int, java.lang.Runnable, java.lang.Object, boolean);
    descriptor: (Ljava/lang/Object;ILjava/lang/Runnable;Ljava/lang/Object;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // java.awt.event.InvocationEvent this
        start local 1 // java.lang.Object source
        start local 2 // int id
        start local 3 // java.lang.Runnable runnable
        start local 4 // java.lang.Object notifier
        start local 5 // boolean catchThrowables
         0: .line 281
            aload 0 /* this */
            aload 1 /* source */
            iload 2 /* id */
            aload 3 /* runnable */
            aload 4 /* notifier */
            aconst_null
            iload 5 /* catchThrowables */
            invokespecial java.awt.event.InvocationEvent.<init>:(Ljava/lang/Object;ILjava/lang/Runnable;Ljava/lang/Object;Ljava/lang/Runnable;Z)V
         1: .line 282
            return
        end local 5 // boolean catchThrowables
        end local 4 // java.lang.Object notifier
        end local 3 // java.lang.Runnable runnable
        end local 2 // int id
        end local 1 // java.lang.Object source
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Ljava/awt/event/InvocationEvent;
            0    2     1           source  Ljava/lang/Object;
            0    2     2               id  I
            0    2     3         runnable  Ljava/lang/Runnable;
            0    2     4         notifier  Ljava/lang/Object;
            0    2     5  catchThrowables  Z
    MethodParameters:
                 Name  Flags
      source           
      id               
      runnable         
      notifier         
      catchThrowables  

  private void <init>(java.lang.Object, int, java.lang.Runnable, java.lang.Object, java.lang.Runnable, boolean);
    descriptor: (Ljava/lang/Object;ILjava/lang/Runnable;Ljava/lang/Object;Ljava/lang/Runnable;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // java.awt.event.InvocationEvent this
        start local 1 // java.lang.Object source
        start local 2 // int id
        start local 3 // java.lang.Runnable runnable
        start local 4 // java.lang.Object notifier
        start local 5 // java.lang.Runnable listener
        start local 6 // boolean catchThrowables
         0: .line 286
            aload 0 /* this */
            aload 1 /* source */
            iload 2 /* id */
            invokespecial java.awt.AWTEvent.<init>:(Ljava/lang/Object;I)V
         1: .line 115
            aload 0 /* this */
            iconst_0
            putfield java.awt.event.InvocationEvent.dispatched:Z
         2: .line 129
            aload 0 /* this */
            aconst_null
            putfield java.awt.event.InvocationEvent.exception:Ljava/lang/Exception;
         3: .line 136
            aload 0 /* this */
            aconst_null
            putfield java.awt.event.InvocationEvent.throwable:Ljava/lang/Throwable;
         4: .line 287
            aload 0 /* this */
            aload 3 /* runnable */
            putfield java.awt.event.InvocationEvent.runnable:Ljava/lang/Runnable;
         5: .line 288
            aload 0 /* this */
            aload 4 /* notifier */
            putfield java.awt.event.InvocationEvent.notifier:Ljava/lang/Object;
         6: .line 289
            aload 0 /* this */
            aload 5 /* listener */
            putfield java.awt.event.InvocationEvent.listener:Ljava/lang/Runnable;
         7: .line 290
            aload 0 /* this */
            iload 6 /* catchThrowables */
            putfield java.awt.event.InvocationEvent.catchExceptions:Z
         8: .line 291
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield java.awt.event.InvocationEvent.when:J
         9: .line 292
            return
        end local 6 // boolean catchThrowables
        end local 5 // java.lang.Runnable listener
        end local 4 // java.lang.Object notifier
        end local 3 // java.lang.Runnable runnable
        end local 2 // int id
        end local 1 // java.lang.Object source
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Ljava/awt/event/InvocationEvent;
            0   10     1           source  Ljava/lang/Object;
            0   10     2               id  I
            0   10     3         runnable  Ljava/lang/Runnable;
            0   10     4         notifier  Ljava/lang/Object;
            0   10     5         listener  Ljava/lang/Runnable;
            0   10     6  catchThrowables  Z
    MethodParameters:
                 Name  Flags
      source           
      id               
      runnable         
      notifier         
      listener         
      catchThrowables  

  public void dispatch();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.awt.event.InvocationEvent this
         0: .line 301
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.catchExceptions:Z
            ifeq 8
         1: .line 303
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.runnable:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         2: .line 304
            goto 13
         3: .line 305
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* t */
        start local 1 // java.lang.Throwable t
         4: .line 306
            aload 1 /* t */
            instanceof java.lang.Exception
            ifeq 6
         5: .line 307
            aload 0 /* this */
            aload 1 /* t */
            checkcast java.lang.Exception
            putfield java.awt.event.InvocationEvent.exception:Ljava/lang/Exception;
         6: .line 309
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            aload 1 /* t */
            putfield java.awt.event.InvocationEvent.throwable:Ljava/lang/Throwable;
        end local 1 // java.lang.Throwable t
         7: .line 311
            goto 13
         8: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.runnable:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         9: .line 315
            goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 2
        11: .line 316
            aload 0 /* this */
            iconst_1
            invokevirtual java.awt.event.InvocationEvent.finishedDispatching:(Z)V
        12: .line 317
            aload 2
            athrow
        13: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual java.awt.event.InvocationEvent.finishedDispatching:(Z)V
        14: .line 318
            return
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Ljava/awt/event/InvocationEvent;
            4    7     1     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
           0    10      10  any

  public java.lang.Exception getException();
    descriptor: ()Ljava/lang/Exception;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.event.InvocationEvent this
         0: .line 329
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.catchExceptions:Z
            ifeq 1
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.exception:Ljava/lang/Exception;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: areturn
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/event/InvocationEvent;

  public java.lang.Throwable getThrowable();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.event.InvocationEvent this
         0: .line 342
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.catchExceptions:Z
            ifeq 1
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.throwable:Ljava/lang/Throwable;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: areturn
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/event/InvocationEvent;

  public long getWhen();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.event.InvocationEvent this
         0: .line 352
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.when:J
            lreturn
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/event/InvocationEvent;

  public boolean isDispatched();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.event.InvocationEvent this
         0: .line 386
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.dispatched:Z
            ireturn
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/event/InvocationEvent;

  private void finishedDispatching(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.awt.event.InvocationEvent this
        start local 1 // boolean dispatched
         0: .line 395
            aload 0 /* this */
            iload 1 /* dispatched */
            putfield java.awt.event.InvocationEvent.dispatched:Z
         1: .line 397
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.notifier:Ljava/lang/Object;
            ifnull 8
         2: .line 398
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.notifier:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         3: .line 399
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.notifier:Ljava/lang/Object;
            invokevirtual java.lang.Object.notifyAll:()V
         4: .line 398
            aload 2
            monitorexit
         5: goto 8
      StackMap locals: java.awt.event.InvocationEvent int java.lang.Object
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.listener:Ljava/lang/Runnable;
            ifnull 10
         9: .line 404
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.listener:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
        10: .line 406
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean dispatched
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Ljava/awt/event/InvocationEvent;
            0   11     1  dispatched  Z
      Exception table:
        from    to  target  type
           3     5       6  any
           6     7       6  any
    MethodParameters:
            Name  Flags
      dispatched  

  public java.lang.String paramString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.awt.event.InvocationEvent this
         0: .line 416
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.id:I
            tableswitch { // 1200 - 1200
                 1200: 1
              default: 3
          }
         1: .line 418
      StackMap locals:
      StackMap stack:
            ldc "INVOCATION_DEFAULT"
            astore 1 /* typeStr */
        start local 1 // java.lang.String typeStr
         2: .line 419
            goto 4
        end local 1 // java.lang.String typeStr
         3: .line 421
      StackMap locals:
      StackMap stack:
            ldc "unknown type"
            astore 1 /* typeStr */
        start local 1 // java.lang.String typeStr
         4: .line 423
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* typeStr */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ",runnable="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.runnable:Ljava/lang/Runnable;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ",notifier="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.notifier:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         5: .line 424
            ldc ",catchExceptions="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.catchExceptions:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc ",when="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield java.awt.event.InvocationEvent.when:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         6: .line 423
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String typeStr
        end local 0 // java.awt.event.InvocationEvent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Ljava/awt/event/InvocationEvent;
            2    3     1  typeStr  Ljava/lang/String;
            4    7     1  typeStr  Ljava/lang/String;
}
SourceFile: "InvocationEvent.java"
NestMembers:
  java.awt.event.InvocationEvent$1
InnerClasses:
  java.awt.event.InvocationEvent$1
  public abstract InvocationEventAccessor = sun.awt.AWTAccessor$InvocationEventAccessor of sun.awt.AWTAccessor