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

  private final org.eclipse.core.runtime.preferences.IEclipsePreferences[] val$result;
    descriptor: [Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.core.runtime.preferences.PreferenceModifyListener val$listener;
    descriptor: Lorg/eclipse/core/runtime/preferences/PreferenceModifyListener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.core.internal.preferences.PreferencesService, org.eclipse.core.runtime.preferences.IEclipsePreferences[], org.eclipse.core.runtime.preferences.PreferenceModifyListener);
    descriptor: (Lorg/eclipse/core/internal/preferences/PreferencesService;[Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;Lorg/eclipse/core/runtime/preferences/PreferenceModifyListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.core.internal.preferences.PreferencesService$4 this
         0: .line 445
            aload 0 /* this */
            aload 1
            putfield org.eclipse.core.internal.preferences.PreferencesService$4.this$0:Lorg/eclipse/core/internal/preferences/PreferencesService;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.core.internal.preferences.PreferencesService$4.val$result:[Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            aload 0 /* this */
            aload 3
            putfield org.eclipse.core.internal.preferences.PreferencesService$4.val$listener:Lorg/eclipse/core/runtime/preferences/PreferenceModifyListener;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.core.internal.preferences.PreferencesService$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesService$4;
    MethodParameters:
              Name  Flags
      this$0        final
      val$result    final
      val$listener  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.internal.preferences.PreferencesService$4 this
        start local 1 // java.lang.Throwable exception
         0: .line 449
            return
        end local 1 // java.lang.Throwable exception
        end local 0 // org.eclipse.core.internal.preferences.PreferencesService$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/core/internal/preferences/PreferencesService$4;
            0    1     1  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      exception  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.PreferencesService$4 this
         0: .line 453
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$4.val$result:[Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$4.val$listener:Lorg/eclipse/core/runtime/preferences/PreferenceModifyListener;
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$4.val$result:[Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            iconst_0
            aaload
            invokevirtual org.eclipse.core.runtime.preferences.PreferenceModifyListener.preApply:(Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            aastore
         1: .line 454
            return
        end local 0 // org.eclipse.core.internal.preferences.PreferencesService$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/core/internal/preferences/PreferencesService$4;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "PreferencesService.java"
EnclosingMethod: org.eclipse.core.internal.preferences.PreferencesService.firePreApplyEvent:(Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
NestHost: org.eclipse.core.internal.preferences.PreferencesService
InnerClasses:
  org.eclipse.core.internal.preferences.PreferencesService$4