public class org.jruby.runtime.load.JarredScript implements org.jruby.runtime.load.Library
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.load.JarredScript
  super_class: java.lang.Object
{
  private final org.jruby.runtime.load.LoadServiceResource resource;
    descriptor: Lorg/jruby/runtime/load/LoadServiceResource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String searchName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.runtime.load.LoadServiceResource, java.lang.String);
    descriptor: (Lorg/jruby/runtime/load/LoadServiceResource;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.runtime.load.JarredScript this
        start local 1 // org.jruby.runtime.load.LoadServiceResource resource
        start local 2 // java.lang.String searchName
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* resource */
            putfield org.jruby.runtime.load.JarredScript.resource:Lorg/jruby/runtime/load/LoadServiceResource;
         2: .line 51
            aload 0 /* this */
            aload 2 /* searchName */
            putfield org.jruby.runtime.load.JarredScript.searchName:Ljava/lang/String;
         3: .line 52
            return
        end local 2 // java.lang.String searchName
        end local 1 // org.jruby.runtime.load.LoadServiceResource resource
        end local 0 // org.jruby.runtime.load.JarredScript this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/runtime/load/JarredScript;
            0    4     1    resource  Lorg/jruby/runtime/load/LoadServiceResource;
            0    4     2  searchName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      resource    
      searchName  

  public org.jruby.runtime.load.LoadServiceResource getResource();
    descriptor: ()Lorg/jruby/runtime/load/LoadServiceResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.load.JarredScript this
         0: .line 55
            aload 0 /* this */
            getfield org.jruby.runtime.load.JarredScript.resource:Lorg/jruby/runtime/load/LoadServiceResource;
            areturn
        end local 0 // org.jruby.runtime.load.JarredScript this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/load/JarredScript;

  public void load(org.jruby.Ruby, boolean);
    descriptor: (Lorg/jruby/Ruby;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.runtime.load.JarredScript this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // boolean wrap
         0: .line 60
            aload 0 /* this */
            getfield org.jruby.runtime.load.JarredScript.resource:Lorg/jruby/runtime/load/LoadServiceResource;
            invokevirtual org.jruby.runtime.load.LoadServiceResource.getURL:()Ljava/net/URL;
            astore 3 /* jarFile */
        start local 3 // java.net.URL jarFile
         1: .line 63
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getJRubyClassLoader:()Lorg/jruby/util/JRubyClassLoader;
            aload 3 /* jarFile */
            invokevirtual org.jruby.util.JRubyClassLoader.addURL:(Ljava/net/URL;)V
        end local 3 // java.net.URL jarFile
         2: .line 64
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 3 /* e */
        start local 3 // java.io.IOException e
         4: .line 65
            aload 1 /* runtime */
            aload 3 /* e */
            invokevirtual org.jruby.Ruby.newIOErrorFromException:(Ljava/io/IOException;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 3 // java.io.IOException e
         5: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* runtime */
            aload 0 /* this */
            getfield org.jruby.runtime.load.JarredScript.searchName:Ljava/lang/String;
            invokestatic org.jruby.runtime.load.ClassExtensionLibrary.tryFind:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/runtime/load/ClassExtensionLibrary;
            astore 3 /* serviceExtension */
        start local 3 // org.jruby.runtime.load.ClassExtensionLibrary serviceExtension
         6: .line 70
            aload 3 /* serviceExtension */
            ifnull 8
         7: .line 71
            aload 3 /* serviceExtension */
            aload 1 /* runtime */
            iload 2 /* wrap */
            invokevirtual org.jruby.runtime.load.ClassExtensionLibrary.load:(Lorg/jruby/Ruby;Z)V
         8: .line 73
      StackMap locals: org.jruby.runtime.load.ClassExtensionLibrary
      StackMap stack:
            return
        end local 3 // org.jruby.runtime.load.ClassExtensionLibrary serviceExtension
        end local 2 // boolean wrap
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.runtime.load.JarredScript this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/jruby/runtime/load/JarredScript;
            0    9     1           runtime  Lorg/jruby/Ruby;
            0    9     2              wrap  Z
            1    2     3           jarFile  Ljava/net/URL;
            4    5     3                 e  Ljava/io/IOException;
            6    9     3  serviceExtension  Lorg/jruby/runtime/load/ClassExtensionLibrary;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
         Name  Flags
      runtime  
      wrap     
}
SourceFile: "JarredScript.java"