public class org.eclipse.core.internal.preferences.RootPreferences extends org.eclipse.core.internal.preferences.EclipsePreferences
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.core.internal.preferences.RootPreferences
  super_class: org.eclipse.core.internal.preferences.EclipsePreferences
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.RootPreferences this
         0: .line 30
            aload 0 /* this */
            aconst_null
            ldc ""
            invokespecial org.eclipse.core.internal.preferences.EclipsePreferences.<init>:(Lorg/eclipse/core/internal/preferences/EclipsePreferences;Ljava/lang/String;)V
         1: .line 31
            return
        end local 0 // org.eclipse.core.internal.preferences.RootPreferences this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/core/internal/preferences/RootPreferences;

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.RootPreferences this
         0: .line 37
            aconst_null
            astore 1 /* exception */
        start local 1 // org.osgi.service.prefs.BackingStoreException exception
         1: .line 38
            aload 0 /* this */
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.childrenNames:()[Ljava/lang/String;
            astore 2 /* names */
        start local 2 // java.lang.String[] names
         2: .line 39
            aload 2 /* names */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences org.osgi.service.prefs.BackingStoreException java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* n */
        start local 3 // java.lang.String n
         4: .line 41
            aload 0 /* this */
            aload 3 /* n */
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.node:(Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
            invokeinterface org.osgi.service.prefs.Preferences.flush:()V
         5: .line 42
            goto 9
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences org.osgi.service.prefs.BackingStoreException java.lang.String[] java.lang.String int int java.lang.String[]
      StackMap stack: org.osgi.service.prefs.BackingStoreException
         6: astore 7 /* e */
        start local 7 // org.osgi.service.prefs.BackingStoreException e
         7: .line 45
            aload 1 /* exception */
            ifnonnull 9
         8: .line 46
            aload 7 /* e */
            astore 1 /* exception */
        end local 7 // org.osgi.service.prefs.BackingStoreException e
        end local 3 // java.lang.String n
         9: .line 39
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences org.osgi.service.prefs.BackingStoreException java.lang.String[] top int int java.lang.String[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 3
        11: .line 49
            aload 1 /* exception */
            ifnull 13
        12: .line 50
            aload 1 /* exception */
            athrow
        13: .line 51
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences org.osgi.service.prefs.BackingStoreException java.lang.String[]
      StackMap stack:
            return
        end local 2 // java.lang.String[] names
        end local 1 // org.osgi.service.prefs.BackingStoreException exception
        end local 0 // org.eclipse.core.internal.preferences.RootPreferences this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/core/internal/preferences/RootPreferences;
            1   14     1  exception  Lorg/osgi/service/prefs/BackingStoreException;
            2   14     2      names  [Ljava/lang/String;
            4    9     3          n  Ljava/lang/String;
            7    9     7          e  Lorg/osgi/service/prefs/BackingStoreException;
      Exception table:
        from    to  target  type
           4     5       6  Class org.osgi.service.prefs.BackingStoreException
    Exceptions:
      throws org.osgi.service.prefs.BackingStoreException

  protected synchronized org.eclipse.core.runtime.preferences.IEclipsePreferences getChild(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.core.internal.preferences.RootPreferences this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object context
         0: .line 55
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.RootPreferences.children:Ljava/util/Map;
            ifnonnull 2
         1: .line 56
            aconst_null
            areturn
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.core.internal.preferences.RootPreferences.children:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         3: .line 58
            aload 3 /* value */
            ifnonnull 5
         4: .line 59
            aconst_null
            areturn
         5: .line 60
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* value */
            instanceof org.eclipse.core.runtime.preferences.IEclipsePreferences
            ifeq 7
         6: .line 61
            aload 3 /* value */
            checkcast org.eclipse.core.runtime.preferences.IEclipsePreferences
            areturn
         7: .line 63
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.core.internal.preferences.PreferencesService.getDefault:()Lorg/eclipse/core/internal/preferences/PreferencesService;
            aload 1 /* key */
            invokevirtual org.eclipse.core.internal.preferences.PreferencesService.createNode:(Ljava/lang/String;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            astore 4 /* child */
        start local 4 // org.eclipse.core.runtime.preferences.IEclipsePreferences child
         8: .line 64
            aload 0 /* this */
            aload 1 /* key */
            aload 4 /* child */
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.addChild:(Ljava/lang/String;Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            pop
         9: .line 65
            aload 4 /* child */
            areturn
        end local 4 // org.eclipse.core.runtime.preferences.IEclipsePreferences child
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object context
        end local 1 // java.lang.String key
        end local 0 // org.eclipse.core.internal.preferences.RootPreferences this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/eclipse/core/internal/preferences/RootPreferences;
            0   10     1      key  Ljava/lang/String;
            0   10     2  context  Ljava/lang/Object;
            3   10     3    value  Ljava/lang/Object;
            8   10     4    child  Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
    MethodParameters:
         Name  Flags
      key      
      context  

  protected synchronized org.eclipse.core.runtime.preferences.IEclipsePreferences[] getChildren();
    descriptor: ()[Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.RootPreferences this
         0: .line 71
            iconst_0
            anewarray java.lang.String
            astore 1 /* childNames */
        start local 1 // java.lang.String[] childNames
         1: .line 73
            aload 0 /* this */
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.childrenNames:()[Ljava/lang/String;
            astore 1 /* childNames */
         2: .line 74
            goto 6
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences java.lang.String[]
      StackMap stack: org.osgi.service.prefs.BackingStoreException
         3: astore 2 /* e */
        start local 2 // org.osgi.service.prefs.BackingStoreException e
         4: .line 75
            new org.eclipse.core.runtime.Status
            dup
            iconst_4
            ldc "org.eclipse.equinox.preferences"
            getstatic org.eclipse.core.internal.preferences.PrefsMessages.childrenNames:Ljava/lang/String;
            aload 2 /* e */
            invokespecial org.eclipse.core.runtime.Status.<init>:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
            invokestatic org.eclipse.core.internal.preferences.RootPreferences.log:(Lorg/eclipse/core/runtime/IStatus;)V
         5: .line 76
            iconst_0
            anewarray org.eclipse.core.runtime.preferences.IEclipsePreferences
            areturn
        end local 2 // org.osgi.service.prefs.BackingStoreException e
         6: .line 78
      StackMap locals:
      StackMap stack:
            aload 1 /* childNames */
            arraylength
            anewarray org.eclipse.core.runtime.preferences.IEclipsePreferences
            astore 2 /* childNodes */
        start local 2 // org.eclipse.core.runtime.preferences.IEclipsePreferences[] childNodes
         7: .line 79
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 11
         9: .line 80
      StackMap locals: org.eclipse.core.runtime.preferences.IEclipsePreferences[] int
      StackMap stack:
            aload 2 /* childNodes */
            iload 3 /* i */
            aload 0 /* this */
            aload 1 /* childNames */
            iload 3 /* i */
            aaload
            aconst_null
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.getChild:(Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            aastore
        10: .line 79
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 1 /* childNames */
            arraylength
            if_icmplt 9
        end local 3 // int i
        12: .line 81
            aload 2 /* childNodes */
            areturn
        end local 2 // org.eclipse.core.runtime.preferences.IEclipsePreferences[] childNodes
        end local 1 // java.lang.String[] childNames
        end local 0 // org.eclipse.core.internal.preferences.RootPreferences this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/eclipse/core/internal/preferences/RootPreferences;
            1   13     1  childNames  [Ljava/lang/String;
            4    6     2           e  Lorg/osgi/service/prefs/BackingStoreException;
            7   13     2  childNodes  [Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            8   12     3           i  I
      Exception table:
        from    to  target  type
           1     2       3  Class org.osgi.service.prefs.BackingStoreException

  public org.osgi.service.prefs.Preferences node(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.core.internal.preferences.RootPreferences this
        start local 1 // java.lang.String path
         0: .line 87
            aload 0 /* this */
            aload 1 /* path */
            iconst_1
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.getNode:(Ljava/lang/String;Z)Lorg/osgi/service/prefs/Preferences;
            areturn
        end local 1 // java.lang.String path
        end local 0 // org.eclipse.core.internal.preferences.RootPreferences this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/RootPreferences;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public org.osgi.service.prefs.Preferences getNode(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/osgi/service/prefs/Preferences;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.eclipse.core.internal.preferences.RootPreferences this
        start local 1 // java.lang.String path
        start local 2 // boolean create
         0: .line 91
            aload 1 /* path */
            invokevirtual java.lang.String.length:()I
            ifeq 1
            aload 1 /* path */
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 2
            aload 1 /* path */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 47
            if_icmpne 2
         1: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
         2: .line 93
      StackMap locals:
      StackMap stack:
            aload 1 /* path */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 47
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* startIndex */
        start local 3 // int startIndex
         5: .line 94
            aload 1 /* path */
            bipush 47
            iload 3 /* startIndex */
            iconst_1
            iadd
            invokevirtual java.lang.String.indexOf:(II)I
            istore 4 /* endIndex */
        start local 4 // int endIndex
         6: .line 95
            aload 1 /* path */
            iload 3 /* startIndex */
            iload 4 /* endIndex */
            iconst_m1
            if_icmpne 7
            aload 1 /* path */
            invokevirtual java.lang.String.length:()I
            goto 8
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences java.lang.String int int int
      StackMap stack: java.lang.String int
         7: iload 4 /* endIndex */
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences java.lang.String int int int
      StackMap stack: java.lang.String int int
         8: invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 5 /* scope */
        start local 5 // java.lang.String scope
         9: .line 97
            iload 2 /* create */
            ifeq 15
        10: .line 98
            aload 0 /* this */
            aload 5 /* scope */
            aconst_null
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.getChild:(Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            astore 6 /* child */
        start local 6 // org.eclipse.core.runtime.preferences.IEclipsePreferences child
        11: .line 99
            aload 6 /* child */
            ifnonnull 18
        12: .line 100
            new org.eclipse.core.internal.preferences.EclipsePreferences
            dup
            aload 0 /* this */
            aload 5 /* scope */
            invokespecial org.eclipse.core.internal.preferences.EclipsePreferences.<init>:(Lorg/eclipse/core/internal/preferences/EclipsePreferences;Ljava/lang/String;)V
            astore 6 /* child */
        13: .line 101
            aload 0 /* this */
            aload 5 /* scope */
            aload 6 /* child */
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.addChild:(Ljava/lang/String;Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            pop
        14: .line 103
            goto 18
        end local 6 // org.eclipse.core.runtime.preferences.IEclipsePreferences child
        15: .line 104
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 5 /* scope */
            aconst_null
            iconst_0
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.getChild:(Ljava/lang/String;Ljava/lang/Object;Z)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            astore 6 /* child */
        start local 6 // org.eclipse.core.runtime.preferences.IEclipsePreferences child
        16: .line 105
            aload 6 /* child */
            ifnonnull 18
        17: .line 106
            aconst_null
            areturn
        18: .line 108
      StackMap locals: org.eclipse.core.runtime.preferences.IEclipsePreferences
      StackMap stack:
            aload 6 /* child */
            iload 4 /* endIndex */
            iconst_m1
            if_icmpne 19
            ldc ""
            goto 20
      StackMap locals:
      StackMap stack: org.eclipse.core.runtime.preferences.IEclipsePreferences
        19: aload 1 /* path */
            iload 4 /* endIndex */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences java.lang.String int int int java.lang.String org.eclipse.core.runtime.preferences.IEclipsePreferences
      StackMap stack: org.eclipse.core.runtime.preferences.IEclipsePreferences java.lang.String
        20: invokeinterface org.eclipse.core.runtime.preferences.IEclipsePreferences.node:(Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
            areturn
        end local 6 // org.eclipse.core.runtime.preferences.IEclipsePreferences child
        end local 5 // java.lang.String scope
        end local 4 // int endIndex
        end local 3 // int startIndex
        end local 2 // boolean create
        end local 1 // java.lang.String path
        end local 0 // org.eclipse.core.internal.preferences.RootPreferences this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Lorg/eclipse/core/internal/preferences/RootPreferences;
            0   21     1        path  Ljava/lang/String;
            0   21     2      create  Z
            5   21     3  startIndex  I
            6   21     4    endIndex  I
            9   21     5       scope  Ljava/lang/String;
           11   15     6       child  Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
           16   21     6       child  Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
    MethodParameters:
        Name  Flags
      path    
      create  

  public void sync();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.RootPreferences this
         0: .line 115
            aconst_null
            astore 1 /* exception */
        start local 1 // org.osgi.service.prefs.BackingStoreException exception
         1: .line 116
            aload 0 /* this */
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.childrenNames:()[Ljava/lang/String;
            astore 2 /* names */
        start local 2 // java.lang.String[] names
         2: .line 117
            aload 2 /* names */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences org.osgi.service.prefs.BackingStoreException java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* n */
        start local 3 // java.lang.String n
         4: .line 119
            aload 0 /* this */
            aload 3 /* n */
            invokevirtual org.eclipse.core.internal.preferences.RootPreferences.node:(Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
            invokeinterface org.osgi.service.prefs.Preferences.sync:()V
         5: .line 120
            goto 9
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences org.osgi.service.prefs.BackingStoreException java.lang.String[] java.lang.String int int java.lang.String[]
      StackMap stack: org.osgi.service.prefs.BackingStoreException
         6: astore 7 /* e */
        start local 7 // org.osgi.service.prefs.BackingStoreException e
         7: .line 123
            aload 1 /* exception */
            ifnonnull 9
         8: .line 124
            aload 7 /* e */
            astore 1 /* exception */
        end local 7 // org.osgi.service.prefs.BackingStoreException e
        end local 3 // java.lang.String n
         9: .line 117
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences org.osgi.service.prefs.BackingStoreException java.lang.String[] top int int java.lang.String[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 3
        11: .line 127
            aload 1 /* exception */
            ifnull 13
        12: .line 128
            aload 1 /* exception */
            athrow
        13: .line 129
      StackMap locals: org.eclipse.core.internal.preferences.RootPreferences org.osgi.service.prefs.BackingStoreException java.lang.String[]
      StackMap stack:
            return
        end local 2 // java.lang.String[] names
        end local 1 // org.osgi.service.prefs.BackingStoreException exception
        end local 0 // org.eclipse.core.internal.preferences.RootPreferences this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/core/internal/preferences/RootPreferences;
            1   14     1  exception  Lorg/osgi/service/prefs/BackingStoreException;
            2   14     2      names  [Ljava/lang/String;
            4    9     3          n  Ljava/lang/String;
            7    9     7          e  Lorg/osgi/service/prefs/BackingStoreException;
      Exception table:
        from    to  target  type
           4     5       6  Class org.osgi.service.prefs.BackingStoreException
    Exceptions:
      throws org.osgi.service.prefs.BackingStoreException
}
SourceFile: "RootPreferences.java"