final class org.jruby.RubyRange$StepBlockCallBack extends org.jruby.RubyRange$RangeCallBack implements org.jruby.runtime.BlockCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.RubyRange$StepBlockCallBack
  super_class: org.jruby.RubyRange$RangeCallBack
{
  final org.jruby.runtime.Block block;
    descriptor: Lorg/jruby/runtime/Block;
    flags: (0x0010) ACC_FINAL

  org.jruby.runtime.builtin.IRubyObject iter;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0000) 

  final org.jruby.runtime.builtin.IRubyObject step;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0010) ACC_FINAL

  void <init>(org.jruby.runtime.Block, org.jruby.RubyFixnum, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/Block;Lorg/jruby/RubyFixnum;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.RubyRange$StepBlockCallBack this
        start local 1 // org.jruby.runtime.Block block
        start local 2 // org.jruby.RubyFixnum iter
        start local 3 // org.jruby.runtime.builtin.IRubyObject step
         0: .line 418
            aload 0 /* this */
            invokespecial org.jruby.RubyRange$RangeCallBack.<init>:()V
         1: .line 419
            aload 0 /* this */
            aload 1 /* block */
            putfield org.jruby.RubyRange$StepBlockCallBack.block:Lorg/jruby/runtime/Block;
         2: .line 420
            aload 0 /* this */
            aload 2 /* iter */
            putfield org.jruby.RubyRange$StepBlockCallBack.iter:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 421
            aload 0 /* this */
            aload 3 /* step */
            putfield org.jruby.RubyRange$StepBlockCallBack.step:Lorg/jruby/runtime/builtin/IRubyObject;
         4: .line 422
            return
        end local 3 // org.jruby.runtime.builtin.IRubyObject step
        end local 2 // org.jruby.RubyFixnum iter
        end local 1 // org.jruby.runtime.Block block
        end local 0 // org.jruby.RubyRange$StepBlockCallBack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/jruby/RubyRange$StepBlockCallBack;
            0    5     1  block  Lorg/jruby/runtime/Block;
            0    5     2   iter  Lorg/jruby/RubyFixnum;
            0    5     3   step  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      block  
      iter   
      step   

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.RubyRange$StepBlockCallBack this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 3 // org.jruby.runtime.Block originalBlock
         0: .line 425
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* args */
            iconst_0
            aaload
            invokevirtual org.jruby.RubyRange$StepBlockCallBack.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 426
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.Block originalBlock
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyRange$StepBlockCallBack this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jruby/RubyRange$StepBlockCallBack;
            0    2     1        context  Lorg/jruby/runtime/ThreadContext;
            0    2     2           args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3  originalBlock  Lorg/jruby/runtime/Block;
    MethodParameters:
               Name  Flags
      context        
      args           
      originalBlock  

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.RubyRange$StepBlockCallBack this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg
        start local 3 // org.jruby.runtime.Block originalBlock
         0: .line 431
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* arg */
            invokevirtual org.jruby.RubyRange$StepBlockCallBack.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 432
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.Block originalBlock
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyRange$StepBlockCallBack this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jruby/RubyRange$StepBlockCallBack;
            0    2     1        context  Lorg/jruby/runtime/ThreadContext;
            0    2     2            arg  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3  originalBlock  Lorg/jruby/runtime/Block;
    MethodParameters:
               Name  Flags
      context        
      arg            
      originalBlock  

  void call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.jruby.RubyRange$StepBlockCallBack this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 437
            aload 0 /* this */
            getfield org.jruby.RubyRange$StepBlockCallBack.iter:Lorg/jruby/runtime/builtin/IRubyObject;
            instanceof org.jruby.RubyInteger
            ifeq 3
         1: .line 438
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyRange$StepBlockCallBack.iter:Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyInteger
            aload 1 /* context */
            lconst_1
            invokevirtual org.jruby.RubyInteger.op_minus:(Lorg/jruby/runtime/ThreadContext;J)Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubyRange$StepBlockCallBack.iter:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 439
            goto 4
         3: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyRange$StepBlockCallBack.iter:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 1 /* context */
            ldc "-"
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyFixnum.one:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubyRange$StepBlockCallBack.iter:Lorg/jruby/runtime/builtin/IRubyObject;
         4: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyRange$StepBlockCallBack.iter:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* i */
        start local 3 // org.jruby.runtime.builtin.IRubyObject i
         5: .line 443
            aload 3 /* i */
            instanceof org.jruby.RubyInteger
            ifeq 8
            aload 3 /* i */
            checkcast org.jruby.RubyInteger
            invokevirtual org.jruby.RubyInteger.isZero:()Z
            ifeq 8
         6: .line 444
            aload 0 /* this */
            getfield org.jruby.RubyRange$StepBlockCallBack.block:Lorg/jruby/runtime/Block;
            aload 1 /* context */
            aload 2 /* arg */
            invokevirtual org.jruby.runtime.Block.yield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         7: .line 445
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyRange$StepBlockCallBack.step:Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubyRange$StepBlockCallBack.iter:Lorg/jruby/runtime/builtin/IRubyObject;
         8: .line 447
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            return
        end local 3 // org.jruby.runtime.builtin.IRubyObject i
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyRange$StepBlockCallBack this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/jruby/RubyRange$StepBlockCallBack;
            0    9     1  context  Lorg/jruby/runtime/ThreadContext;
            0    9     2      arg  Lorg/jruby/runtime/builtin/IRubyObject;
            5    9     3        i  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      arg      
}
SourceFile: "RubyRange.java"
NestHost: org.jruby.RubyRange
InnerClasses:
  private abstract RangeCallBack = org.jruby.RubyRange$RangeCallBack of org.jruby.RubyRange
  private final StepBlockCallBack = org.jruby.RubyRange$StepBlockCallBack of org.jruby.RubyRange