class sun.misc.URLClassPath$1 implements java.util.Enumeration<java.net.URL>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.misc.URLClassPath$1
  super_class: java.lang.Object
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] cache;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private java.net.URL url;
    descriptor: Ljava/net/URL;
    flags: (0x0002) ACC_PRIVATE

  final sun.misc.URLClassPath this$0;
    descriptor: Lsun/misc/URLClassPath;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$name;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$check;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.misc.URLClassPath, java.lang.String, boolean);
    descriptor: (Lsun/misc/URLClassPath;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.misc.URLClassPath$1 this
         0: .line 266
            aload 0 /* this */
            aload 1
            putfield sun.misc.URLClassPath$1.this$0:Lsun/misc/URLClassPath;
            aload 0 /* this */
            aload 2
            putfield sun.misc.URLClassPath$1.val$name:Ljava/lang/String;
            aload 0 /* this */
            iload 3
            putfield sun.misc.URLClassPath$1.val$check:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 267
            aload 0 /* this */
            iconst_0
            putfield sun.misc.URLClassPath$1.index:I
         2: .line 268
            aload 0 /* this */
            aload 1
            aload 2
            invokevirtual sun.misc.URLClassPath.getLookupCache:(Ljava/lang/String;)[I
            putfield sun.misc.URLClassPath$1.cache:[I
         3: .line 269
            aload 0 /* this */
            aconst_null
            putfield sun.misc.URLClassPath$1.url:Ljava/net/URL;
         4: .line 266
            return
        end local 0 // sun.misc.URLClassPath$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/misc/URLClassPath$1;
    MethodParameters:
           Name  Flags
      this$0     final
      val$name   final
      val$check  final

  private boolean next();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // sun.misc.URLClassPath$1 this
         0: .line 272
            aload 0 /* this */
            getfield sun.misc.URLClassPath$1.url:Ljava/net/URL;
            ifnull 5
         1: .line 273
            iconst_1
            ireturn
        start local 1 // sun.misc.URLClassPath$Loader loader
         2: .line 277
      StackMap locals: sun.misc.URLClassPath$Loader
      StackMap stack:
            aload 0 /* this */
            aload 1 /* loader */
            aload 0 /* this */
            getfield sun.misc.URLClassPath$1.val$name:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.misc.URLClassPath$1.val$check:Z
            invokevirtual sun.misc.URLClassPath$Loader.findResource:(Ljava/lang/String;Z)Ljava/net/URL;
            putfield sun.misc.URLClassPath$1.url:Ljava/net/URL;
         3: .line 278
            aload 0 /* this */
            getfield sun.misc.URLClassPath$1.url:Ljava/net/URL;
            ifnull 5
         4: .line 279
            iconst_1
            ireturn
        end local 1 // sun.misc.URLClassPath$Loader loader
         5: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.URLClassPath$1.this$0:Lsun/misc/URLClassPath;
            aload 0 /* this */
            getfield sun.misc.URLClassPath$1.cache:[I
            aload 0 /* this */
            dup
            getfield sun.misc.URLClassPath$1.index:I
            dup_x1
            iconst_1
            iadd
            putfield sun.misc.URLClassPath$1.index:I
            invokevirtual sun.misc.URLClassPath.getNextLoader:([II)Lsun/misc/URLClassPath$Loader;
            dup
            astore 1 /* loader */
        start local 1 // sun.misc.URLClassPath$Loader loader
         6: ifnonnull 2
         7: .line 282
            iconst_0
            ireturn
        end local 1 // sun.misc.URLClassPath$Loader loader
        end local 0 // sun.misc.URLClassPath$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/misc/URLClassPath$1;
            2    5     1  loader  Lsun/misc/URLClassPath$Loader;
            6    8     1  loader  Lsun/misc/URLClassPath$Loader;

  public boolean hasMoreElements();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.misc.URLClassPath$1 this
         0: .line 287
            aload 0 /* this */
            invokevirtual sun.misc.URLClassPath$1.next:()Z
            ireturn
        end local 0 // sun.misc.URLClassPath$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/misc/URLClassPath$1;

  public java.net.URL nextElement();
    descriptor: ()Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.misc.URLClassPath$1 this
         0: .line 291
            aload 0 /* this */
            invokevirtual sun.misc.URLClassPath$1.next:()Z
            ifne 2
         1: .line 292
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.URLClassPath$1.url:Ljava/net/URL;
            astore 1 /* u */
        start local 1 // java.net.URL u
         3: .line 295
            aload 0 /* this */
            aconst_null
            putfield sun.misc.URLClassPath$1.url:Ljava/net/URL;
         4: .line 296
            aload 1 /* u */
            areturn
        end local 1 // java.net.URL u
        end local 0 // sun.misc.URLClassPath$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/misc/URLClassPath$1;
            3    5     1     u  Ljava/net/URL;

  public java.lang.Object nextElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.misc.URLClassPath$1.nextElement:()Ljava/net/URL;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Enumeration<Ljava/net/URL;>;
SourceFile: "URLClassPath.java"
EnclosingMethod: sun.misc.URLClassPath.findResources:(Ljava/lang/String;Z)Ljava/util/Enumeration;
NestHost: sun.misc.URLClassPath
InnerClasses:
  sun.misc.URLClassPath$1
  private Loader = sun.misc.URLClassPath$Loader of sun.misc.URLClassPath