class org.eclipse.core.commands.Command$1 implements org.eclipse.core.runtime.ISafeRunnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.core.commands.Command$1
  super_class: java.lang.Object
{
  final org.eclipse.core.commands.Command this$0;
    descriptor: Lorg/eclipse/core/commands/Command;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.core.commands.ICommandListener val$commandListener;
    descriptor: Lorg/eclipse/core/commands/ICommandListener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.core.commands.CommandEvent val$commandEvent;
    descriptor: Lorg/eclipse/core/commands/CommandEvent;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.core.commands.Command, org.eclipse.core.commands.ICommandListener, org.eclipse.core.commands.CommandEvent);
    descriptor: (Lorg/eclipse/core/commands/Command;Lorg/eclipse/core/commands/ICommandListener;Lorg/eclipse/core/commands/CommandEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.core.commands.Command$1 this
         0: .line 522
            aload 0 /* this */
            aload 1
            putfield org.eclipse.core.commands.Command$1.this$0:Lorg/eclipse/core/commands/Command;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.core.commands.Command$1.val$commandListener:Lorg/eclipse/core/commands/ICommandListener;
            aload 0 /* this */
            aload 3
            putfield org.eclipse.core.commands.Command$1.val$commandEvent:Lorg/eclipse/core/commands/CommandEvent;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.core.commands.Command$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/commands/Command$1;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$commandListener  final
      val$commandEvent     final

  public void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.core.commands.Command$1 this
        start local 1 // java.lang.Throwable exception
         0: .line 525
            return
        end local 1 // java.lang.Throwable exception
        end local 0 // org.eclipse.core.commands.Command$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/core/commands/Command$1;
            0    1     1  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      exception  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.core.commands.Command$1 this
         0: .line 529
            aload 0 /* this */
            getfield org.eclipse.core.commands.Command$1.val$commandListener:Lorg/eclipse/core/commands/ICommandListener;
            aload 0 /* this */
            getfield org.eclipse.core.commands.Command$1.val$commandEvent:Lorg/eclipse/core/commands/CommandEvent;
            invokeinterface org.eclipse.core.commands.ICommandListener.commandChanged:(Lorg/eclipse/core/commands/CommandEvent;)V
         1: .line 530
            return
        end local 0 // org.eclipse.core.commands.Command$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/core/commands/Command$1;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "Command.java"
EnclosingMethod: org.eclipse.core.commands.Command.fireCommandChanged:(Lorg/eclipse/core/commands/CommandEvent;)V
NestHost: org.eclipse.core.commands.Command
InnerClasses:
  org.eclipse.core.commands.Command$1