public class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer extends org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
  super_class: org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer
{
  private org.eclipse.core.runtime.IPath fContainerPath;
    descriptor: Lorg/eclipse/core/runtime/IPath;
    flags: (0x0002) ACC_PRIVATE

  public static final java.lang.String TYPE_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 50
            new java.lang.StringBuilder
            dup
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.getUniqueIdentifier:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".sourceContainer.classpathContainer"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.TYPE_ID:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.core.runtime.IPath);
    descriptor: (Lorg/eclipse/core/runtime/IPath;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
        start local 1 // org.eclipse.core.runtime.IPath containerPath
         0: .line 57
            aload 0 /* this */
            invokespecial org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* containerPath */
            putfield org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.fContainerPath:Lorg/eclipse/core/runtime/IPath;
         2: .line 59
            return
        end local 1 // org.eclipse.core.runtime.IPath containerPath
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
            0    3     1  containerPath  Lorg/eclipse/core/runtime/IPath;
    MethodParameters:
               Name  Flags
      containerPath  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
         0: .line 66
            aconst_null
            astore 1 /* container */
        start local 1 // org.eclipse.jdt.core.IClasspathContainer container
         1: .line 68
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getClasspathContainer:()Lorg/eclipse/jdt/core/IClasspathContainer;
            astore 1 /* container */
         2: .line 69
            goto 4
      StackMap locals: org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer org.eclipse.jdt.core.IClasspathContainer
      StackMap stack: org.eclipse.core.runtime.CoreException
         3: pop
         4: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* container */
            ifnonnull 6
         5: .line 72
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.lastSegment:()Ljava/lang/String;
            areturn
         6: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* container */
            invokeinterface org.eclipse.jdt.core.IClasspathContainer.getDescription:()Ljava/lang/String;
            areturn
        end local 1 // org.eclipse.jdt.core.IClasspathContainer container
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
            1    7     1  container  Lorg/eclipse/jdt/core/IClasspathContainer;
      Exception table:
        from    to  target  type
           1     2       3  Class org.eclipse.core.runtime.CoreException

  public org.eclipse.debug.core.sourcelookup.ISourceContainerType getType();
    descriptor: ()Lorg/eclipse/debug/core/sourcelookup/ISourceContainerType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
         0: .line 81
            aload 0 /* this */
            getstatic org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.TYPE_ID:Ljava/lang/String;
            invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getSourceContainerType:(Ljava/lang/String;)Lorg/eclipse/debug/core/sourcelookup/ISourceContainerType;
            areturn
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;

  protected org.eclipse.debug.core.sourcelookup.ISourceContainer[] createSourceContainers();
    descriptor: ()[Lorg/eclipse/debug/core/sourcelookup/ISourceContainer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
         0: .line 89
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
            iconst_3
            invokestatic org.eclipse.jdt.launching.JavaRuntime.newRuntimeContainerClasspathEntry:(Lorg/eclipse/core/runtime/IPath;I)Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            astore 1 /* entry */
        start local 1 // org.eclipse.jdt.launching.IRuntimeClasspathEntry entry
         1: .line 90
            iconst_1
            anewarray org.eclipse.jdt.launching.IRuntimeClasspathEntry
            dup
            iconst_0
            aload 1 /* entry */
            aastore
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getDirector:()Lorg/eclipse/debug/core/sourcelookup/ISourceLookupDirector;
            invokeinterface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector.getLaunchConfiguration:()Lorg/eclipse/debug/core/ILaunchConfiguration;
            invokestatic org.eclipse.jdt.launching.JavaRuntime.resolveSourceLookupPath:([Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;Lorg/eclipse/debug/core/ILaunchConfiguration;)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            astore 2 /* entries */
        start local 2 // org.eclipse.jdt.launching.IRuntimeClasspathEntry[] entries
         2: .line 91
            aload 2 /* entries */
            invokestatic org.eclipse.jdt.launching.JavaRuntime.getSourceContainers:([Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;)[Lorg/eclipse/debug/core/sourcelookup/ISourceContainer;
            areturn
        end local 2 // org.eclipse.jdt.launching.IRuntimeClasspathEntry[] entries
        end local 1 // org.eclipse.jdt.launching.IRuntimeClasspathEntry entry
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
            1    3     1    entry  Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            2    3     2  entries  [Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    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=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
         0: .line 100
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.fContainerPath:Lorg/eclipse/core/runtime/IPath;
            areturn
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
        start local 1 // java.lang.Object obj
         0: .line 108
            aload 1 /* obj */
            instanceof org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
            ifeq 2
         1: .line 109
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 1 /* obj */
            checkcast org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
            invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.equals:(Ljava/lang/Object;)Z
            ireturn
         2: .line 111
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
            0    3     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
         0: .line 118
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;

  public org.eclipse.jdt.core.IClasspathContainer getClasspathContainer();
    descriptor: ()Lorg/eclipse/jdt/core/IClasspathContainer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
         0: .line 128
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getDirector:()Lorg/eclipse/debug/core/sourcelookup/ISourceLookupDirector;
            astore 1 /* director */
        start local 1 // org.eclipse.debug.core.sourcelookup.ISourceLookupDirector director
         1: .line 129
            aload 1 /* director */
            ifnull 7
         2: .line 130
            aload 1 /* director */
            invokeinterface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector.getLaunchConfiguration:()Lorg/eclipse/debug/core/ILaunchConfiguration;
            astore 2 /* configuration */
        start local 2 // org.eclipse.debug.core.ILaunchConfiguration configuration
         3: .line 131
            aload 2 /* configuration */
            ifnull 7
         4: .line 132
            aload 2 /* configuration */
            invokestatic org.eclipse.jdt.launching.JavaRuntime.getJavaProject:(Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse/jdt/core/IJavaProject;
            astore 3 /* project */
        start local 3 // org.eclipse.jdt.core.IJavaProject project
         5: .line 133
            aload 3 /* project */
            ifnull 7
         6: .line 134
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
            aload 3 /* project */
            invokestatic org.eclipse.jdt.core.JavaCore.getClasspathContainer:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Lorg/eclipse/jdt/core/IClasspathContainer;
            areturn
        end local 3 // org.eclipse.jdt.core.IJavaProject project
        end local 2 // org.eclipse.debug.core.ILaunchConfiguration configuration
         7: .line 138
      StackMap locals: org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.debug.core.sourcelookup.ISourceLookupDirector director
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
            1    8     1       director  Lorg/eclipse/debug/core/sourcelookup/ISourceLookupDirector;
            3    7     2  configuration  Lorg/eclipse/debug/core/ILaunchConfiguration;
            5    7     3        project  Lorg/eclipse/jdt/core/IJavaProject;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
}
SourceFile: "ClasspathContainerSourceContainer.java"