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

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

  private sun.misc.Resource res;
    descriptor: Lsun/misc/Resource;
    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$2 this
         0: .line 314
            aload 0 /* this */
            aload 1
            putfield sun.misc.URLClassPath$2.this$0:Lsun/misc/URLClassPath;
            aload 0 /* this */
            aload 2
            putfield sun.misc.URLClassPath$2.val$name:Ljava/lang/String;
            aload 0 /* this */
            iload 3
            putfield sun.misc.URLClassPath$2.val$check:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 315
            aload 0 /* this */
            iconst_0
            putfield sun.misc.URLClassPath$2.index:I
         2: .line 316
            aload 0 /* this */
            aload 1
            aload 2
            invokevirtual sun.misc.URLClassPath.getLookupCache:(Ljava/lang/String;)[I
            putfield sun.misc.URLClassPath$2.cache:[I
         3: .line 317
            aload 0 /* this */
            aconst_null
            putfield sun.misc.URLClassPath$2.res:Lsun/misc/Resource;
         4: .line 314
            return
        end local 0 // sun.misc.URLClassPath$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/misc/URLClassPath$2;
    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$2 this
         0: .line 320
            aload 0 /* this */
            getfield sun.misc.URLClassPath$2.res:Lsun/misc/Resource;
            ifnull 5
         1: .line 321
            iconst_1
            ireturn
        start local 1 // sun.misc.URLClassPath$Loader loader
         2: .line 325
      StackMap locals: sun.misc.URLClassPath$Loader
      StackMap stack:
            aload 0 /* this */
            aload 1 /* loader */
            aload 0 /* this */
            getfield sun.misc.URLClassPath$2.val$name:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.misc.URLClassPath$2.val$check:Z
            invokevirtual sun.misc.URLClassPath$Loader.getResource:(Ljava/lang/String;Z)Lsun/misc/Resource;
            putfield sun.misc.URLClassPath$2.res:Lsun/misc/Resource;
         3: .line 326
            aload 0 /* this */
            getfield sun.misc.URLClassPath$2.res:Lsun/misc/Resource;
            ifnull 5
         4: .line 327
            iconst_1
            ireturn
        end local 1 // sun.misc.URLClassPath$Loader loader
         5: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.URLClassPath$2.this$0:Lsun/misc/URLClassPath;
            aload 0 /* this */
            getfield sun.misc.URLClassPath$2.cache:[I
            aload 0 /* this */
            dup
            getfield sun.misc.URLClassPath$2.index:I
            dup_x1
            iconst_1
            iadd
            putfield sun.misc.URLClassPath$2.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 330
            iconst_0
            ireturn
        end local 1 // sun.misc.URLClassPath$Loader loader
        end local 0 // sun.misc.URLClassPath$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/misc/URLClassPath$2;
            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$2 this
         0: .line 335
            aload 0 /* this */
            invokevirtual sun.misc.URLClassPath$2.next:()Z
            ireturn
        end local 0 // sun.misc.URLClassPath$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/misc/URLClassPath$2;

  public sun.misc.Resource nextElement();
    descriptor: ()Lsun/misc/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.misc.URLClassPath$2 this
         0: .line 339
            aload 0 /* this */
            invokevirtual sun.misc.URLClassPath$2.next:()Z
            ifne 2
         1: .line 340
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.URLClassPath$2.res:Lsun/misc/Resource;
            astore 1 /* r */
        start local 1 // sun.misc.Resource r
         3: .line 343
            aload 0 /* this */
            aconst_null
            putfield sun.misc.URLClassPath$2.res:Lsun/misc/Resource;
         4: .line 344
            aload 1 /* r */
            areturn
        end local 1 // sun.misc.Resource r
        end local 0 // sun.misc.URLClassPath$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/misc/URLClassPath$2;
            3    5     1     r  Lsun/misc/Resource;

  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$2.nextElement:()Lsun/misc/Resource;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Enumeration<Lsun/misc/Resource;>;
SourceFile: "URLClassPath.java"
EnclosingMethod: sun.misc.URLClassPath.getResources:(Ljava/lang/String;Z)Ljava/util/Enumeration;
NestHost: sun.misc.URLClassPath
InnerClasses:
  sun.misc.URLClassPath$2
  private Loader = sun.misc.URLClassPath$Loader of sun.misc.URLClassPath