class org.eclipse.jdt.internal.launching.LaunchingPlugin$1 implements org.eclipse.core.resources.ISaveParticipant
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.launching.LaunchingPlugin$1
  super_class: java.lang.Object
{
  final org.eclipse.jdt.internal.launching.LaunchingPlugin this$0;
    descriptor: Lorg/eclipse/jdt/internal/launching/LaunchingPlugin;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.launching.LaunchingPlugin);
    descriptor: (Lorg/eclipse/jdt/internal/launching/LaunchingPlugin;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$1 this
         0: .line 561
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.launching.LaunchingPlugin$1.this$0:Lorg/eclipse/jdt/internal/launching/LaunchingPlugin;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void doneSaving(org.eclipse.core.resources.ISaveContext);
    descriptor: (Lorg/eclipse/core/resources/ISaveContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$1 this
        start local 1 // org.eclipse.core.resources.ISaveContext context1
         0: .line 563
            return
        end local 1 // org.eclipse.core.resources.ISaveContext context1
        end local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$1;
            0    1     1  context1  Lorg/eclipse/core/resources/ISaveContext;
    MethodParameters:
          Name  Flags
      context1  

  public void prepareToSave(org.eclipse.core.resources.ISaveContext);
    descriptor: (Lorg/eclipse/core/resources/ISaveContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$1 this
        start local 1 // org.eclipse.core.resources.ISaveContext context1
         0: .line 565
            return
        end local 1 // org.eclipse.core.resources.ISaveContext context1
        end local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$1;
            0    1     1  context1  Lorg/eclipse/core/resources/ISaveContext;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
          Name  Flags
      context1  

  public void rollback(org.eclipse.core.resources.ISaveContext);
    descriptor: (Lorg/eclipse/core/resources/ISaveContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$1 this
        start local 1 // org.eclipse.core.resources.ISaveContext context1
         0: .line 567
            return
        end local 1 // org.eclipse.core.resources.ISaveContext context1
        end local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$1;
            0    1     1  context1  Lorg/eclipse/core/resources/ISaveContext;
    MethodParameters:
          Name  Flags
      context1  

  public void saving(org.eclipse.core.resources.ISaveContext);
    descriptor: (Lorg/eclipse/core/resources/ISaveContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$1 this
        start local 1 // org.eclipse.core.resources.ISaveContext context1
         0: .line 571
            getstatic org.eclipse.core.runtime.preferences.InstanceScope.INSTANCE:Lorg/eclipse/core/runtime/preferences/IScopeContext;
            ldc "org.eclipse.jdt.launching"
            invokeinterface org.eclipse.core.runtime.preferences.IScopeContext.getNode:(Ljava/lang/String;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            invokeinterface org.eclipse.core.runtime.preferences.IEclipsePreferences.flush:()V
         1: .line 572
            goto 4
      StackMap locals:
      StackMap stack: org.osgi.service.prefs.BackingStoreException
         2: astore 2 /* e */
        start local 2 // org.osgi.service.prefs.BackingStoreException e
         3: .line 573
            aload 2 /* e */
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.log:(Ljava/lang/Throwable;)V
        end local 2 // org.osgi.service.prefs.BackingStoreException e
         4: .line 576
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.writeInstallInfo:()V
         5: .line 577
            return
        end local 1 // org.eclipse.core.resources.ISaveContext context1
        end local 0 // org.eclipse.jdt.internal.launching.LaunchingPlugin$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jdt/internal/launching/LaunchingPlugin$1;
            0    6     1  context1  Lorg/eclipse/core/resources/ISaveContext;
            3    4     2         e  Lorg/osgi/service/prefs/BackingStoreException;
      Exception table:
        from    to  target  type
           0     1       2  Class org.osgi.service.prefs.BackingStoreException
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
          Name  Flags
      context1  
}
SourceFile: "LaunchingPlugin.java"
EnclosingMethod: org.eclipse.jdt.internal.launching.LaunchingPlugin.start:(Lorg/osgi/framework/BundleContext;)V
NestHost: org.eclipse.jdt.internal.launching.LaunchingPlugin
InnerClasses:
  org.eclipse.jdt.internal.launching.LaunchingPlugin$1