public abstract class org.eclipse.core.internal.preferences.AbstractScope implements org.eclipse.core.runtime.preferences.IScopeContext
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.core.internal.preferences.AbstractScope
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.AbstractScope this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.core.internal.preferences.AbstractScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/AbstractScope;

  public abstract java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public org.eclipse.core.runtime.preferences.IEclipsePreferences getNode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.core.internal.preferences.AbstractScope this
        start local 1 // java.lang.String qualifier
         0: .line 39
            aload 1 /* qualifier */
            ifnonnull 2
         1: .line 40
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 41
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.core.internal.preferences.PreferencesService.getDefault:()Lorg/eclipse/core/internal/preferences/PreferencesService;
            invokevirtual org.eclipse.core.internal.preferences.PreferencesService.getRootNode:()Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;
            aload 0 /* this */
            invokevirtual org.eclipse.core.internal.preferences.AbstractScope.getName:()Ljava/lang/String;
            invokeinterface org.eclipse.core.runtime.preferences.IEclipsePreferences.node:(Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
            aload 1 /* qualifier */
            invokeinterface org.osgi.service.prefs.Preferences.node:(Ljava/lang/String;)Lorg/osgi/service/prefs/Preferences;
            checkcast org.eclipse.core.runtime.preferences.IEclipsePreferences
            areturn
        end local 1 // java.lang.String qualifier
        end local 0 // org.eclipse.core.internal.preferences.AbstractScope this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/core/internal/preferences/AbstractScope;
            0    3     1  qualifier  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      qualifier  

  public abstract org.eclipse.core.runtime.IPath getLocation();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.core.internal.preferences.AbstractScope this
        start local 1 // java.lang.Object obj
         0: .line 51
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 52
            iconst_1
            ireturn
         2: .line 53
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.eclipse.core.runtime.preferences.IScopeContext
            ifne 4
         3: .line 54
            iconst_0
            ireturn
         4: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.core.runtime.preferences.IScopeContext
            astore 2 /* other */
        start local 2 // org.eclipse.core.runtime.preferences.IScopeContext other
         5: .line 56
            aload 0 /* this */
            invokevirtual org.eclipse.core.internal.preferences.AbstractScope.getName:()Ljava/lang/String;
            aload 2 /* other */
            invokeinterface org.eclipse.core.runtime.preferences.IScopeContext.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 57
            iconst_0
            ireturn
         7: .line 58
      StackMap locals: org.eclipse.core.runtime.preferences.IScopeContext
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.core.internal.preferences.AbstractScope.getLocation:()Lorg/eclipse/core/runtime/IPath;
            astore 3 /* location */
        start local 3 // org.eclipse.core.runtime.IPath location
         8: .line 59
            aload 3 /* location */
            ifnonnull 10
            aload 2 /* other */
            invokeinterface org.eclipse.core.runtime.preferences.IScopeContext.getLocation:()Lorg/eclipse/core/runtime/IPath;
            ifnonnull 9
            iconst_1
            goto 11
      StackMap locals: org.eclipse.core.runtime.IPath
      StackMap stack:
         9: iconst_0
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 3 /* location */
            aload 2 /* other */
            invokeinterface org.eclipse.core.runtime.preferences.IScopeContext.getLocation:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.equals:(Ljava/lang/Object;)Z
      StackMap locals:
      StackMap stack: int
        11: ireturn
        end local 3 // org.eclipse.core.runtime.IPath location
        end local 2 // org.eclipse.core.runtime.preferences.IScopeContext other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.core.internal.preferences.AbstractScope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/core/internal/preferences/AbstractScope;
            0   12     1       obj  Ljava/lang/Object;
            5   12     2     other  Lorg/eclipse/core/runtime/preferences/IScopeContext;
            8   12     3  location  Lorg/eclipse/core/runtime/IPath;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.preferences.AbstractScope this
         0: .line 65
            aload 0 /* this */
            invokevirtual org.eclipse.core.internal.preferences.AbstractScope.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ireturn
        end local 0 // org.eclipse.core.internal.preferences.AbstractScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/preferences/AbstractScope;
}
SourceFile: "AbstractScope.java"