public class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry implements org.eclipse.jdt.launching.IRuntimeClasspathEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
  super_class: java.lang.Object
{
  private int fType;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int fClasspathProperty;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.core.IClasspathEntry fClasspathEntry;
    descriptor: Lorg/eclipse/jdt/core/IClasspathEntry;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.core.IClasspathEntry fResolvedEntry;
    descriptor: Lorg/eclipse/jdt/core/IClasspathEntry;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.core.IJavaProject fJavaProject;
    descriptor: Lorg/eclipse/jdt/core/IJavaProject;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.core.runtime.IPath fInvalidPath;
    descriptor: Lorg/eclipse/core/runtime/IPath;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.jdt.core.IClasspathEntry);
    descriptor: (Lorg/eclipse/jdt/core/IClasspathEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.jdt.core.IClasspathEntry entry
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fType:I
         2: .line 64
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathProperty:I
         3: .line 69
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
         4: .line 74
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fResolvedEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
         5: .line 79
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fJavaProject:Lorg/eclipse/jdt/core/IJavaProject;
         6: .line 93
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getEntryKind:()I
            tableswitch { // 1 - 4
                    1: 9
                    2: 7
                    3: 13
                    4: 11
              default: 13
          }
         7: .line 95
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry org.eclipse.jdt.core.IClasspathEntry
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setType:(I)V
         8: .line 96
            goto 14
         9: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setType:(I)V
        10: .line 99
            goto 14
        11: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setType:(I)V
        12: .line 102
            goto 14
        13: .line 104
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.RuntimeClasspathEntry_Illegal_classpath_entry__0__1:Ljava/lang/String;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 1 /* entry */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            aastore
            invokestatic org.eclipse.osgi.util.NLS.bind:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* entry */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathEntry:(Lorg/eclipse/jdt/core/IClasspathEntry;)V
        15: .line 107
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.initializeClasspathProperty:()V
        16: .line 108
            return
        end local 1 // org.eclipse.jdt.core.IClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0   17     1  entry  Lorg/eclipse/jdt/core/IClasspathEntry;
    MethodParameters:
       Name  Flags
      entry  

  public void <init>(org.eclipse.jdt.core.IClasspathEntry, int);
    descriptor: (Lorg/eclipse/jdt/core/IClasspathEntry;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.jdt.core.IClasspathEntry entry
        start local 2 // int classpathProperty
         0: .line 116
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fType:I
         2: .line 64
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathProperty:I
         3: .line 69
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
         4: .line 74
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fResolvedEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
         5: .line 79
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fJavaProject:Lorg/eclipse/jdt/core/IJavaProject;
         6: .line 117
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getEntryKind:()I
            tableswitch { // 1 - 5
                    1: 11
                    2: 9
                    3: 15
                    4: 13
                    5: 7
              default: 15
          }
         7: .line 119
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry org.eclipse.jdt.core.IClasspathEntry int
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setType:(I)V
         8: .line 120
            goto 18
         9: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setType:(I)V
        10: .line 123
            goto 18
        11: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setType:(I)V
        12: .line 126
            goto 18
        13: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setType:(I)V
        14: .line 129
            goto 18
        15: .line 131
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.RuntimeClasspathEntry_Illegal_classpath_entry__0__1:Ljava/lang/String;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
        16: .line 132
            aload 1 /* entry */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            aastore
        17: .line 131
            invokestatic org.eclipse.osgi.util.NLS.bind:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* entry */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathEntry:(Lorg/eclipse/jdt/core/IClasspathEntry;)V
        19: .line 135
            aload 0 /* this */
            iload 2 /* classpathProperty */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathProperty:(I)V
        20: .line 136
            return
        end local 2 // int classpathProperty
        end local 1 // org.eclipse.jdt.core.IClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   21     0               this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0   21     1              entry  Lorg/eclipse/jdt/core/IClasspathEntry;
            0   21     2  classpathProperty  I
    MethodParameters:
                   Name  Flags
      entry              
      classpathProperty  

  public void <init>(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.w3c.dom.Element root
         0: .line 145
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fType:I
         2: .line 64
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathProperty:I
         3: .line 69
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
         4: .line 74
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fResolvedEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
         5: .line 79
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fJavaProject:Lorg/eclipse/jdt/core/IJavaProject;
         6: .line 147
            aload 0 /* this */
            aload 1 /* root */
            ldc "type"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setType:(I)V
         7: .line 148
            goto 10
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry org.w3c.dom.Element
      StackMap stack: java.lang.NumberFormatException
         8: astore 2 /* e */
        start local 2 // java.lang.NumberFormatException e
         9: .line 149
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry_type_2:Ljava/lang/String;
            aload 2 /* e */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.abort:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 2 // java.lang.NumberFormatException e
        10: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* root */
            ldc "path"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathProperty:(I)V
        11: .line 153
            goto 14
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
        12: astore 2 /* e */
        start local 2 // java.lang.NumberFormatException e
        13: .line 154
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry_location_3:Ljava/lang/String;
            aload 2 /* e */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.abort:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 2 // java.lang.NumberFormatException e
        14: .line 158
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* sourcePath */
        start local 2 // org.eclipse.core.runtime.IPath sourcePath
        15: .line 159
            aconst_null
            astore 3 /* rootPath */
        start local 3 // org.eclipse.core.runtime.IPath rootPath
        16: .line 160
            aload 1 /* root */
            ldc "sourceAttachmentPath"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* path */
        start local 4 // java.lang.String path
        17: .line 161
            aload 4 /* path */
            ifnull 19
            aload 4 /* path */
            invokevirtual java.lang.String.length:()I
            ifle 19
        18: .line 162
            new org.eclipse.core.runtime.Path
            dup
            aload 4 /* path */
            invokespecial org.eclipse.core.runtime.Path.<init>:(Ljava/lang/String;)V
            astore 2 /* sourcePath */
        19: .line 164
      StackMap locals: org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath java.lang.String
      StackMap stack:
            aload 1 /* root */
            ldc "sourceRootPath"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* path */
        20: .line 165
            aload 4 /* path */
            ifnull 22
            aload 4 /* path */
            invokevirtual java.lang.String.length:()I
            ifle 22
        21: .line 166
            new org.eclipse.core.runtime.Path
            dup
            aload 4 /* path */
            invokespecial org.eclipse.core.runtime.Path.<init>:(Ljava/lang/String;)V
            astore 3 /* rootPath */
        22: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            tableswitch { // 1 - 4
                    1: 23
                    2: 30
                    3: 40
                    4: 46
              default: 51
          }
        23: .line 171
      StackMap locals:
      StackMap stack:
            aload 1 /* root */
            ldc "projectName"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* name */
        start local 5 // java.lang.String name
        24: .line 172
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.isEmpty:(Ljava/lang/String;)Z
            ifeq 27
        25: .line 173
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry___missing_project_name_4:Ljava/lang/String;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.abort:(Ljava/lang/String;Ljava/lang/Throwable;)V
        26: .line 174
            goto 51
        27: .line 175
      StackMap locals: java.lang.String
      StackMap stack:
            invokestatic org.eclipse.core.resources.ResourcesPlugin.getWorkspace:()Lorg/eclipse/core/resources/IWorkspace;
            invokeinterface org.eclipse.core.resources.IWorkspace.getRoot:()Lorg/eclipse/core/resources/IWorkspaceRoot;
            aload 5 /* name */
            invokeinterface org.eclipse.core.resources.IWorkspaceRoot.getProject:(Ljava/lang/String;)Lorg/eclipse/core/resources/IProject;
            astore 6 /* proj */
        start local 6 // org.eclipse.core.resources.IProject proj
        28: .line 176
            aload 0 /* this */
            aload 6 /* proj */
            invokeinterface org.eclipse.core.resources.IProject.getFullPath:()Lorg/eclipse/core/runtime/IPath;
            invokestatic org.eclipse.jdt.core.JavaCore.newProjectEntry:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/jdt/core/IClasspathEntry;
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathEntry:(Lorg/eclipse/jdt/core/IClasspathEntry;)V
        end local 6 // org.eclipse.core.resources.IProject proj
        29: .line 178
            goto 51
        end local 5 // java.lang.String name
        30: .line 180
      StackMap locals:
      StackMap stack:
            aload 1 /* root */
            ldc "externalArchive"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* path */
        31: .line 181
            aload 0 /* this */
            aload 4 /* path */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.isEmpty:(Ljava/lang/String;)Z
            ifeq 38
        32: .line 183
            aload 1 /* root */
            ldc "internalArchive"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* path */
        33: .line 184
            aload 0 /* this */
            aload 4 /* path */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.isEmpty:(Ljava/lang/String;)Z
            ifeq 36
        34: .line 185
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry___missing_archive_path_5:Ljava/lang/String;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.abort:(Ljava/lang/String;Ljava/lang/Throwable;)V
        35: .line 186
            goto 51
        36: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* sourcePath */
            aload 3 /* rootPath */
            aload 4 /* path */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.createLibraryEntry:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;)Lorg/eclipse/jdt/core/IClasspathEntry;
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathEntry:(Lorg/eclipse/jdt/core/IClasspathEntry;)V
        37: .line 189
            goto 51
        38: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* sourcePath */
            aload 3 /* rootPath */
            aload 4 /* path */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.createLibraryEntry:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;)Lorg/eclipse/jdt/core/IClasspathEntry;
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathEntry:(Lorg/eclipse/jdt/core/IClasspathEntry;)V
        39: .line 193
            goto 51
        40: .line 195
      StackMap locals:
      StackMap stack:
            aload 1 /* root */
            ldc "containerPath"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 6 /* var */
        start local 6 // java.lang.String var
        41: .line 196
            aload 0 /* this */
            aload 6 /* var */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.isEmpty:(Ljava/lang/String;)Z
            ifeq 44
        42: .line 197
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry___missing_variable_name_6:Ljava/lang/String;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.abort:(Ljava/lang/String;Ljava/lang/Throwable;)V
        43: .line 198
            goto 51
        44: .line 199
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry org.w3c.dom.Element org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath java.lang.String top java.lang.String
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.core.runtime.Path
            dup
            aload 6 /* var */
            invokespecial org.eclipse.core.runtime.Path.<init>:(Ljava/lang/String;)V
            aload 2 /* sourcePath */
            aload 3 /* rootPath */
            invokestatic org.eclipse.jdt.core.JavaCore.newVariableEntry:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/jdt/core/IClasspathEntry;
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathEntry:(Lorg/eclipse/jdt/core/IClasspathEntry;)V
        45: .line 201
            goto 51
        end local 6 // java.lang.String var
        46: .line 203
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry org.w3c.dom.Element org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath java.lang.String
      StackMap stack:
            aload 1 /* root */
            ldc "containerPath"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 6 /* var */
        start local 6 // java.lang.String var
        47: .line 204
            aload 0 /* this */
            aload 6 /* var */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.isEmpty:(Ljava/lang/String;)Z
            ifeq 50
        48: .line 205
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry___missing_variable_name_6:Ljava/lang/String;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.abort:(Ljava/lang/String;Ljava/lang/Throwable;)V
        49: .line 206
            goto 51
        50: .line 207
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry org.w3c.dom.Element org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath java.lang.String top java.lang.String
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.core.runtime.Path
            dup
            aload 6 /* var */
            invokespecial org.eclipse.core.runtime.Path.<init>:(Ljava/lang/String;)V
            invokestatic org.eclipse.jdt.core.JavaCore.newContainerEntry:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/jdt/core/IClasspathEntry;
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathEntry:(Lorg/eclipse/jdt/core/IClasspathEntry;)V
        end local 6 // java.lang.String var
        51: .line 212
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry org.w3c.dom.Element org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath java.lang.String
      StackMap stack:
            aload 1 /* root */
            ldc "javaProject"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* name */
        start local 5 // java.lang.String name
        52: .line 213
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.isEmpty:(Ljava/lang/String;)Z
            ifeq 55
        53: .line 214
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fJavaProject:Lorg/eclipse/jdt/core/IJavaProject;
        54: .line 215
            goto 57
        55: .line 216
      StackMap locals: java.lang.String
      StackMap stack:
            invokestatic org.eclipse.core.resources.ResourcesPlugin.getWorkspace:()Lorg/eclipse/core/resources/IWorkspace;
            invokeinterface org.eclipse.core.resources.IWorkspace.getRoot:()Lorg/eclipse/core/resources/IWorkspaceRoot;
            aload 5 /* name */
            invokeinterface org.eclipse.core.resources.IWorkspaceRoot.getProject:(Ljava/lang/String;)Lorg/eclipse/core/resources/IProject;
            astore 6 /* project2 */
        start local 6 // org.eclipse.core.resources.IProject project2
        56: .line 217
            aload 0 /* this */
            aload 6 /* project2 */
            invokestatic org.eclipse.jdt.core.JavaCore.create:(Lorg/eclipse/core/resources/IProject;)Lorg/eclipse/jdt/core/IJavaProject;
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fJavaProject:Lorg/eclipse/jdt/core/IJavaProject;
        end local 6 // org.eclipse.core.resources.IProject project2
        57: .line 219
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.String name
        end local 4 // java.lang.String path
        end local 3 // org.eclipse.core.runtime.IPath rootPath
        end local 2 // org.eclipse.core.runtime.IPath sourcePath
        end local 1 // org.w3c.dom.Element root
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   58     0        this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0   58     1        root  Lorg/w3c/dom/Element;
            9   10     2           e  Ljava/lang/NumberFormatException;
           13   14     2           e  Ljava/lang/NumberFormatException;
           15   58     2  sourcePath  Lorg/eclipse/core/runtime/IPath;
           16   58     3    rootPath  Lorg/eclipse/core/runtime/IPath;
           17   58     4        path  Ljava/lang/String;
           24   30     5        name  Ljava/lang/String;
           28   29     6        proj  Lorg/eclipse/core/resources/IProject;
           41   46     6         var  Ljava/lang/String;
           47   51     6         var  Ljava/lang/String;
           52   58     5        name  Ljava/lang/String;
           56   57     6    project2  Lorg/eclipse/core/resources/IProject;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.NumberFormatException
          10    11      12  Class java.lang.NumberFormatException
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
      Name  Flags
      root  

  private org.eclipse.jdt.core.IClasspathEntry createLibraryEntry(org.eclipse.core.runtime.IPath, org.eclipse.core.runtime.IPath, java.lang.String);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;)Lorg/eclipse/jdt/core/IClasspathEntry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.core.runtime.IPath sourcePath
        start local 2 // org.eclipse.core.runtime.IPath rootPath
        start local 3 // java.lang.String path
         0: .line 222
            new org.eclipse.core.runtime.Path
            dup
            aload 3 /* path */
            invokespecial org.eclipse.core.runtime.Path.<init>:(Ljava/lang/String;)V
            astore 4 /* p */
        start local 4 // org.eclipse.core.runtime.Path p
         1: .line 223
            aload 4 /* p */
            invokevirtual org.eclipse.core.runtime.Path.isAbsolute:()Z
            ifne 4
         2: .line 225
            aload 0 /* this */
            aload 4 /* p */
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fInvalidPath:Lorg/eclipse/core/runtime/IPath;
         3: .line 226
            aconst_null
            areturn
         4: .line 229
      StackMap locals: org.eclipse.core.runtime.Path
      StackMap stack:
            aload 4 /* p */
            aload 1 /* sourcePath */
            aload 2 /* rootPath */
            invokestatic org.eclipse.jdt.core.JavaCore.newLibraryEntry:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/jdt/core/IClasspathEntry;
            areturn
        end local 4 // org.eclipse.core.runtime.Path p
        end local 3 // java.lang.String path
        end local 2 // org.eclipse.core.runtime.IPath rootPath
        end local 1 // org.eclipse.core.runtime.IPath sourcePath
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    5     1  sourcePath  Lorg/eclipse/core/runtime/IPath;
            0    5     2    rootPath  Lorg/eclipse/core/runtime/IPath;
            0    5     3        path  Ljava/lang/String;
            1    5     4           p  Lorg/eclipse/core/runtime/Path;
    MethodParameters:
            Name  Flags
      sourcePath  
      rootPath    
      path        

  protected void abort(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable e
         0: .line 239
            new org.eclipse.core.runtime.Status
            dup
            iconst_4
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.getUniqueIdentifier:()Ljava/lang/String;
            sipush 150
            aload 1 /* message */
            aload 2 /* e */
            invokespecial org.eclipse.core.runtime.Status.<init>:(ILjava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
            astore 3 /* s */
        start local 3 // org.eclipse.core.runtime.IStatus s
         1: .line 240
            new org.eclipse.core.runtime.CoreException
            dup
            aload 3 /* s */
            invokespecial org.eclipse.core.runtime.CoreException.<init>:(Lorg/eclipse/core/runtime/IStatus;)V
            athrow
        end local 3 // org.eclipse.core.runtime.IStatus s
        end local 2 // java.lang.Throwable e
        end local 1 // java.lang.String message
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    2     1  message  Ljava/lang/String;
            0    2     2        e  Ljava/lang/Throwable;
            1    2     3        s  Lorg/eclipse/core/runtime/IStatus;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
         Name  Flags
      message  
      e        

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 248
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fType:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;

  private void setType(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // int type
         0: .line 257
            aload 0 /* this */
            iload 1 /* type */
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fType:I
         1: .line 258
            return
        end local 1 // int type
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  private void setClasspathEntry(org.eclipse.jdt.core.IClasspathEntry);
    descriptor: (Lorg/eclipse/jdt/core/IClasspathEntry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.jdt.core.IClasspathEntry entry
         0: .line 267
            aload 0 /* this */
            aload 1 /* entry */
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
         1: .line 268
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fResolvedEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
         2: .line 269
            return
        end local 1 // org.eclipse.jdt.core.IClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    3     1  entry  Lorg/eclipse/jdt/core/IClasspathEntry;
    MethodParameters:
       Name  Flags
      entry  

  public org.eclipse.jdt.core.IClasspathEntry getClasspathEntry();
    descriptor: ()Lorg/eclipse/jdt/core/IClasspathEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 276
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
            areturn
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;

  public java.lang.String getMemento();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 284
            invokestatic org.eclipse.debug.core.DebugPlugin.newDocument:()Lorg/w3c/dom/Document;
            astore 1 /* doc */
        start local 1 // org.w3c.dom.Document doc
         1: .line 285
            aload 1 /* doc */
            ldc "runtimeClasspathEntry"
            invokeinterface org.w3c.dom.Document.createElement:(Ljava/lang/String;)Lorg/w3c/dom/Element;
            astore 2 /* node */
        start local 2 // org.w3c.dom.Element node
         2: .line 286
            aload 1 /* doc */
            aload 2 /* node */
            invokeinterface org.w3c.dom.Document.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         3: .line 287
            aload 2 /* node */
            ldc "type"
            new java.lang.Integer
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual java.lang.Integer.toString:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         4: .line 288
            aload 2 /* node */
            ldc "path"
            new java.lang.Integer
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getClasspathProperty:()I
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual java.lang.Integer.toString:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         5: .line 289
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            tableswitch { // 1 - 4
                    1: 6
                    2: 8
                    3: 14
                    4: 14
              default: 15
          }
         6: .line 291
      StackMap locals: org.w3c.dom.Document org.w3c.dom.Element
      StackMap stack:
            aload 2 /* node */
            ldc "projectName"
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.lastSegment:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         7: .line 292
            goto 15
         8: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getResource:()Lorg/eclipse/core/resources/IResource;
            astore 3 /* res */
        start local 3 // org.eclipse.core.resources.IResource res
         9: .line 295
            aload 3 /* res */
            ifnonnull 12
        10: .line 296
            aload 2 /* node */
            ldc "externalArchive"
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toString:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
        11: .line 297
            goto 15
        12: .line 298
      StackMap locals: org.eclipse.core.resources.IResource
      StackMap stack:
            aload 2 /* node */
            ldc "internalArchive"
            aload 3 /* res */
            invokeinterface org.eclipse.core.resources.IResource.getFullPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toString:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
        13: .line 300
            goto 15
        end local 3 // org.eclipse.core.resources.IResource res
        14: .line 303
      StackMap locals:
      StackMap stack:
            aload 2 /* node */
            ldc "containerPath"
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toString:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
        15: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentPath:()Lorg/eclipse/core/runtime/IPath;
            ifnull 17
        16: .line 307
            aload 2 /* node */
            ldc "sourceAttachmentPath"
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toString:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
        17: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentRootPath:()Lorg/eclipse/core/runtime/IPath;
            ifnull 19
        18: .line 310
            aload 2 /* node */
            ldc "sourceRootPath"
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentRootPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toString:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
        19: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getExternalAnnotationsPath:()Lorg/eclipse/core/runtime/IPath;
            ifnull 21
        20: .line 313
            aload 2 /* node */
            ldc "externalAnnotationsPath"
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getExternalAnnotationsPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toString:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
        21: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            ifnull 23
        22: .line 316
            aload 2 /* node */
            ldc "javaProject"
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            invokeinterface org.eclipse.jdt.core.IJavaProject.getElementName:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
        23: .line 318
      StackMap locals:
      StackMap stack:
            aload 1 /* doc */
            invokestatic org.eclipse.debug.core.DebugPlugin.serializeDocument:(Lorg/w3c/dom/Document;)Ljava/lang/String;
            areturn
        end local 2 // org.w3c.dom.Element node
        end local 1 // org.w3c.dom.Document doc
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            1   24     1   doc  Lorg/w3c/dom/Document;
            2   24     2  node  Lorg/w3c/dom/Element;
            9   14     3   res  Lorg/eclipse/core/resources/IResource;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException

  public org.eclipse.core.runtime.IPath getPath();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 326
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 1 /* entry */
        start local 1 // org.eclipse.jdt.core.IClasspathEntry entry
         1: .line 327
            aload 1 /* entry */
            ifnull 2
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            goto 3
      StackMap locals: org.eclipse.jdt.core.IClasspathEntry
      StackMap stack:
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fInvalidPath:Lorg/eclipse/core/runtime/IPath;
      StackMap locals:
      StackMap stack: org.eclipse.core.runtime.IPath
         3: areturn
        end local 1 // org.eclipse.jdt.core.IClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            1    4     1  entry  Lorg/eclipse/jdt/core/IClasspathEntry;

  public org.eclipse.core.resources.IResource getResource();
    descriptor: ()Lorg/eclipse/core/resources/IResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 335
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            tableswitch { // 3 - 4
                    3: 1
                    4: 1
              default: 2
          }
         1: .line 338
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getResource:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/resources/IResource;
            areturn
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;

  protected org.eclipse.core.resources.IResource getResource(org.eclipse.core.runtime.IPath);
    descriptor: (Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/resources/IResource;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.core.runtime.IPath path
         0: .line 353
            aload 1 /* path */
            ifnull 21
         1: .line 354
            invokestatic org.eclipse.core.resources.ResourcesPlugin.getWorkspace:()Lorg/eclipse/core/resources/IWorkspace;
            invokeinterface org.eclipse.core.resources.IWorkspace.getRoot:()Lorg/eclipse/core/resources/IWorkspaceRoot;
            astore 2 /* root */
        start local 2 // org.eclipse.core.resources.IWorkspaceRoot root
         2: .line 355
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            iconst_1
            if_icmpne 6
         3: .line 357
            aload 2 /* root */
            aload 1 /* path */
            invokeinterface org.eclipse.core.resources.IWorkspaceRoot.findMember:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/resources/IResource;
            astore 3 /* member */
        start local 3 // org.eclipse.core.resources.IResource member
         4: .line 358
            aload 3 /* member */
            ifnull 6
         5: .line 359
            aload 3 /* member */
            areturn
        end local 3 // org.eclipse.core.resources.IResource member
         6: .line 364
      StackMap locals: org.eclipse.core.resources.IWorkspaceRoot
      StackMap stack:
            aload 2 /* root */
            aload 1 /* path */
            invokeinterface org.eclipse.core.resources.IWorkspaceRoot.getFileForLocation:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/resources/IFile;
            astore 3 /* file */
        start local 3 // org.eclipse.core.resources.IFile file
         7: .line 365
            aload 3 /* file */
            ifnull 9
         8: .line 366
            aload 3 /* file */
            areturn
         9: .line 368
      StackMap locals: org.eclipse.core.resources.IFile
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            iconst_2
            if_icmpeq 13
        10: .line 369
            aload 2 /* root */
            aload 1 /* path */
            invokeinterface org.eclipse.core.resources.IWorkspaceRoot.getContainerForLocation:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/resources/IContainer;
            astore 4 /* container */
        start local 4 // org.eclipse.core.resources.IContainer container
        11: .line 370
            aload 4 /* container */
            ifnull 13
        12: .line 371
            aload 4 /* container */
            areturn
        end local 4 // org.eclipse.core.resources.IContainer container
        13: .line 376
      StackMap locals:
      StackMap stack:
            aload 2 /* root */
            aload 1 /* path */
            invokeinterface org.eclipse.core.resources.IWorkspaceRoot.findFilesForLocation:(Lorg/eclipse/core/runtime/IPath;)[Lorg/eclipse/core/resources/IFile;
            astore 4 /* files */
        start local 4 // org.eclipse.core.resources.IFile[] files
        14: .line 377
            aload 4 /* files */
            arraylength
            ifle 16
        15: .line 378
            aload 4 /* files */
            iconst_0
            aaload
            areturn
        16: .line 381
      StackMap locals: org.eclipse.core.resources.IFile[]
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            iconst_2
            if_icmpeq 20
        17: .line 383
            aload 2 /* root */
            aload 1 /* path */
            invokeinterface org.eclipse.core.resources.IWorkspaceRoot.findContainersForLocation:(Lorg/eclipse/core/runtime/IPath;)[Lorg/eclipse/core/resources/IContainer;
            astore 5 /* containers */
        start local 5 // org.eclipse.core.resources.IContainer[] containers
        18: .line 384
            aload 5 /* containers */
            arraylength
            ifle 20
        19: .line 385
            aload 5 /* containers */
            iconst_0
            aaload
            areturn
        end local 5 // org.eclipse.core.resources.IContainer[] containers
        20: .line 389
      StackMap locals:
      StackMap stack:
            aload 2 /* root */
            aload 1 /* path */
            invokeinterface org.eclipse.core.resources.IWorkspaceRoot.findMember:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/resources/IResource;
            areturn
        end local 4 // org.eclipse.core.resources.IFile[] files
        end local 3 // org.eclipse.core.resources.IFile file
        end local 2 // org.eclipse.core.resources.IWorkspaceRoot root
        21: .line 391
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.core.runtime.IPath path
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0   22     1        path  Lorg/eclipse/core/runtime/IPath;
            2   21     2        root  Lorg/eclipse/core/resources/IWorkspaceRoot;
            4    6     3      member  Lorg/eclipse/core/resources/IResource;
            7   21     3        file  Lorg/eclipse/core/resources/IFile;
           11   13     4   container  Lorg/eclipse/core/resources/IContainer;
           14   21     4       files  [Lorg/eclipse/core/resources/IFile;
           18   20     5  containers  [Lorg/eclipse/core/resources/IContainer;
    MethodParameters:
      Name  Flags
      path  

  public org.eclipse.core.runtime.IPath getSourceAttachmentPath();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 399
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 1 /* entry */
        start local 1 // org.eclipse.jdt.core.IClasspathEntry entry
         1: .line 400
            aload 1 /* entry */
            ifnull 2
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getSourceAttachmentPath:()Lorg/eclipse/core/runtime/IPath;
            goto 3
      StackMap locals: org.eclipse.jdt.core.IClasspathEntry
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.core.runtime.IPath
         3: areturn
        end local 1 // org.eclipse.jdt.core.IClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            1    4     1  entry  Lorg/eclipse/jdt/core/IClasspathEntry;

  public void setSourceAttachmentPath(org.eclipse.core.runtime.IPath);
    descriptor: (Lorg/eclipse/core/runtime/IPath;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.core.runtime.IPath path
         0: .line 408
            aload 1 /* path */
            ifnull 2
            aload 1 /* path */
            invokeinterface org.eclipse.core.runtime.IPath.isEmpty:()Z
            ifeq 2
         1: .line 409
            aconst_null
            astore 1 /* path */
         2: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 1 /* path */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentRootPath:()Lorg/eclipse/core/runtime/IPath;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getExternalAnnotationsPath:()Lorg/eclipse/core/runtime/IPath;
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.updateClasspathEntry:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;)V
         3: .line 412
            return
        end local 1 // org.eclipse.core.runtime.IPath path
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    4     1  path  Lorg/eclipse/core/runtime/IPath;
    MethodParameters:
      Name  Flags
      path  

  public org.eclipse.core.runtime.IPath getExternalAnnotationsPath();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 416
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 1 /* entry */
        start local 1 // org.eclipse.jdt.core.IClasspathEntry entry
         1: .line 417
            aload 1 /* entry */
            ifnull 5
         2: .line 418
            aload 1 /* entry */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getExtraAttributes:()[Lorg/eclipse/jdt/core/IClasspathAttribute;
            ldc "annotationpath"
            invokestatic org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.findClasspathAttribute:([Lorg/eclipse/jdt/core/IClasspathAttribute;Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* s */
        start local 2 // java.lang.String s
         3: .line 419
            aload 2 /* s */
            ifnull 5
         4: .line 420
            new org.eclipse.core.runtime.Path
            dup
            aload 2 /* s */
            invokespecial org.eclipse.core.runtime.Path.<init>:(Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String s
         5: .line 423
      StackMap locals: org.eclipse.jdt.core.IClasspathEntry
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.core.IClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            1    6     1  entry  Lorg/eclipse/jdt/core/IClasspathEntry;
            3    5     2      s  Ljava/lang/String;

  private static java.lang.String findClasspathAttribute(org.eclipse.jdt.core.IClasspathAttribute[], java.lang.String);
    descriptor: ([Lorg/eclipse/jdt/core/IClasspathAttribute;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.core.IClasspathAttribute[] attributes
        start local 1 // java.lang.String name
         0: .line 427
            aload 0 /* attributes */
            arraylength
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 428
      StackMap locals: int
      StackMap stack:
            aload 1 /* name */
            aload 0 /* attributes */
            iload 2 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IClasspathAttribute.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 429
            aload 0 /* attributes */
            iload 2 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IClasspathAttribute.getValue:()Ljava/lang/String;
            areturn
         4: .line 427
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
            iload 2 /* i */
            ifge 2
        end local 2 // int i
         5: .line 432
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jdt.core.IClasspathAttribute[] attributes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0  attributes  [Lorg/eclipse/jdt/core/IClasspathAttribute;
            0    6     1        name  Ljava/lang/String;
            1    5     2           i  I
    MethodParameters:
            Name  Flags
      attributes  
      name        

  public void setExternalAnnotationsPath(org.eclipse.core.runtime.IPath);
    descriptor: (Lorg/eclipse/core/runtime/IPath;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.core.runtime.IPath path
         0: .line 437
            aload 1 /* path */
            ifnull 2
            aload 1 /* path */
            invokeinterface org.eclipse.core.runtime.IPath.isEmpty:()Z
            ifeq 2
         1: .line 438
            aconst_null
            astore 1 /* path */
         2: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentPath:()Lorg/eclipse/core/runtime/IPath;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentRootPath:()Lorg/eclipse/core/runtime/IPath;
            aload 1 /* path */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.updateClasspathEntry:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;)V
         3: .line 441
            return
        end local 1 // org.eclipse.core.runtime.IPath path
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    4     1  path  Lorg/eclipse/core/runtime/IPath;
    MethodParameters:
      Name  Flags
      path  

  public org.eclipse.core.runtime.IPath getSourceAttachmentRootPath();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 448
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 1 /* entry */
        start local 1 // org.eclipse.jdt.core.IClasspathEntry entry
         1: .line 449
            aload 1 /* entry */
            ifnull 2
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getSourceAttachmentRootPath:()Lorg/eclipse/core/runtime/IPath;
            goto 3
      StackMap locals: org.eclipse.jdt.core.IClasspathEntry
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.core.runtime.IPath
         3: astore 2 /* path */
        start local 2 // org.eclipse.core.runtime.IPath path
         4: .line 450
            aload 2 /* path */
            ifnonnull 6
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentPath:()Lorg/eclipse/core/runtime/IPath;
            ifnull 6
         5: .line 451
            getstatic org.eclipse.core.runtime.Path.EMPTY:Lorg/eclipse/core/runtime/Path;
            areturn
         6: .line 453
      StackMap locals: org.eclipse.core.runtime.IPath
      StackMap stack:
            aload 2 /* path */
            areturn
        end local 2 // org.eclipse.core.runtime.IPath path
        end local 1 // org.eclipse.jdt.core.IClasspathEntry entry
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            1    7     1  entry  Lorg/eclipse/jdt/core/IClasspathEntry;
            4    7     2   path  Lorg/eclipse/core/runtime/IPath;

  public void setSourceAttachmentRootPath(org.eclipse.core.runtime.IPath);
    descriptor: (Lorg/eclipse/core/runtime/IPath;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.core.runtime.IPath path
         0: .line 461
            aload 1 /* path */
            ifnull 2
            aload 1 /* path */
            invokeinterface org.eclipse.core.runtime.IPath.isEmpty:()Z
            ifeq 2
         1: .line 462
            aconst_null
            astore 1 /* path */
         2: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentPath:()Lorg/eclipse/core/runtime/IPath;
            aload 1 /* path */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getExternalAnnotationsPath:()Lorg/eclipse/core/runtime/IPath;
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.updateClasspathEntry:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;)V
         3: .line 465
            return
        end local 1 // org.eclipse.core.runtime.IPath path
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    4     1  path  Lorg/eclipse/core/runtime/IPath;
    MethodParameters:
      Name  Flags
      path  

  private void initializeClasspathProperty();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 471
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            tableswitch { // 1 - 3
                    1: 6
                    2: 6
                    3: 1
              default: 8
          }
         1: .line 473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getVariableName:()Ljava/lang/String;
            ldc "JRE_LIB"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 474
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathProperty:(I)V
         3: .line 475
            goto 8
         4: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathProperty:(I)V
         5: .line 478
            goto 8
         6: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathProperty:(I)V
         7: .line 482
            goto 8
         8: .line 486
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;

  public void setClasspathProperty(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // int location
         0: .line 494
            aload 0 /* this */
            iload 1 /* location */
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathProperty:I
         1: .line 495
            return
        end local 1 // int location
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    2     1  location  I
    MethodParameters:
          Name  Flags
      location  

  public int getClasspathProperty();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 502
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathProperty:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;

  public java.lang.String getLocation();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 511
            aconst_null
            astore 1 /* path */
        start local 1 // org.eclipse.core.runtime.IPath path
         1: .line 512
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            tableswitch { // 1 - 4
                    1: 2
                    2: 9
                    3: 11
                    4: 15
              default: 15
          }
         2: .line 514
      StackMap locals: org.eclipse.core.runtime.IPath
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getResource:()Lorg/eclipse/core/resources/IResource;
            invokestatic org.eclipse.jdt.core.JavaCore.create:(Lorg/eclipse/core/resources/IResource;)Lorg/eclipse/jdt/core/IJavaElement;
            checkcast org.eclipse.jdt.core.IJavaProject
            astore 2 /* pro */
        start local 2 // org.eclipse.jdt.core.IJavaProject pro
         3: .line 515
            aload 2 /* pro */
            ifnull 15
         4: .line 517
            aload 2 /* pro */
            invokeinterface org.eclipse.jdt.core.IJavaProject.getOutputLocation:()Lorg/eclipse/core/runtime/IPath;
            astore 1 /* path */
         5: .line 518
            goto 15
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry org.eclipse.core.runtime.IPath org.eclipse.jdt.core.IJavaProject
      StackMap stack: org.eclipse.jdt.core.JavaModelException
         6: astore 3 /* e */
        start local 3 // org.eclipse.jdt.core.JavaModelException e
         7: .line 519
            aload 3 /* e */
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.log:(Ljava/lang/Throwable;)V
        end local 3 // org.eclipse.jdt.core.JavaModelException e
         8: .line 522
            goto 15
        end local 2 // org.eclipse.jdt.core.IJavaProject pro
         9: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            astore 1 /* path */
        10: .line 525
            goto 15
        11: .line 527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getResolvedClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 3 /* resolved */
        start local 3 // org.eclipse.jdt.core.IClasspathEntry resolved
        12: .line 528
            aload 3 /* resolved */
            ifnull 15
        13: .line 529
            aload 3 /* resolved */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            astore 1 /* path */
        14: .line 531
            goto 15
        end local 3 // org.eclipse.jdt.core.IClasspathEntry resolved
        15: .line 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.resolveToOSPath:(Lorg/eclipse/core/runtime/IPath;)Ljava/lang/String;
            areturn
        end local 1 // org.eclipse.core.runtime.IPath path
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            1   16     1      path  Lorg/eclipse/core/runtime/IPath;
            3    9     2       pro  Lorg/eclipse/jdt/core/IJavaProject;
            7    8     3         e  Lorg/eclipse/jdt/core/JavaModelException;
           12   15     3  resolved  Lorg/eclipse/jdt/core/IClasspathEntry;
      Exception table:
        from    to  target  type
           4     5       6  Class org.eclipse.jdt.core.JavaModelException

  protected java.lang.String resolveToOSPath(org.eclipse.core.runtime.IPath);
    descriptor: (Lorg/eclipse/core/runtime/IPath;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.core.runtime.IPath path
         0: .line 544
            aload 1 /* path */
            ifnull 9
         1: .line 545
            aconst_null
            astore 2 /* res */
        start local 2 // org.eclipse.core.resources.IResource res
         2: .line 546
            aload 1 /* path */
            invokeinterface org.eclipse.core.runtime.IPath.getDevice:()Ljava/lang/String;
            ifnonnull 4
         3: .line 548
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getResource:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/resources/IResource;
            astore 2 /* res */
         4: .line 550
      StackMap locals: org.eclipse.core.resources.IResource
      StackMap stack:
            aload 2 /* res */
            ifnonnull 6
         5: .line 551
            aload 1 /* path */
            invokeinterface org.eclipse.core.runtime.IPath.toOSString:()Ljava/lang/String;
            areturn
         6: .line 553
      StackMap locals:
      StackMap stack:
            aload 2 /* res */
            invokeinterface org.eclipse.core.resources.IResource.getLocation:()Lorg/eclipse/core/runtime/IPath;
            astore 3 /* location */
        start local 3 // org.eclipse.core.runtime.IPath location
         7: .line 554
            aload 3 /* location */
            ifnull 9
         8: .line 555
            aload 3 /* location */
            invokeinterface org.eclipse.core.runtime.IPath.toOSString:()Ljava/lang/String;
            areturn
        end local 3 // org.eclipse.core.runtime.IPath location
        end local 2 // org.eclipse.core.resources.IResource res
         9: .line 558
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.core.runtime.IPath path
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0   10     1      path  Lorg/eclipse/core/runtime/IPath;
            2    9     2       res  Lorg/eclipse/core/resources/IResource;
            7    9     3  location  Lorg/eclipse/core/runtime/IPath;
    MethodParameters:
      Name  Flags
      path  

  public java.lang.String getVariableName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 566
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            iconst_3
            if_icmpeq 1
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            iconst_4
            if_icmpne 2
         1: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            iconst_0
            invokeinterface org.eclipse.core.runtime.IPath.segment:(I)Ljava/lang/String;
            areturn
         2: .line 569
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // java.lang.Object obj
         0: .line 577
            aload 1 /* obj */
            instanceof org.eclipse.jdt.launching.IRuntimeClasspathEntry
            ifeq 20
         1: .line 578
            aload 1 /* obj */
            checkcast org.eclipse.jdt.launching.IRuntimeClasspathEntry
            astore 2 /* r */
        start local 2 // org.eclipse.jdt.launching.IRuntimeClasspathEntry r
         2: .line 579
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            aload 2 /* r */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getType:()I
            if_icmpne 20
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getClasspathProperty:()I
            aload 2 /* r */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getClasspathProperty:()I
            if_icmpne 20
         3: .line 580
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            iconst_4
            if_icmpne 13
         4: .line 581
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            iconst_0
            invokeinterface org.eclipse.core.runtime.IPath.segment:(I)Ljava/lang/String;
            astore 3 /* id */
        start local 3 // java.lang.String id
         5: .line 582
            aload 3 /* id */
            invokestatic org.eclipse.jdt.core.JavaCore.getClasspathContainerInitializer:(Ljava/lang/String;)Lorg/eclipse/jdt/core/ClasspathContainerInitializer;
            astore 4 /* initializer */
        start local 4 // org.eclipse.jdt.core.ClasspathContainerInitializer initializer
         6: .line 583
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            astore 5 /* javaProject1 */
        start local 5 // org.eclipse.jdt.core.IJavaProject javaProject1
         7: .line 584
            aload 2 /* r */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getJavaProject:()Lorg/eclipse/jdt/core/IJavaProject;
            astore 6 /* javaProject2 */
        start local 6 // org.eclipse.jdt.core.IJavaProject javaProject2
         8: .line 585
            aload 4 /* initializer */
            ifnull 9
            aload 5 /* javaProject1 */
            ifnull 9
            aload 6 /* javaProject2 */
            ifnonnull 10
         9: .line 587
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry java.lang.Object org.eclipse.jdt.launching.IRuntimeClasspathEntry java.lang.String org.eclipse.jdt.core.ClasspathContainerInitializer org.eclipse.jdt.core.IJavaProject org.eclipse.jdt.core.IJavaProject
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 2 /* r */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.equals:(Ljava/lang/Object;)Z
            ireturn
        10: .line 589
      StackMap locals:
      StackMap stack:
            aload 4 /* initializer */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 5 /* javaProject1 */
            invokevirtual org.eclipse.jdt.core.ClasspathContainerInitializer.getComparisonID:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Ljava/lang/Object;
            astore 7 /* comparisonID1 */
        start local 7 // java.lang.Object comparisonID1
        11: .line 590
            aload 4 /* initializer */
            aload 2 /* r */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 6 /* javaProject2 */
            invokevirtual org.eclipse.jdt.core.ClasspathContainerInitializer.getComparisonID:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Ljava/lang/Object;
            astore 8 /* comparisonID2 */
        start local 8 // java.lang.Object comparisonID2
        12: .line 591
            aload 7 /* comparisonID1 */
            aload 8 /* comparisonID2 */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 8 // java.lang.Object comparisonID2
        end local 7 // java.lang.Object comparisonID1
        end local 6 // org.eclipse.jdt.core.IJavaProject javaProject2
        end local 5 // org.eclipse.jdt.core.IJavaProject javaProject1
        end local 4 // org.eclipse.jdt.core.ClasspathContainerInitializer initializer
        end local 3 // java.lang.String id
        13: .line 592
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry java.lang.Object org.eclipse.jdt.launching.IRuntimeClasspathEntry
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            ifnull 20
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 2 /* r */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.equals:(Ljava/lang/Object;)Z
            ifeq 20
        14: .line 593
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentPath:()Lorg/eclipse/core/runtime/IPath;
            astore 3 /* sa1 */
        start local 3 // org.eclipse.core.runtime.IPath sa1
        15: .line 594
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getSourceAttachmentRootPath:()Lorg/eclipse/core/runtime/IPath;
            astore 4 /* root1 */
        start local 4 // org.eclipse.core.runtime.IPath root1
        16: .line 595
            aload 2 /* r */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getSourceAttachmentPath:()Lorg/eclipse/core/runtime/IPath;
            astore 5 /* sa2 */
        start local 5 // org.eclipse.core.runtime.IPath sa2
        17: .line 596
            aload 2 /* r */
            invokeinterface org.eclipse.jdt.launching.IRuntimeClasspathEntry.getSourceAttachmentRootPath:()Lorg/eclipse/core/runtime/IPath;
            astore 6 /* root2 */
        start local 6 // org.eclipse.core.runtime.IPath root2
        18: .line 597
            aload 0 /* this */
            aload 3 /* sa1 */
            aload 5 /* sa2 */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 19
            aload 0 /* this */
            aload 4 /* root1 */
            aload 6 /* root2 */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 19
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry java.lang.Object org.eclipse.jdt.launching.IRuntimeClasspathEntry org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath org.eclipse.core.runtime.IPath
      StackMap stack:
        19: iconst_0
            ireturn
        end local 6 // org.eclipse.core.runtime.IPath root2
        end local 5 // org.eclipse.core.runtime.IPath sa2
        end local 4 // org.eclipse.core.runtime.IPath root1
        end local 3 // org.eclipse.core.runtime.IPath sa1
        end local 2 // org.eclipse.jdt.launching.IRuntimeClasspathEntry r
        20: .line 601
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0           this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0   21     1            obj  Ljava/lang/Object;
            2   20     2              r  Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            5   13     3             id  Ljava/lang/String;
            6   13     4    initializer  Lorg/eclipse/jdt/core/ClasspathContainerInitializer;
            7   13     5   javaProject1  Lorg/eclipse/jdt/core/IJavaProject;
            8   13     6   javaProject2  Lorg/eclipse/jdt/core/IJavaProject;
           11   13     7  comparisonID1  Ljava/lang/Object;
           12   13     8  comparisonID2  Ljava/lang/Object;
           15   20     3            sa1  Lorg/eclipse/core/runtime/IPath;
           16   20     4          root1  Lorg/eclipse/core/runtime/IPath;
           17   20     5            sa2  Lorg/eclipse/core/runtime/IPath;
           18   20     6          root2  Lorg/eclipse/core/runtime/IPath;
    MethodParameters:
      Name  Flags
      obj   

  protected boolean equal(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // java.lang.Object one
        start local 2 // java.lang.Object two
         0: .line 611
            aload 1 /* one */
            ifnonnull 3
         1: .line 612
            aload 2 /* two */
            ifnonnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 614
      StackMap locals:
      StackMap stack:
            aload 1 /* one */
            aload 2 /* two */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object two
        end local 1 // java.lang.Object one
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    4     1   one  Ljava/lang/Object;
            0    4     2   two  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      one   
      two   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 622
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            iconst_4
            if_icmpne 2
         1: .line 623
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            iconst_0
            invokeinterface org.eclipse.core.runtime.IPath.segment:(I)Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            iadd
            ireturn
         2: .line 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            iadd
            ireturn
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;

  public java.lang.String getSourceAttachmentLocation();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 633
            aconst_null
            astore 1 /* path */
        start local 1 // org.eclipse.core.runtime.IPath path
         1: .line 634
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            tableswitch { // 2 - 3
                    2: 2
                    3: 2
              default: 6
          }
         2: .line 637
      StackMap locals: org.eclipse.core.runtime.IPath
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getResolvedClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 2 /* resolved */
        start local 2 // org.eclipse.jdt.core.IClasspathEntry resolved
         3: .line 638
            aload 2 /* resolved */
            ifnull 6
         4: .line 639
            aload 2 /* resolved */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getSourceAttachmentPath:()Lorg/eclipse/core/runtime/IPath;
            astore 1 /* path */
         5: .line 641
            goto 6
        end local 2 // org.eclipse.jdt.core.IClasspathEntry resolved
         6: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* path */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.resolveToOSPath:(Lorg/eclipse/core/runtime/IPath;)Ljava/lang/String;
            areturn
        end local 1 // org.eclipse.core.runtime.IPath path
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            1    7     1      path  Lorg/eclipse/core/runtime/IPath;
            3    6     2  resolved  Lorg/eclipse/jdt/core/IClasspathEntry;

  public java.lang.String getSourceAttachmentRootLocation();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 653
            aconst_null
            astore 1 /* path */
        start local 1 // org.eclipse.core.runtime.IPath path
         1: .line 654
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            tableswitch { // 2 - 3
                    2: 2
                    3: 2
              default: 6
          }
         2: .line 657
      StackMap locals: org.eclipse.core.runtime.IPath
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getResolvedClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 2 /* resolved */
        start local 2 // org.eclipse.jdt.core.IClasspathEntry resolved
         3: .line 658
            aload 2 /* resolved */
            ifnull 6
         4: .line 659
            aload 2 /* resolved */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getSourceAttachmentRootPath:()Lorg/eclipse/core/runtime/IPath;
            astore 1 /* path */
         5: .line 661
            goto 6
        end local 2 // org.eclipse.jdt.core.IClasspathEntry resolved
         6: .line 665
      StackMap locals:
      StackMap stack:
            aload 1 /* path */
            ifnull 8
         7: .line 666
            aload 1 /* path */
            invokeinterface org.eclipse.core.runtime.IPath.toOSString:()Ljava/lang/String;
            areturn
         8: .line 668
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.core.runtime.IPath path
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            1    9     1      path  Lorg/eclipse/core/runtime/IPath;
            3    6     2  resolved  Lorg/eclipse/jdt/core/IClasspathEntry;

  protected void updateClasspathEntry(org.eclipse.core.runtime.IPath, org.eclipse.core.runtime.IPath, org.eclipse.core.runtime.IPath, org.eclipse.core.runtime.IPath);
    descriptor: (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.core.runtime.IPath path
        start local 2 // org.eclipse.core.runtime.IPath sourcePath
        start local 3 // org.eclipse.core.runtime.IPath rootPath
        start local 4 // org.eclipse.core.runtime.IPath annotationsPath
         0: .line 679
            aconst_null
            astore 5 /* entry */
        start local 5 // org.eclipse.jdt.core.IClasspathEntry entry
         1: .line 680
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 6 /* original */
        start local 6 // org.eclipse.jdt.core.IClasspathEntry original
         2: .line 681
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getType:()I
            tableswitch { // 2 - 3
                    2: 3
                    3: 8
              default: 10
          }
         3: .line 683
      StackMap locals: org.eclipse.jdt.core.IClasspathEntry org.eclipse.jdt.core.IClasspathEntry
      StackMap stack:
            aload 6 /* original */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getExtraAttributes:()[Lorg/eclipse/jdt/core/IClasspathAttribute;
            astore 7 /* extraAttributes */
        start local 7 // org.eclipse.jdt.core.IClasspathAttribute[] extraAttributes
         4: .line 684
            aload 4 /* annotationsPath */
            ifnull 6
         5: .line 685
            aload 7 /* extraAttributes */
            ldc "annotationpath"
            aload 4 /* annotationsPath */
            invokeinterface org.eclipse.core.runtime.IPath.toPortableString:()Ljava/lang/String;
            invokestatic org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathAttribute:([Lorg/eclipse/jdt/core/IClasspathAttribute;Ljava/lang/String;Ljava/lang/String;)[Lorg/eclipse/jdt/core/IClasspathAttribute;
            astore 7 /* extraAttributes */
         6: .line 688
      StackMap locals: org.eclipse.jdt.core.IClasspathAttribute[]
      StackMap stack:
            aload 1 /* path */
            aload 2 /* sourcePath */
            aload 3 /* rootPath */
            aload 6 /* original */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getAccessRules:()[Lorg/eclipse/jdt/core/IAccessRule;
            aload 7 /* extraAttributes */
            aload 6 /* original */
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.isExported:()Z
            invokestatic org.eclipse.jdt.core.JavaCore.newLibraryEntry:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;[Lorg/eclipse/jdt/core/IAccessRule;[Lorg/eclipse/jdt/core/IClasspathAttribute;Z)Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 5 /* entry */
         7: .line 689
            goto 11
        end local 7 // org.eclipse.jdt.core.IClasspathAttribute[] extraAttributes
         8: .line 691
      StackMap locals:
      StackMap stack:
            aload 1 /* path */
            aload 2 /* sourcePath */
            aload 3 /* rootPath */
            invokestatic org.eclipse.jdt.core.JavaCore.newVariableEntry:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/jdt/core/IClasspathEntry;
            astore 5 /* entry */
         9: .line 692
            goto 11
        10: .line 694
      StackMap locals:
      StackMap stack:
            return
        11: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* entry */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.setClasspathEntry:(Lorg/eclipse/jdt/core/IClasspathEntry;)V
        12: .line 697
            return
        end local 6 // org.eclipse.jdt.core.IClasspathEntry original
        end local 5 // org.eclipse.jdt.core.IClasspathEntry entry
        end local 4 // org.eclipse.core.runtime.IPath annotationsPath
        end local 3 // org.eclipse.core.runtime.IPath rootPath
        end local 2 // org.eclipse.core.runtime.IPath sourcePath
        end local 1 // org.eclipse.core.runtime.IPath path
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0   13     1             path  Lorg/eclipse/core/runtime/IPath;
            0   13     2       sourcePath  Lorg/eclipse/core/runtime/IPath;
            0   13     3         rootPath  Lorg/eclipse/core/runtime/IPath;
            0   13     4  annotationsPath  Lorg/eclipse/core/runtime/IPath;
            1   13     5            entry  Lorg/eclipse/jdt/core/IClasspathEntry;
            2   13     6         original  Lorg/eclipse/jdt/core/IClasspathEntry;
            4    8     7  extraAttributes  [Lorg/eclipse/jdt/core/IClasspathAttribute;
    MethodParameters:
                 Name  Flags
      path             
      sourcePath       
      rootPath         
      annotationsPath  

  private static org.eclipse.jdt.core.IClasspathAttribute[] setClasspathAttribute(org.eclipse.jdt.core.IClasspathAttribute[], java.lang.String, java.lang.String);
    descriptor: ([Lorg/eclipse/jdt/core/IClasspathAttribute;Ljava/lang/String;Ljava/lang/String;)[Lorg/eclipse/jdt/core/IClasspathAttribute;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.core.IClasspathAttribute[] attributes
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 700
            aload 0 /* attributes */
            arraylength
            istore 3 /* i */
        start local 3 // int i
         1: goto 6
         2: .line 701
      StackMap locals: int
      StackMap stack:
            aload 1 /* name */
            aload 0 /* attributes */
            iload 3 /* i */
            aaload
            invokeinterface org.eclipse.jdt.core.IClasspathAttribute.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         3: .line 702
            aload 0 /* attributes */
            aload 0 /* attributes */
            arraylength
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IClasspathAttribute[]
            astore 4 /* nw */
        start local 4 // org.eclipse.jdt.core.IClasspathAttribute[] nw
         4: .line 703
            aload 4 /* nw */
            iload 3 /* i */
            aload 1 /* name */
            aload 2 /* value */
            invokestatic org.eclipse.jdt.core.JavaCore.newClasspathAttribute:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jdt/core/IClasspathAttribute;
            aastore
         5: .line 704
            aload 4 /* nw */
            areturn
        end local 4 // org.eclipse.jdt.core.IClasspathAttribute[] nw
         6: .line 700
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
            iload 3 /* i */
            ifge 2
        end local 3 // int i
         7: .line 707
            aload 0 /* attributes */
            aload 0 /* attributes */
            arraylength
            iconst_1
            iadd
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.eclipse.jdt.core.IClasspathAttribute[]
            astore 3 /* nw */
        start local 3 // org.eclipse.jdt.core.IClasspathAttribute[] nw
         8: .line 708
            aload 3 /* nw */
            aload 0 /* attributes */
            arraylength
            aload 1 /* name */
            aload 2 /* value */
            invokestatic org.eclipse.jdt.core.JavaCore.newClasspathAttribute:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jdt/core/IClasspathAttribute;
            aastore
         9: .line 709
            aload 3 /* nw */
            areturn
        end local 3 // org.eclipse.jdt.core.IClasspathAttribute[] nw
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jdt.core.IClasspathAttribute[] attributes
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0  attributes  [Lorg/eclipse/jdt/core/IClasspathAttribute;
            0   10     1        name  Ljava/lang/String;
            0   10     2       value  Ljava/lang/String;
            1    7     3           i  I
            4    6     4          nw  [Lorg/eclipse/jdt/core/IClasspathAttribute;
            8   10     3          nw  [Lorg/eclipse/jdt/core/IClasspathAttribute;
    MethodParameters:
            Name  Flags
      attributes  
      name        
      value       

  protected org.eclipse.jdt.core.IClasspathEntry getResolvedClasspathEntry();
    descriptor: ()Lorg/eclipse/jdt/core/IClasspathEntry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 718
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fResolvedEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
            ifnonnull 2
         1: .line 719
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            invokestatic org.eclipse.jdt.core.JavaCore.getResolvedClasspathEntry:(Lorg/eclipse/jdt/core/IClasspathEntry;)Lorg/eclipse/jdt/core/IClasspathEntry;
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fResolvedEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
         2: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fResolvedEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
            areturn
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;

  protected boolean isEmpty(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // java.lang.String string
         0: .line 725
            aload 1 /* string */
            ifnull 1
            aload 1 /* string */
            invokevirtual java.lang.String.length:()I
            ifeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.String string
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    2     1  string  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      string  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 730
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
            ifnull 2
         1: .line 731
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fClasspathEntry:Lorg/eclipse/jdt/core/IClasspathEntry;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
         2: .line 733
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;

  public org.eclipse.jdt.core.IJavaProject getJavaProject();
    descriptor: ()Lorg/eclipse/jdt/core/IJavaProject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 741
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fJavaProject:Lorg/eclipse/jdt/core/IJavaProject;
            areturn
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;

  public void setJavaProject(org.eclipse.jdt.core.IJavaProject);
    descriptor: (Lorg/eclipse/jdt/core/IJavaProject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
        start local 1 // org.eclipse.jdt.core.IJavaProject project
         0: .line 750
            aload 0 /* this */
            aload 1 /* project */
            putfield org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.fJavaProject:Lorg/eclipse/jdt/core/IJavaProject;
         1: .line 751
            return
        end local 1 // org.eclipse.jdt.core.IJavaProject project
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            0    2     1  project  Lorg/eclipse/jdt/core/IJavaProject;
    MethodParameters:
         Name  Flags
      project  

  public boolean isAutomodule();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
         0: .line 755
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.launching.RuntimeClasspathEntry.getClasspathEntry:()Lorg/eclipse/jdt/core/IClasspathEntry;
            invokeinterface org.eclipse.jdt.core.IClasspathEntry.getExtraAttributes:()[Lorg/eclipse/jdt/core/IClasspathAttribute;
            astore 1 /* extraAttributes */
        start local 1 // org.eclipse.jdt.core.IClasspathAttribute[] extraAttributes
         1: .line 756
            aload 1 /* extraAttributes */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: org.eclipse.jdt.internal.launching.RuntimeClasspathEntry org.eclipse.jdt.core.IClasspathAttribute[] top int int org.eclipse.jdt.core.IClasspathAttribute[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* attribute */
        start local 2 // org.eclipse.jdt.core.IClasspathAttribute attribute
         3: .line 757
            ldc "module"
            aload 2 /* attribute */
            invokeinterface org.eclipse.jdt.core.IClasspathAttribute.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            aload 2 /* attribute */
            invokeinterface org.eclipse.jdt.core.IClasspathAttribute.getValue:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 758
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.core.IClasspathAttribute attribute
         5: .line 756
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 2
         7: .line 761
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.core.IClasspathAttribute[] extraAttributes
        end local 0 // org.eclipse.jdt.internal.launching.RuntimeClasspathEntry this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lorg/eclipse/jdt/internal/launching/RuntimeClasspathEntry;
            1    8     1  extraAttributes  [Lorg/eclipse/jdt/core/IClasspathAttribute;
            3    5     2        attribute  Lorg/eclipse/jdt/core/IClasspathAttribute;
}
SourceFile: "RuntimeClasspathEntry.java"