public class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer implements org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
  super_class: java.lang.Object
{
  public static final java.lang.String ID;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer"

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/launching/sourcelookup/containers/JavaSourcePathComputer;

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer this
         0: .line 52
            ldc "org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer"
            areturn
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/launching/sourcelookup/containers/JavaSourcePathComputer;

  public org.eclipse.debug.core.sourcelookup.ISourceContainer[] computeSourceContainers(org.eclipse.debug.core.ILaunchConfiguration, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;Lorg/eclipse/core/runtime/IProgressMonitor;)[Lorg/eclipse/debug/core/sourcelookup/ISourceContainer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer this
        start local 1 // org.eclipse.debug.core.ILaunchConfiguration configuration
        start local 2 // org.eclipse.core.runtime.IProgressMonitor monitor
         0: .line 60
            aload 1 /* configuration */
            invokestatic org.eclipse.jdt.launching.JavaRuntime.computeUnresolvedSourceLookupPath:(Lorg/eclipse/debug/core/ILaunchConfiguration;)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            astore 3 /* entries */
        start local 3 // org.eclipse.jdt.launching.IRuntimeClasspathEntry[] entries
         1: .line 61
            aload 3 /* entries */
            aload 1 /* configuration */
            invokestatic org.eclipse.jdt.launching.JavaRuntime.resolveSourceLookupPath:([Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;Lorg/eclipse/debug/core/ILaunchConfiguration;)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            astore 4 /* resolved */
        start local 4 // org.eclipse.jdt.launching.IRuntimeClasspathEntry[] resolved
         2: .line 62
            aload 4 /* resolved */
            invokestatic org.eclipse.jdt.launching.JavaRuntime.getSourceContainers:([Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;)[Lorg/eclipse/debug/core/sourcelookup/ISourceContainer;
            areturn
        end local 4 // org.eclipse.jdt.launching.IRuntimeClasspathEntry[] resolved
        end local 3 // org.eclipse.jdt.launching.IRuntimeClasspathEntry[] entries
        end local 2 // org.eclipse.core.runtime.IProgressMonitor monitor
        end local 1 // org.eclipse.debug.core.ILaunchConfiguration configuration
        end local 0 // org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/jdt/launching/sourcelookup/containers/JavaSourcePathComputer;
            0    3     1  configuration  Lorg/eclipse/debug/core/ILaunchConfiguration;
            0    3     2        monitor  Lorg/eclipse/core/runtime/IProgressMonitor;
            1    3     3        entries  [Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            2    3     4       resolved  [Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
               Name  Flags
      configuration  
      monitor        
}
SourceFile: "JavaSourcePathComputer.java"