final class org.jruby.javasupport.ext.JavaLang$UByteSet extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodTwo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.javasupport.ext.JavaLang$UByteSet
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodTwo
{
  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.JavaLang$UByteSet this
        start local 1 // org.jruby.RubyModule implClass
         0: .line 643
            aload 0 /* this */
            aload 1 /* implClass */
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            ldc "ubyte_set"
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodTwo.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 644
            return
        end local 1 // org.jruby.RubyModule implClass
        end local 0 // org.jruby.javasupport.ext.JavaLang$UByteSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/javasupport/ext/JavaLang$UByteSet;
            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.builtin.IRubyObject, 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;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // org.jruby.javasupport.ext.JavaLang$UByteSet 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 idx
        start local 6 // org.jruby.runtime.builtin.IRubyObject val
         0: .line 648
            aload 6 /* val */
            checkcast org.jruby.RubyInteger
            invokevirtual org.jruby.RubyInteger.getIntValue:()I
            istore 7 /* byte_val */
        start local 7 // int byte_val
         1: .line 649
            iload 7 /* byte_val */
            bipush 127
            if_icmple 3
         2: .line 650
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iload 7 /* byte_val */
            sipush 256
            isub
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            astore 6 /* val */
         3: .line 652
      StackMap locals: int
      StackMap stack:
            aload 2 /* self */
            aload 1 /* context */
            ldc "[]="
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* idx */
            aastore
            dup
            iconst_1
            aload 6 /* val */
            aastore
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // int byte_val
        end local 6 // org.jruby.runtime.builtin.IRubyObject val
        end local 5 // org.jruby.runtime.builtin.IRubyObject idx
        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.JavaLang$UByteSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/javasupport/ext/JavaLang$UByteSet;
            0    4     1   context  Lorg/jruby/runtime/ThreadContext;
            0    4     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     3     clazz  Lorg/jruby/RubyModule;
            0    4     4      name  Ljava/lang/String;
            0    4     5       idx  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     6       val  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     7  byte_val  I
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      idx      
      val      
}
SourceFile: "JavaLang.java"
NestHost: org.jruby.javasupport.ext.JavaLang
InnerClasses:
  public abstract JavaMethodTwo = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodTwo of org.jruby.internal.runtime.methods.JavaMethod
  private final UByteSet = org.jruby.javasupport.ext.JavaLang$UByteSet of org.jruby.javasupport.ext.JavaLang