abstract class com.google.common.reflect.ClassPath$Scanner
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.reflect.ClassPath$Scanner
  super_class: java.lang.Object
{
  private final java.util.Set<java.io.File> scannedUris;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/io/File;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.reflect.ClassPath$Scanner this
         0: .line 346
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 350
            aload 0 /* this */
            invokestatic com.google.common.collect.Sets.newHashSet:()Ljava/util/HashSet;
            putfield com.google.common.reflect.ClassPath$Scanner.scannedUris:Ljava/util/Set;
         2: .line 346
            return
        end local 0 // com.google.common.reflect.ClassPath$Scanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/reflect/ClassPath$Scanner;

  public final void scan(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.google.common.reflect.ClassPath$Scanner this
        start local 1 // java.lang.ClassLoader classloader
         0: .line 353
            aload 1 /* classloader */
            invokestatic com.google.common.reflect.ClassPath$Scanner.getClassPathEntries:(Ljava/lang/ClassLoader;)Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.entrySet:()Lcom/google/common/collect/ImmutableSet;
            invokevirtual com.google.common.collect.ImmutableSet.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: com.google.common.reflect.ClassPath$Scanner java.lang.ClassLoader top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 354
            aload 0 /* this */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.io.File
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.ClassLoader
            invokevirtual com.google.common.reflect.ClassPath$Scanner.scan:(Ljava/io/File;Ljava/lang/ClassLoader;)V
        end local 2 // java.util.Map$Entry entry
         3: .line 353
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 356
            return
        end local 1 // java.lang.ClassLoader classloader
        end local 0 // com.google.common.reflect.ClassPath$Scanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/google/common/reflect/ClassPath$Scanner;
            0    5     1  classloader  Ljava/lang/ClassLoader;
            2    3     2        entry  Ljava/util/Map$Entry<Ljava/io/File;Ljava/lang/ClassLoader;>;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      classloader  

  final void scan(java.io.File, java.lang.ClassLoader);
    descriptor: (Ljava/io/File;Ljava/lang/ClassLoader;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.reflect.ClassPath$Scanner this
        start local 1 // java.io.File file
        start local 2 // java.lang.ClassLoader classloader
         0: .line 360
            aload 0 /* this */
            getfield com.google.common.reflect.ClassPath$Scanner.scannedUris:Ljava/util/Set;
            aload 1 /* file */
            invokevirtual java.io.File.getCanonicalFile:()Ljava/io/File;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 361
            aload 0 /* this */
            aload 1 /* file */
            aload 2 /* classloader */
            invokevirtual com.google.common.reflect.ClassPath$Scanner.scanFrom:(Ljava/io/File;Ljava/lang/ClassLoader;)V
         2: .line 363
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.ClassLoader classloader
        end local 1 // java.io.File file
        end local 0 // com.google.common.reflect.ClassPath$Scanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/google/common/reflect/ClassPath$Scanner;
            0    3     1         file  Ljava/io/File;
            0    3     2  classloader  Ljava/lang/ClassLoader;
    Exceptions:
      throws java.io.IOException
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    MethodParameters:
             Name  Flags
      file         
      classloader  

  protected abstract void scanDirectory(java.lang.ClassLoader, java.io.File);
    descriptor: (Ljava/lang/ClassLoader;Ljava/io/File;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      loader     
      directory  

  protected abstract void scanJarFile(java.lang.ClassLoader, java.util.jar.JarFile);
    descriptor: (Ljava/lang/ClassLoader;Ljava/util/jar/JarFile;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      loader  
      file    

  private void scanFrom(java.io.File, java.lang.ClassLoader);
    descriptor: (Ljava/io/File;Ljava/lang/ClassLoader;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.google.common.reflect.ClassPath$Scanner this
        start local 1 // java.io.File file
        start local 2 // java.lang.ClassLoader classloader
         0: .line 373
            aload 1 /* file */
            invokevirtual java.io.File.exists:()Z
            ifne 5
         1: .line 374
            return
         2: .line 376
      StackMap locals:
      StackMap stack: java.lang.SecurityException
            astore 3 /* e */
        start local 3 // java.lang.SecurityException e
         3: .line 377
            getstatic com.google.common.reflect.ClassPath.logger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Cannot access "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* file */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.warning:(Ljava/lang/String;)V
         4: .line 379
            return
        end local 3 // java.lang.SecurityException e
         5: .line 381
      StackMap locals:
      StackMap stack:
            aload 1 /* file */
            invokevirtual java.io.File.isDirectory:()Z
            ifeq 8
         6: .line 382
            aload 0 /* this */
            aload 2 /* classloader */
            aload 1 /* file */
            invokevirtual com.google.common.reflect.ClassPath$Scanner.scanDirectory:(Ljava/lang/ClassLoader;Ljava/io/File;)V
         7: .line 383
            goto 9
         8: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* file */
            aload 2 /* classloader */
            invokevirtual com.google.common.reflect.ClassPath$Scanner.scanJar:(Ljava/io/File;Ljava/lang/ClassLoader;)V
         9: .line 386
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.ClassLoader classloader
        end local 1 // java.io.File file
        end local 0 // com.google.common.reflect.ClassPath$Scanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lcom/google/common/reflect/ClassPath$Scanner;
            0   10     1         file  Ljava/io/File;
            0   10     2  classloader  Ljava/lang/ClassLoader;
            3    5     3            e  Ljava/lang/SecurityException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.SecurityException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      file         
      classloader  

  private void scanJar(java.io.File, java.lang.ClassLoader);
    descriptor: (Ljava/io/File;Ljava/lang/ClassLoader;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.google.common.reflect.ClassPath$Scanner this
        start local 1 // java.io.File file
        start local 2 // java.lang.ClassLoader classloader
         0: .line 391
            new java.util.jar.JarFile
            dup
            aload 1 /* file */
            invokespecial java.util.jar.JarFile.<init>:(Ljava/io/File;)V
            astore 3 /* jarFile */
        start local 3 // java.util.jar.JarFile jarFile
         1: .line 392
            goto 4
        end local 3 // java.util.jar.JarFile jarFile
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 394
            return
        start local 3 // java.util.jar.JarFile jarFile
         4: .line 397
      StackMap locals: java.util.jar.JarFile
      StackMap stack:
            aload 1 /* file */
            aload 3 /* jarFile */
            invokevirtual java.util.jar.JarFile.getManifest:()Ljava/util/jar/Manifest;
            invokestatic com.google.common.reflect.ClassPath$Scanner.getClassPathFromManifest:(Ljava/io/File;Ljava/util/jar/Manifest;)Lcom/google/common/collect/ImmutableSet;
            invokevirtual com.google.common.collect.ImmutableSet.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: com.google.common.reflect.ClassPath$Scanner java.io.File java.lang.ClassLoader java.util.jar.JarFile top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.io.File
            astore 4 /* path */
        start local 4 // java.io.File path
         6: .line 398
            aload 0 /* this */
            aload 4 /* path */
            aload 2 /* classloader */
            invokevirtual com.google.common.reflect.ClassPath$Scanner.scan:(Ljava/io/File;Ljava/lang/ClassLoader;)V
        end local 4 // java.io.File path
         7: .line 397
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 400
            aload 0 /* this */
            aload 2 /* classloader */
            aload 3 /* jarFile */
            invokevirtual com.google.common.reflect.ClassPath$Scanner.scanJarFile:(Ljava/lang/ClassLoader;Ljava/util/jar/JarFile;)V
         9: .line 401
            goto 15
      StackMap locals: com.google.common.reflect.ClassPath$Scanner java.io.File java.lang.ClassLoader java.util.jar.JarFile
      StackMap stack: java.lang.Throwable
        10: astore 6
        11: .line 403
            aload 3 /* jarFile */
            invokevirtual java.util.jar.JarFile.close:()V
        12: .line 404
            goto 14
      StackMap locals: com.google.common.reflect.ClassPath$Scanner java.io.File java.lang.ClassLoader java.util.jar.JarFile top top java.lang.Throwable
      StackMap stack: java.io.IOException
        13: pop
        14: .line 406
      StackMap locals:
      StackMap stack:
            aload 6
            athrow
        15: .line 403
      StackMap locals: com.google.common.reflect.ClassPath$Scanner java.io.File java.lang.ClassLoader java.util.jar.JarFile
      StackMap stack:
            aload 3 /* jarFile */
            invokevirtual java.util.jar.JarFile.close:()V
        16: .line 404
            goto 18
      StackMap locals:
      StackMap stack: java.io.IOException
        17: pop
        18: .line 407
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.jar.JarFile jarFile
        end local 2 // java.lang.ClassLoader classloader
        end local 1 // java.io.File file
        end local 0 // com.google.common.reflect.ClassPath$Scanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lcom/google/common/reflect/ClassPath$Scanner;
            0   19     1         file  Ljava/io/File;
            0   19     2  classloader  Ljava/lang/ClassLoader;
            1    2     3      jarFile  Ljava/util/jar/JarFile;
            4   19     3      jarFile  Ljava/util/jar/JarFile;
            6    7     4         path  Ljava/io/File;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
           4    10      10  any
          11    12      13  Class java.io.IOException
          15    16      17  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      file         
      classloader  

  static com.google.common.collect.ImmutableSet<java.io.File> getClassPathFromManifest(java.io.File, java.util.jar.Manifest);
    descriptor: (Ljava/io/File;Ljava/util/jar/Manifest;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // java.io.File jarFile
        start local 1 // java.util.jar.Manifest manifest
         0: .line 418
            aload 1 /* manifest */
            ifnonnull 2
         1: .line 419
            invokestatic com.google.common.collect.ImmutableSet.of:()Lcom/google/common/collect/ImmutableSet;
            areturn
         2: .line 421
      StackMap locals:
      StackMap stack:
            invokestatic com.google.common.collect.ImmutableSet.builder:()Lcom/google/common/collect/ImmutableSet$Builder;
            astore 2 /* builder */
        start local 2 // com.google.common.collect.ImmutableSet$Builder builder
         3: .line 423
            aload 1 /* manifest */
            invokevirtual java.util.jar.Manifest.getMainAttributes:()Ljava/util/jar/Attributes;
            getstatic java.util.jar.Attributes$Name.CLASS_PATH:Ljava/util/jar/Attributes$Name;
            invokevirtual java.util.jar.Attributes$Name.toString:()Ljava/lang/String;
            invokevirtual java.util.jar.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
         4: .line 422
            astore 3 /* classpathAttribute */
        start local 3 // java.lang.String classpathAttribute
         5: .line 424
            aload 3 /* classpathAttribute */
            ifnull 16
         6: .line 425
            getstatic com.google.common.reflect.ClassPath.CLASS_PATH_ATTRIBUTE_SEPARATOR:Lcom/google/common/base/Splitter;
            aload 3 /* classpathAttribute */
            invokevirtual com.google.common.base.Splitter.split:(Ljava/lang/CharSequence;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 15
      StackMap locals: java.io.File java.util.jar.Manifest com.google.common.collect.ImmutableSet$Builder java.lang.String top java.util.Iterator
      StackMap stack:
         7: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* path */
        start local 4 // java.lang.String path
         8: .line 428
            aload 0 /* jarFile */
            aload 4 /* path */
            invokestatic com.google.common.reflect.ClassPath$Scanner.getClassPathEntry:(Ljava/io/File;Ljava/lang/String;)Ljava/net/URL;
            astore 6 /* url */
        start local 6 // java.net.URL url
         9: .line 429
            goto 13
        end local 6 // java.net.URL url
      StackMap locals: java.io.File java.util.jar.Manifest com.google.common.collect.ImmutableSet$Builder java.lang.String java.lang.String java.util.Iterator
      StackMap stack: java.net.MalformedURLException
        10: pop
        11: .line 431
            getstatic com.google.common.reflect.ClassPath.logger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Invalid Class-Path entry: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* path */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.warning:(Ljava/lang/String;)V
        12: .line 432
            goto 15
        start local 6 // java.net.URL url
        13: .line 434
      StackMap locals: java.net.URL
      StackMap stack:
            aload 6 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            ldc "file"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        14: .line 435
            aload 2 /* builder */
            aload 6 /* url */
            invokestatic com.google.common.reflect.ClassPath.toFile:(Ljava/net/URL;)Ljava/io/File;
            invokevirtual com.google.common.collect.ImmutableSet$Builder.add:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet$Builder;
            pop
        end local 6 // java.net.URL url
        end local 4 // java.lang.String path
        15: .line 425
      StackMap locals: java.io.File java.util.jar.Manifest com.google.common.collect.ImmutableSet$Builder java.lang.String top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        16: .line 439
      StackMap locals: java.io.File java.util.jar.Manifest com.google.common.collect.ImmutableSet$Builder java.lang.String
      StackMap stack:
            aload 2 /* builder */
            invokevirtual com.google.common.collect.ImmutableSet$Builder.build:()Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 3 // java.lang.String classpathAttribute
        end local 2 // com.google.common.collect.ImmutableSet$Builder builder
        end local 1 // java.util.jar.Manifest manifest
        end local 0 // java.io.File jarFile
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0             jarFile  Ljava/io/File;
            0   17     1            manifest  Ljava/util/jar/Manifest;
            3   17     2             builder  Lcom/google/common/collect/ImmutableSet$Builder<Ljava/io/File;>;
            5   17     3  classpathAttribute  Ljava/lang/String;
            8   15     4                path  Ljava/lang/String;
            9   10     6                 url  Ljava/net/URL;
           13   15     6                 url  Ljava/net/URL;
      Exception table:
        from    to  target  type
           8     9      10  Class java.net.MalformedURLException
    Signature: (Ljava/io/File;Ljava/util/jar/Manifest;)Lcom/google/common/collect/ImmutableSet<Ljava/io/File;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()
    MethodParameters:
          Name  Flags
      jarFile   
      manifest  

  static com.google.common.collect.ImmutableMap<java.io.File, java.lang.ClassLoader> getClassPathEntries(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Lcom/google/common/collect/ImmutableMap;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // java.lang.ClassLoader classloader
         0: .line 444
            invokestatic com.google.common.collect.Maps.newLinkedHashMap:()Ljava/util/LinkedHashMap;
            astore 1 /* entries */
        start local 1 // java.util.LinkedHashMap entries
         1: .line 446
            aload 0 /* classloader */
            invokevirtual java.lang.ClassLoader.getParent:()Ljava/lang/ClassLoader;
            astore 2 /* parent */
        start local 2 // java.lang.ClassLoader parent
         2: .line 447
            aload 2 /* parent */
            ifnull 4
         3: .line 448
            aload 1 /* entries */
            aload 2 /* parent */
            invokestatic com.google.common.reflect.ClassPath$Scanner.getClassPathEntries:(Ljava/lang/ClassLoader;)Lcom/google/common/collect/ImmutableMap;
            invokevirtual java.util.LinkedHashMap.putAll:(Ljava/util/Map;)V
         4: .line 450
      StackMap locals: java.util.LinkedHashMap java.lang.ClassLoader
      StackMap stack:
            aload 0 /* classloader */
            invokestatic com.google.common.reflect.ClassPath$Scanner.getClassLoaderUrls:(Ljava/lang/ClassLoader;)Lcom/google/common/collect/ImmutableList;
            invokevirtual com.google.common.collect.ImmutableList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 10
      StackMap locals: java.lang.ClassLoader java.util.LinkedHashMap java.lang.ClassLoader top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.net.URL
            astore 3 /* url */
        start local 3 // java.net.URL url
         6: .line 451
            aload 3 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            ldc "file"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         7: .line 452
            aload 3 /* url */
            invokestatic com.google.common.reflect.ClassPath.toFile:(Ljava/net/URL;)Ljava/io/File;
            astore 5 /* file */
        start local 5 // java.io.File file
         8: .line 453
            aload 1 /* entries */
            aload 5 /* file */
            invokevirtual java.util.LinkedHashMap.containsKey:(Ljava/lang/Object;)Z
            ifne 10
         9: .line 454
            aload 1 /* entries */
            aload 5 /* file */
            aload 0 /* classloader */
            invokevirtual java.util.LinkedHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.io.File file
        end local 3 // java.net.URL url
        10: .line 450
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        11: .line 458
            aload 1 /* entries */
            invokestatic com.google.common.collect.ImmutableMap.copyOf:(Ljava/util/Map;)Lcom/google/common/collect/ImmutableMap;
            areturn
        end local 2 // java.lang.ClassLoader parent
        end local 1 // java.util.LinkedHashMap entries
        end local 0 // java.lang.ClassLoader classloader
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0  classloader  Ljava/lang/ClassLoader;
            1   12     1      entries  Ljava/util/LinkedHashMap<Ljava/io/File;Ljava/lang/ClassLoader;>;
            2   12     2       parent  Ljava/lang/ClassLoader;
            6   10     3          url  Ljava/net/URL;
            8   10     5         file  Ljava/io/File;
    Signature: (Ljava/lang/ClassLoader;)Lcom/google/common/collect/ImmutableMap<Ljava/io/File;Ljava/lang/ClassLoader;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()
    MethodParameters:
             Name  Flags
      classloader  

  private static com.google.common.collect.ImmutableList<java.net.URL> getClassLoaderUrls(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Lcom/google/common/collect/ImmutableList;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.ClassLoader classloader
         0: .line 462
            aload 0 /* classloader */
            instanceof java.net.URLClassLoader
            ifeq 2
         1: .line 463
            aload 0 /* classloader */
            checkcast java.net.URLClassLoader
            invokevirtual java.net.URLClassLoader.getURLs:()[Ljava/net/URL;
            invokestatic com.google.common.collect.ImmutableList.copyOf:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
         2: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* classloader */
            invokestatic java.lang.ClassLoader.getSystemClassLoader:()Ljava/lang/ClassLoader;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 466
            invokestatic com.google.common.reflect.ClassPath$Scanner.parseJavaClassPath:()Lcom/google/common/collect/ImmutableList;
            areturn
         4: .line 468
      StackMap locals:
      StackMap stack:
            invokestatic com.google.common.collect.ImmutableList.of:()Lcom/google/common/collect/ImmutableList;
            areturn
        end local 0 // java.lang.ClassLoader classloader
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0  classloader  Ljava/lang/ClassLoader;
    Signature: (Ljava/lang/ClassLoader;)Lcom/google/common/collect/ImmutableList<Ljava/net/URL;>;
    MethodParameters:
             Name  Flags
      classloader  

  static com.google.common.collect.ImmutableList<java.net.URL> parseJavaClassPath();
    descriptor: ()Lcom/google/common/collect/ImmutableList;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=4, args_size=0
         0: .line 477
            invokestatic com.google.common.collect.ImmutableList.builder:()Lcom/google/common/collect/ImmutableList$Builder;
            astore 0 /* urls */
        start local 0 // com.google.common.collect.ImmutableList$Builder urls
         1: .line 478
            getstatic com.google.common.base.StandardSystemProperty.PATH_SEPARATOR:Lcom/google/common/base/StandardSystemProperty;
            invokevirtual com.google.common.base.StandardSystemProperty.value:()Ljava/lang/String;
            invokestatic com.google.common.base.Splitter.on:(Ljava/lang/String;)Lcom/google/common/base/Splitter;
            getstatic com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH:Lcom/google/common/base/StandardSystemProperty;
            invokevirtual com.google.common.base.StandardSystemProperty.value:()Ljava/lang/String;
            invokevirtual com.google.common.base.Splitter.split:(Ljava/lang/CharSequence;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 2
            goto 10
      StackMap locals: com.google.common.collect.ImmutableList$Builder top java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 1 /* entry */
        start local 1 // java.lang.String entry
         3: .line 481
            aload 0 /* urls */
            new java.io.File
            dup
            aload 1 /* entry */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.toURI:()Ljava/net/URI;
            invokevirtual java.net.URI.toURL:()Ljava/net/URL;
            invokevirtual com.google.common.collect.ImmutableList$Builder.add:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder;
            pop
         4: .line 482
            goto 10
      StackMap locals: com.google.common.collect.ImmutableList$Builder java.lang.String java.util.Iterator
      StackMap stack: java.lang.SecurityException
         5: pop
         6: .line 483
            aload 0 /* urls */
            new java.net.URL
            dup
            ldc "file"
            aconst_null
            new java.io.File
            dup
            aload 1 /* entry */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            invokespecial java.net.URL.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            invokevirtual com.google.common.collect.ImmutableList$Builder.add:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder;
            pop
         7: .line 485
            goto 10
      StackMap locals:
      StackMap stack: java.net.MalformedURLException
         8: astore 3 /* e */
        start local 3 // java.net.MalformedURLException e
         9: .line 486
            getstatic com.google.common.reflect.ClassPath.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.WARNING:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "malformed classpath entry: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* entry */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* e */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 3 // java.net.MalformedURLException e
        end local 1 // java.lang.String entry
        10: .line 478
      StackMap locals: com.google.common.collect.ImmutableList$Builder top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        11: .line 489
            aload 0 /* urls */
            invokevirtual com.google.common.collect.ImmutableList$Builder.build:()Lcom/google/common/collect/ImmutableList;
            areturn
        end local 0 // com.google.common.collect.ImmutableList$Builder urls
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1   12     0   urls  Lcom/google/common/collect/ImmutableList$Builder<Ljava/net/URL;>;
            3   10     1  entry  Ljava/lang/String;
            9   10     3      e  Ljava/net/MalformedURLException;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.SecurityException
           3     7       8  Class java.net.MalformedURLException
    Signature: ()Lcom/google/common/collect/ImmutableList<Ljava/net/URL;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()

  static java.net.URL getClassPathEntry(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Ljava/net/URL;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.io.File jarFile
        start local 1 // java.lang.String path
         0: .line 500
            new java.net.URL
            dup
            aload 0 /* jarFile */
            invokevirtual java.io.File.toURI:()Ljava/net/URI;
            invokevirtual java.net.URI.toURL:()Ljava/net/URL;
            aload 1 /* path */
            invokespecial java.net.URL.<init>:(Ljava/net/URL;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String path
        end local 0 // java.io.File jarFile
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  jarFile  Ljava/io/File;
            0    1     1     path  Ljava/lang/String;
    Exceptions:
      throws java.net.MalformedURLException
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()
    MethodParameters:
         Name  Flags
      jarFile  
      path     
}
SourceFile: "ClassPath.java"
NestHost: com.google.common.reflect.ClassPath
InnerClasses:
  public final Builder = com.google.common.collect.ImmutableList$Builder of com.google.common.collect.ImmutableList
  public Builder = com.google.common.collect.ImmutableSet$Builder of com.google.common.collect.ImmutableSet
  abstract Scanner = com.google.common.reflect.ClassPath$Scanner of com.google.common.reflect.ClassPath
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public Name = java.util.jar.Attributes$Name of java.util.jar.Attributes