class org.eclipse.core.internal.preferences.PreferencesService$6 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$6
  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

  void <init>(org.eclipse.core.internal.preferences.PreferencesService);
    descriptor: (Lorg/eclipse/core/internal/preferences/PreferencesService;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.core.internal.preferences.PreferencesService$6 this
         0: .line 713
            aload 0 /* this */
            aload 1
            putfield org.eclipse.core.internal.preferences.PreferencesService$6.this$0:Lorg/eclipse/core/internal/preferences/PreferencesService;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.core.internal.preferences.PreferencesService$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/PreferencesService$6;
    MethodParameters:
        Name  Flags
      this$0  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$6 this
        start local 1 // org.eclipse.core.runtime.preferences.IEclipsePreferences node
         0: .line 716
            aload 1 /* node */
            invokeinterface org.eclipse.core.runtime.preferences.IEclipsePreferences.keys:()[Ljava/lang/String;
            astore 2 /* keys */
        start local 2 // java.lang.String[] keys
         1: .line 717
            aload 2 /* keys */
            arraylength
            ifne 3
         2: .line 718
            iconst_1
            ireturn
         3: .line 719
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$6.this$0:Lorg/eclipse/core/internal/preferences/PreferencesService;
            aload 1 /* node */
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.PreferencesService$6.this$0:Lorg/eclipse/core/internal/preferences/PreferencesService;
            invokevirtual org.eclipse.core.internal.preferences.PreferencesService.getRootNode:()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;
            aload 2 /* keys */
            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
         4: .line 720
            iconst_1
            ireturn
        end local 2 // java.lang.String[] keys
        end local 1 // org.eclipse.core.runtime.preferences.IEclipsePreferences node
        end local 0 // org.eclipse.core.internal.preferences.PreferencesService$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/core/internal/preferences/PreferencesService$6;
            0    5     1  node  Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            1    5     2  keys  [Ljava/lang/String;
    Exceptions:
      throws org.osgi.service.prefs.BackingStoreException
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "PreferencesService.java"
EnclosingMethod: org.eclipse.core.internal.preferences.PreferencesService.internalApply:(Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;[Lorg/eclipse/core/runtime/preferences/IPreferenceFilter;)V
NestHost: org.eclipse.core.internal.preferences.PreferencesService
InnerClasses:
  org.eclipse.core.internal.preferences.PreferencesService$6