public class org.jruby.java.invokers.InstanceFieldGetter extends org.jruby.java.invokers.FieldMethodZero
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.java.invokers.InstanceFieldGetter
  super_class: org.jruby.java.invokers.FieldMethodZero
{
  public void <init>(java.lang.String, org.jruby.RubyModule, java.lang.reflect.Field);
    descriptor: (Ljava/lang/String;Lorg/jruby/RubyModule;Ljava/lang/reflect/Field;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.java.invokers.InstanceFieldGetter this
        start local 1 // java.lang.String name
        start local 2 // org.jruby.RubyModule host
        start local 3 // java.lang.reflect.Field field
         0: .line 13
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* host */
            aload 3 /* field */
            invokespecial org.jruby.java.invokers.FieldMethodZero.<init>:(Ljava/lang/String;Lorg/jruby/RubyModule;Ljava/lang/reflect/Field;)V
         1: .line 14
            return
        end local 3 // java.lang.reflect.Field field
        end local 2 // org.jruby.RubyModule host
        end local 1 // java.lang.String name
        end local 0 // org.jruby.java.invokers.InstanceFieldGetter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/java/invokers/InstanceFieldGetter;
            0    2     1   name  Ljava/lang/String;
            0    2     2   host  Lorg/jruby/RubyModule;
            0    2     3  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      name   
      host   
      field  

  public final org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // org.jruby.java.invokers.InstanceFieldGetter 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
         0: .line 19
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.java.invokers.InstanceFieldGetter.field:Ljava/lang/reflect/Field;
            aload 0 /* this */
            aload 2 /* self */
            invokevirtual org.jruby.java.invokers.InstanceFieldGetter.retrieveTarget:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
         1: areturn
         2: .line 21
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 5 /* ex */
        start local 5 // java.lang.IllegalAccessException ex
         3: aload 0 /* this */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 5 /* ex */
            invokevirtual org.jruby.java.invokers.InstanceFieldGetter.handleGetException:(Lorg/jruby/Ruby;Ljava/lang/IllegalAccessException;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // java.lang.IllegalAccessException ex
        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.java.invokers.InstanceFieldGetter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/java/invokers/InstanceFieldGetter;
            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;
            3    4     5       ex  Ljava/lang/IllegalAccessException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
}
SourceFile: "InstanceFieldGetter.java"