class org.jruby.RubyInteger$3 implements org.jruby.RubyEnumerator$SizeFn
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyInteger$3
  super_class: java.lang.Object
{
  final org.jruby.RubyInteger this$0;
    descriptor: Lorg/jruby/RubyInteger;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.jruby.Ruby val$runtime;
    descriptor: Lorg/jruby/Ruby;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.jruby.RubyInteger val$self;
    descriptor: Lorg/jruby/RubyInteger;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.RubyInteger, org.jruby.Ruby, org.jruby.RubyInteger);
    descriptor: (Lorg/jruby/RubyInteger;Lorg/jruby/Ruby;Lorg/jruby/RubyInteger;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.RubyInteger$3 this
         0: .line 344
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyInteger$3.this$0:Lorg/jruby/RubyInteger;
            aload 0 /* this */
            aload 2
            putfield org.jruby.RubyInteger$3.val$runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            aload 3
            putfield org.jruby.RubyInteger$3.val$self:Lorg/jruby/RubyInteger;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyInteger$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyInteger$3;
    MethodParameters:
             Name  Flags
      this$0       final
      val$runtime  final
      val$self     final

  public org.jruby.runtime.builtin.IRubyObject size(org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.jruby.RubyInteger$3 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 347
            aload 0 /* this */
            getfield org.jruby.RubyInteger$3.val$runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyFixnum.zero:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
            astore 2 /* zero */
        start local 2 // org.jruby.RubyFixnum zero
         1: .line 348
            aload 0 /* this */
            getfield org.jruby.RubyInteger$3.val$runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            astore 3 /* context */
        start local 3 // org.jruby.runtime.ThreadContext context
         2: .line 349
            aload 0 /* this */
            getfield org.jruby.RubyInteger$3.val$self:Lorg/jruby/RubyInteger;
            instanceof org.jruby.RubyFixnum
            ifeq 3
            aload 0 /* this */
            getfield org.jruby.RubyInteger$3.this$0:Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getLongValue:()J
            lconst_0
            lcmp
            iflt 4
         3: .line 350
      StackMap locals: org.jruby.RubyFixnum org.jruby.runtime.ThreadContext
      StackMap stack:
            aload 3 /* context */
            invokestatic org.jruby.RubyInteger.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$IntegerSites;
            getfield org.jruby.runtime.JavaSites$IntegerSites.op_lt:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 3 /* context */
            aload 0 /* this */
            getfield org.jruby.RubyInteger$3.val$self:Lorg/jruby/RubyInteger;
            aload 0 /* this */
            getfield org.jruby.RubyInteger$3.val$self:Lorg/jruby/RubyInteger;
            aload 2 /* zero */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifeq 5
         4: .line 351
      StackMap locals:
      StackMap stack:
            aload 2 /* zero */
            areturn
         5: .line 354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyInteger$3.val$self:Lorg/jruby/RubyInteger;
            areturn
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.RubyFixnum zero
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubyInteger$3 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/RubyInteger$3;
            0    6     1     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     2     zero  Lorg/jruby/RubyFixnum;
            2    6     3  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "RubyInteger.java"
EnclosingMethod: org.jruby.RubyInteger.timesSizeFn:(Lorg/jruby/Ruby;)Lorg/jruby/RubyEnumerator$SizeFn;
NestHost: org.jruby.RubyInteger
InnerClasses:
  public abstract SizeFn = org.jruby.RubyEnumerator$SizeFn of org.jruby.RubyEnumerator
  org.jruby.RubyInteger$3
  public IntegerSites = org.jruby.runtime.JavaSites$IntegerSites of org.jruby.runtime.JavaSites