class org.eclipse.core.internal.preferences.PreferencesService$7 implements org.eclipse.core.runtime.preferences.IPreferenceNodeVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.core.internal.preferences.PreferencesService$7
  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

  void <init>(org.eclipse.core.internal.preferences.PreferencesService, org.eclipse.core.runtime.preferences.IEclipsePreferences);
    descriptor: (Lorg/eclipse/core/internal/preferences/PreferencesService;Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.core.internal.preferences.PreferencesService$7 this
         0: .line 868
            aload 0 /* this */
            aload 1
            putfield org.eclipse.core.internal.preferences.PreferencesService$7.this$0:Lorg/eclipse/core/internal/preferences/PreferencesService;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.core.internal.preferences.PreferencesService$7.val$result:Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.core.internal.preferences.PreferencesService$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesService$7;
    MethodParameters:
            Name  Flags
      this$0      final
      val$result  final

  public boolean visit(org.eclipse.core.runtime.preferences.IEclipsePreferences);
    descriptor: (Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.core.internal.preferences.PreferencesService$7 this
        start local 1 // org.eclipse.core.runtime.preferences.IEclipsePreferences node
         0: .line 871
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$7.val$result:Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            aload 1 /* node */
            invokeinterface org.eclipse.core.runtime.preferences.IEclipsePreferences.absolutePath:()Ljava/lang/String;
            invokeinterface org.eclipse.core.runtime.preferences.IEclipsePreferences.node:(Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
            astore 2 /* destination */
        start local 2 // org.osgi.service.prefs.Preferences destination
         1: .line 872
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$7.this$0:Lorg/eclipse/core/internal/preferences/PreferencesService;
            aload 1 /* node */
            aload 2 /* destination */
            aconst_null
            iconst_0
            invokevirtual org.eclipse.core.internal.preferences.PreferencesService.copyFromTo:(Lorg/osgi/service/prefs/Preferences;Lorg/osgi/service/prefs/Preferences;[Ljava/lang/String;I)V
         2: .line 873
            iconst_1
            ireturn
        end local 2 // org.osgi.service.prefs.Preferences destination
        end local 1 // org.eclipse.core.runtime.preferences.IEclipsePreferences node
        end local 0 // org.eclipse.core.internal.preferences.PreferencesService$7 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/core/internal/preferences/PreferencesService$7;
            0    3     1         node  Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            1    3     2  destination  Lorg/osgi/service/prefs/Preferences;
    Exceptions:
      throws org.osgi.service.prefs.BackingStoreException
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "PreferencesService.java"
EnclosingMethod: org.eclipse.core.internal.preferences.PreferencesService.mergeTrees:([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$7