public class org.jruby.runtime.CallBlock19 extends org.jruby.runtime.BlockBody
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.CallBlock19
  super_class: org.jruby.runtime.BlockBody
{
  private final org.jruby.runtime.BlockCallback callback;
    descriptor: Lorg/jruby/runtime/BlockCallback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.parser.StaticScope dummy;
    descriptor: Lorg/jruby/parser/StaticScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static org.jruby.runtime.Block newCallClosure(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, org.jruby.runtime.Signature, org.jruby.runtime.BlockCallback, org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Signature;Lorg/jruby/runtime/BlockCallback;Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/Block;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
        start local 1 // org.jruby.RubyModule imClass
        start local 2 // org.jruby.runtime.Signature signature
        start local 3 // org.jruby.runtime.BlockCallback callback
        start local 4 // org.jruby.runtime.ThreadContext context
         0: .line 44
            aload 4 /* context */
            aload 0 /* self */
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            invokevirtual org.jruby.runtime.ThreadContext.currentBinding:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Visibility;)Lorg/jruby/runtime/Binding;
            astore 5 /* binding */
        start local 5 // org.jruby.runtime.Binding binding
         1: .line 45
            new org.jruby.runtime.CallBlock19
            dup
            aload 2 /* signature */
            aload 3 /* callback */
            aload 4 /* context */
            invokespecial org.jruby.runtime.CallBlock19.<init>:(Lorg/jruby/runtime/Signature;Lorg/jruby/runtime/BlockCallback;Lorg/jruby/runtime/ThreadContext;)V
            astore 6 /* body */
        start local 6 // org.jruby.runtime.BlockBody body
         2: .line 47
            new org.jruby.runtime.Block
            dup
            aload 6 /* body */
            aload 5 /* binding */
            invokespecial org.jruby.runtime.Block.<init>:(Lorg/jruby/runtime/BlockBody;Lorg/jruby/runtime/Binding;)V
            areturn
        end local 6 // org.jruby.runtime.BlockBody body
        end local 5 // org.jruby.runtime.Binding binding
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.BlockCallback callback
        end local 2 // org.jruby.runtime.Signature signature
        end local 1 // org.jruby.RubyModule imClass
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     1    imClass  Lorg/jruby/RubyModule;
            0    3     2  signature  Lorg/jruby/runtime/Signature;
            0    3     3   callback  Lorg/jruby/runtime/BlockCallback;
            0    3     4    context  Lorg/jruby/runtime/ThreadContext;
            1    3     5    binding  Lorg/jruby/runtime/Binding;
            2    3     6       body  Lorg/jruby/runtime/BlockBody;
    MethodParameters:
           Name  Flags
      self       
      imClass    
      signature  
      callback   
      context    

  public static org.jruby.runtime.Block newCallClosure(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, org.jruby.runtime.Arity, org.jruby.runtime.BlockCallback, org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Arity;Lorg/jruby/runtime/BlockCallback;Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/Block;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
        start local 1 // org.jruby.RubyModule imClass
        start local 2 // org.jruby.runtime.Arity arity
        start local 3 // org.jruby.runtime.BlockCallback callback
        start local 4 // org.jruby.runtime.ThreadContext context
         0: .line 54
            aload 4 /* context */
            aload 0 /* self */
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            invokevirtual org.jruby.runtime.ThreadContext.currentBinding:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Visibility;)Lorg/jruby/runtime/Binding;
            astore 5 /* binding */
        start local 5 // org.jruby.runtime.Binding binding
         1: .line 55
            new org.jruby.runtime.CallBlock19
            dup
            aload 2 /* arity */
            invokestatic org.jruby.runtime.Signature.from:(Lorg/jruby/runtime/Arity;)Lorg/jruby/runtime/Signature;
            aload 3 /* callback */
            aload 4 /* context */
            invokespecial org.jruby.runtime.CallBlock19.<init>:(Lorg/jruby/runtime/Signature;Lorg/jruby/runtime/BlockCallback;Lorg/jruby/runtime/ThreadContext;)V
            astore 6 /* body */
        start local 6 // org.jruby.runtime.BlockBody body
         2: .line 57
            new org.jruby.runtime.Block
            dup
            aload 6 /* body */
            aload 5 /* binding */
            invokespecial org.jruby.runtime.Block.<init>:(Lorg/jruby/runtime/BlockBody;Lorg/jruby/runtime/Binding;)V
            areturn
        end local 6 // org.jruby.runtime.BlockBody body
        end local 5 // org.jruby.runtime.Binding binding
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.BlockCallback callback
        end local 2 // org.jruby.runtime.Arity arity
        end local 1 // org.jruby.RubyModule imClass
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     1   imClass  Lorg/jruby/RubyModule;
            0    3     2     arity  Lorg/jruby/runtime/Arity;
            0    3     3  callback  Lorg/jruby/runtime/BlockCallback;
            0    3     4   context  Lorg/jruby/runtime/ThreadContext;
            1    3     5   binding  Lorg/jruby/runtime/Binding;
            2    3     6      body  Lorg/jruby/runtime/BlockBody;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      self      
      imClass   
      arity     
      callback  
      context   

  public void <init>(org.jruby.runtime.Signature, org.jruby.runtime.BlockCallback, org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/Signature;Lorg/jruby/runtime/BlockCallback;Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.runtime.CallBlock19 this
        start local 1 // org.jruby.runtime.Signature signature
        start local 2 // org.jruby.runtime.BlockCallback callback
        start local 3 // org.jruby.runtime.ThreadContext context
         0: .line 61
            aload 0 /* this */
            aload 1 /* signature */
            invokespecial org.jruby.runtime.BlockBody.<init>:(Lorg/jruby/runtime/Signature;)V
         1: .line 62
            aload 0 /* this */
            aload 2 /* callback */
            putfield org.jruby.runtime.CallBlock19.callback:Lorg/jruby/runtime/BlockCallback;
         2: .line 63
            aload 0 /* this */
            aload 3 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getStaticScopeFactory:()Lorg/jruby/parser/StaticScopeFactory;
            invokevirtual org.jruby.parser.StaticScopeFactory.getDummyScope:()Lorg/jruby/parser/StaticScope;
            putfield org.jruby.runtime.CallBlock19.dummy:Lorg/jruby/parser/StaticScope;
         3: .line 64
            return
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.runtime.BlockCallback callback
        end local 1 // org.jruby.runtime.Signature signature
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/runtime/CallBlock19;
            0    4     1  signature  Lorg/jruby/runtime/Signature;
            0    4     2   callback  Lorg/jruby/runtime/BlockCallback;
            0    4     3    context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
           Name  Flags
      signature  
      callback   
      context    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.CallBlock19 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 68
            aload 0 /* this */
            getfield org.jruby.runtime.CallBlock19.callback:Lorg/jruby/runtime/BlockCallback;
            aload 1 /* context */
            aload 3 /* args */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokeinterface org.jruby.runtime.BlockCallback.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/CallBlock19;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
            0    1     3     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      block    
      args     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.runtime.CallBlock19 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 4 // org.jruby.runtime.Block blockArg
         0: .line 73
            aload 0 /* this */
            getfield org.jruby.runtime.CallBlock19.callback:Lorg/jruby/runtime/BlockCallback;
            aload 1 /* context */
            aload 3 /* args */
            aload 4 /* blockArg */
            invokeinterface org.jruby.runtime.BlockCallback.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.Block blockArg
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/CallBlock19;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     block  Lorg/jruby/runtime/Block;
            0    1     3      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4  blockArg  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      block     
      args      
      blockArg  

  public org.jruby.runtime.builtin.IRubyObject yieldSpecific(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.runtime.CallBlock19 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
         0: .line 78
            aload 0 /* this */
            getfield org.jruby.runtime.CallBlock19.callback:Lorg/jruby/runtime/BlockCallback;
            aload 1 /* context */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokeinterface org.jruby.runtime.BlockCallback.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/CallBlock19;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      block    

  public org.jruby.runtime.builtin.IRubyObject yieldSpecific(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.CallBlock19 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject arg0
         0: .line 83
            aload 0 /* this */
            getfield org.jruby.runtime.CallBlock19.callback:Lorg/jruby/runtime/BlockCallback;
            aload 1 /* context */
            aload 3 /* arg0 */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokeinterface org.jruby.runtime.BlockCallback.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/CallBlock19;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
            0    1     3     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      block    
      arg0     

  public org.jruby.runtime.builtin.IRubyObject yieldSpecific(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jruby.runtime.CallBlock19 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 88
            aload 0 /* this */
            getfield org.jruby.runtime.CallBlock19.callback:Lorg/jruby/runtime/BlockCallback;
            aload 1 /* context */
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 3 /* arg0 */
            aastore
            dup
            iconst_1
            aload 4 /* arg1 */
            aastore
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokeinterface org.jruby.runtime.BlockCallback.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/CallBlock19;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
            0    1     3     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      block    
      arg0     
      arg1     

  public org.jruby.runtime.builtin.IRubyObject yieldSpecific(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;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.runtime.CallBlock19 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 93
            aload 0 /* this */
            getfield org.jruby.runtime.CallBlock19.callback:Lorg/jruby/runtime/BlockCallback;
            aload 1 /* context */
            iconst_3
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 3 /* arg0 */
            aastore
            dup
            iconst_1
            aload 4 /* arg1 */
            aastore
            dup
            iconst_2
            aload 5 /* arg2 */
            aastore
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokeinterface org.jruby.runtime.BlockCallback.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/CallBlock19;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
            0    1     3     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     5     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      block    
      arg0     
      arg1     
      arg2     

  protected org.jruby.runtime.builtin.IRubyObject doYield(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.CallBlock19 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 98
            aload 0 /* this */
            getfield org.jruby.runtime.CallBlock19.callback:Lorg/jruby/runtime/BlockCallback;
            aload 1 /* context */
            aload 3 /* value */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokeinterface org.jruby.runtime.BlockCallback.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject value
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/CallBlock19;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
            0    1     3    value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      block    
      value    

  protected org.jruby.runtime.builtin.IRubyObject doYield(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.runtime.CallBlock19 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 111
            aload 0 /* this */
            getfield org.jruby.runtime.CallBlock19.callback:Lorg/jruby/runtime/BlockCallback;
            aload 1 /* context */
            aload 3 /* args */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokeinterface org.jruby.runtime.BlockCallback.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/CallBlock19;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
            0    1     3     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4     self  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      block    
      args     
      self     

  public org.jruby.parser.StaticScope getStaticScope();
    descriptor: ()Lorg/jruby/parser/StaticScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.CallBlock19 this
         0: .line 115
            aload 0 /* this */
            getfield org.jruby.runtime.CallBlock19.dummy:Lorg/jruby/parser/StaticScope;
            areturn
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/CallBlock19;

  public void setStaticScope(org.jruby.parser.StaticScope);
    descriptor: (Lorg/jruby/parser/StaticScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.runtime.CallBlock19 this
        start local 1 // org.jruby.parser.StaticScope newScope
         0: .line 120
            return
        end local 1 // org.jruby.parser.StaticScope newScope
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/CallBlock19;
            0    1     1  newScope  Lorg/jruby/parser/StaticScope;
    MethodParameters:
          Name  Flags
      newScope  

  public java.lang.String getFile();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.CallBlock19 this
         0: .line 123
            ldc "(internal)"
            areturn
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/CallBlock19;

  public int getLine();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.CallBlock19 this
         0: .line 127
            iconst_m1
            ireturn
        end local 0 // org.jruby.runtime.CallBlock19 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/CallBlock19;
}
SourceFile: "CallBlock19.java"