final class org.jruby.javasupport.ext.JavaLang$UByteGet extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.javasupport.ext.JavaLang$UByteGet
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne
{
  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$UByteGet this
        start local 1 // org.jruby.RubyModule implClass
         0: .line 628
            aload 0 /* this */
            aload 1 /* implClass */
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            ldc "ubyte_get"
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 629
            return
        end local 1 // org.jruby.RubyModule implClass
        end local 0 // org.jruby.javasupport.ext.JavaLang$UByteGet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/javasupport/ext/JavaLang$UByteGet;
            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);
    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=4, locals=8, args_size=6
        start local 0 // org.jruby.javasupport.ext.JavaLang$UByteGet 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
         0: .line 633
            aload 2 /* self */
            aload 1 /* context */
            ldc "[]"
            aload 5 /* idx */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyInteger
            astore 6 /* val */
        start local 6 // org.jruby.RubyInteger val
         1: .line 634
            aload 6 /* val */
            invokevirtual org.jruby.RubyInteger.getIntValue:()I
            istore 7 /* byte_val */
        start local 7 // int byte_val
         2: .line 635
            iload 7 /* byte_val */
            iflt 3
            aload 6 /* val */
            areturn
         3: .line 636
      StackMap locals: org.jruby.RubyInteger int
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iload 7 /* byte_val */
            sipush 256
            iadd
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            areturn
        end local 7 // int byte_val
        end local 6 // org.jruby.RubyInteger 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$UByteGet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/javasupport/ext/JavaLang$UByteGet;
            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;
            1    4     6       val  Lorg/jruby/RubyInteger;
            2    4     7  byte_val  I
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      idx      
}
SourceFile: "JavaLang.java"
NestHost: org.jruby.javasupport.ext.JavaLang
InnerClasses:
  public abstract JavaMethodOne = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne of org.jruby.internal.runtime.methods.JavaMethod
  private final UByteGet = org.jruby.javasupport.ext.JavaLang$UByteGet of org.jruby.javasupport.ext.JavaLang