final class org.jruby.javasupport.ext.JavaNet$URLOpenMethod extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.javasupport.ext.JavaNet$URLOpenMethod
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock
{
  void <init>(org.jruby.RubyModule);
    descriptor: (Lorg/jruby/RubyModule;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.javasupport.ext.JavaNet$URLOpenMethod this
        start local 1 // org.jruby.RubyModule implClass
         0: .line 62
            aload 0 /* this */
            aload 1 /* implClass */
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            ldc "open"
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 63
            return
        end local 1 // org.jruby.RubyModule implClass
        end local 0 // org.jruby.javasupport.ext.JavaNet$URLOpenMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/javasupport/ext/JavaNet$URLOpenMethod;
            0    2     1  implClass  Lorg/jruby/RubyModule;
    MethodParameters:
           Name  Flags
      implClass  

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=6
        start local 0 // org.jruby.javasupport.ext.JavaNet$URLOpenMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.Block block
         0: .line 67
            aload 2 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapIfJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.net.URL
            astore 6 /* url */
        start local 6 // java.net.URL url
         1: .line 70
            aload 6 /* url */
            invokevirtual java.net.URL.openStream:()Ljava/io/InputStream;
            astore 7 /* stream */
        start local 7 // java.io.InputStream stream
         2: .line 71
            aload 1 /* context */
            aload 7 /* stream */
            aconst_null
            invokestatic org.jruby.javasupport.ext.JavaIo.to_io:(Lorg/jruby/runtime/ThreadContext;Ljava/io/InputStream;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyIO;
            astore 8 /* io */
        start local 8 // org.jruby.RubyIO io
         3: .line 73
            aload 5 /* block */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifeq 12
         4: .line 75
            aload 5 /* block */
            aload 1 /* context */
            aload 8 /* io */
            invokevirtual org.jruby.runtime.Block.yield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 10
         5: .line 78
            aload 7 /* stream */
            invokevirtual java.io.InputStream.close:()V
         6: .line 75
            aload 10
            areturn
         7: .line 77
      StackMap locals: org.jruby.javasupport.ext.JavaNet$URLOpenMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.Block java.net.URL java.io.InputStream org.jruby.RubyIO
      StackMap stack: java.lang.Throwable
            astore 9
         8: .line 78
            aload 7 /* stream */
            invokevirtual java.io.InputStream.close:()V
         9: .line 79
            aload 9
            athrow
        end local 8 // org.jruby.RubyIO io
        end local 7 // java.io.InputStream stream
        10: .line 82
      StackMap locals: org.jruby.javasupport.ext.JavaNet$URLOpenMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.Block java.net.URL
      StackMap stack: java.io.IOException
            astore 9 /* e */
        start local 9 // java.io.IOException e
        11: .line 83
            aload 9 /* e */
            invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
            aconst_null
            areturn
        end local 9 // java.io.IOException e
        start local 7 // java.io.InputStream stream
        start local 8 // org.jruby.RubyIO io
        12: .line 85
      StackMap locals: java.io.InputStream org.jruby.RubyIO
      StackMap stack:
            aload 8 /* io */
            areturn
        end local 8 // org.jruby.RubyIO io
        end local 7 // java.io.InputStream stream
        end local 6 // java.net.URL url
        end local 5 // org.jruby.runtime.Block block
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.javasupport.ext.JavaNet$URLOpenMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lorg/jruby/javasupport/ext/JavaNet$URLOpenMethod;
            0   13     1  context  Lorg/jruby/runtime/ThreadContext;
            0   13     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   13     3    clazz  Lorg/jruby/RubyModule;
            0   13     4     name  Ljava/lang/String;
            0   13     5    block  Lorg/jruby/runtime/Block;
            1   13     6      url  Ljava/net/URL;
            2   10     7   stream  Ljava/io/InputStream;
           12   13     7   stream  Ljava/io/InputStream;
            3   10     8       io  Lorg/jruby/RubyIO;
           12   13     8       io  Lorg/jruby/RubyIO;
           11   12     9        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4     5       7  any
           1     6      10  Class java.io.IOException
           7    10      10  Class java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.jruby.javasupport.ext.JavaNet$URLOpenMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 90
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.javasupport.ext.JavaNet$URLOpenMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.javasupport.ext.JavaNet$URLOpenMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/javasupport/ext/JavaNet$URLOpenMethod;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    clazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.jruby.javasupport.ext.JavaNet$URLOpenMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 95
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            aload 6 /* block */
            invokevirtual org.jruby.javasupport.ext.JavaNet$URLOpenMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.javasupport.ext.JavaNet$URLOpenMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/javasupport/ext/JavaNet$URLOpenMethod;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    clazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
      block    
}
SourceFile: "JavaNet.java"
NestHost: org.jruby.javasupport.ext.JavaNet
InnerClasses:
  public abstract JavaMethodZeroOrNBlock = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrNBlock of org.jruby.internal.runtime.methods.JavaMethod
  private final URLOpenMethod = org.jruby.javasupport.ext.JavaNet$URLOpenMethod of org.jruby.javasupport.ext.JavaNet