public class org.jruby.RubyBinding extends org.jruby.RubyObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyBinding
  super_class: org.jruby.RubyObject
{
  private org.jruby.runtime.Binding binding;
    descriptor: Lorg/jruby/runtime/Binding;
    flags: (0x0002) ACC_PRIVATE

  private static org.jruby.runtime.ObjectAllocator BINDING_ALLOCATOR;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 66
            new org.jruby.RubyBinding$1
            dup
            invokespecial org.jruby.RubyBinding$1.<init>:()V
            putstatic org.jruby.RubyBinding.BINDING_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
         1: .line 73
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.Binding);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Binding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.RubyBinding this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass rubyClass
        start local 3 // org.jruby.runtime.Binding binding
         0: .line 57
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* rubyClass */
            invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 59
            aload 0 /* this */
            aload 3 /* binding */
            putfield org.jruby.RubyBinding.binding:Lorg/jruby/runtime/Binding;
         2: .line 60
            return
        end local 3 // org.jruby.runtime.Binding binding
        end local 2 // org.jruby.RubyClass rubyClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/RubyBinding;
            0    3     1    runtime  Lorg/jruby/Ruby;
            0    3     2  rubyClass  Lorg/jruby/RubyClass;
            0    3     3    binding  Lorg/jruby/runtime/Binding;
    MethodParameters:
           Name  Flags
      runtime    
      rubyClass  
      binding    

  private void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyBinding this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass rubyClass
         0: .line 63
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* rubyClass */
            invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 64
            return
        end local 2 // org.jruby.RubyClass rubyClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/RubyBinding;
            0    2     1    runtime  Lorg/jruby/Ruby;
            0    2     2  rubyClass  Lorg/jruby/RubyClass;
    MethodParameters:
           Name  Flags
      runtime    
      rubyClass  

  public static org.jruby.RubyClass createBindingClass(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.jruby.Ruby runtime
         0: .line 76
            aload 0 /* runtime */
            ldc "Binding"
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getObject:()Lorg/jruby/RubyClass;
            getstatic org.jruby.RubyBinding.BINDING_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
            invokevirtual org.jruby.Ruby.defineClass:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
            astore 1 /* bindingClass */
        start local 1 // org.jruby.RubyClass bindingClass
         1: .line 77
            aload 0 /* runtime */
            aload 1 /* bindingClass */
            invokevirtual org.jruby.Ruby.setBinding:(Lorg/jruby/RubyClass;)V
         2: .line 79
            aload 1 /* bindingClass */
            getstatic org.jruby.runtime.ClassIndex.BINDING:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.RubyClass.setClassIndex:(Lorg/jruby/runtime/ClassIndex;)V
         3: .line 80
            aload 1 /* bindingClass */
            ldc Lorg/jruby/RubyBinding;
            invokevirtual org.jruby.RubyClass.setReifiedClass:(Ljava/lang/Class;)V
         4: .line 82
            aload 1 /* bindingClass */
            ldc Lorg/jruby/RubyBinding;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         5: .line 83
            aload 1 /* bindingClass */
            invokevirtual org.jruby.RubyClass.getSingletonClass:()Lorg/jruby/RubyClass;
            ldc "new"
            invokevirtual org.jruby.RubyClass.undefineMethod:(Ljava/lang/String;)V
         6: .line 85
            aload 1 /* bindingClass */
            areturn
        end local 1 // org.jruby.RubyClass bindingClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0       runtime  Lorg/jruby/Ruby;
            1    7     1  bindingClass  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  

  public org.jruby.runtime.Binding getBinding();
    descriptor: ()Lorg/jruby/runtime/Binding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyBinding this
         0: .line 89
            aload 0 /* this */
            getfield org.jruby.RubyBinding.binding:Lorg/jruby/runtime/Binding;
            areturn
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyBinding;

  public static org.jruby.RubyBinding newBinding(org.jruby.Ruby, org.jruby.runtime.Binding);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/Binding;)Lorg/jruby/RubyBinding;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.runtime.Binding binding
         0: .line 95
            new org.jruby.RubyBinding
            dup
            aload 0 /* runtime */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getBinding:()Lorg/jruby/RubyClass;
            aload 1 /* binding */
            invokespecial org.jruby.RubyBinding.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Binding;)V
            areturn
        end local 1 // org.jruby.runtime.Binding binding
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  runtime  Lorg/jruby/Ruby;
            0    1     1  binding  Lorg/jruby/runtime/Binding;
    MethodParameters:
         Name  Flags
      runtime  
      binding  

  public static org.jruby.RubyBinding newBinding(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/RubyBinding;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.Ruby runtime
         0: .line 100
            aload 0 /* runtime */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            invokevirtual org.jruby.runtime.ThreadContext.currentBinding:()Lorg/jruby/runtime/Binding;
            invokestatic org.jruby.RubyBinding.newBinding:(Lorg/jruby/Ruby;Lorg/jruby/runtime/Binding;)Lorg/jruby/RubyBinding;
            areturn
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  runtime  Lorg/jruby/Ruby;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      runtime  

  public static org.jruby.RubyBinding newBinding(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyBinding;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 105
            aload 0 /* runtime */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 1 /* self */
            invokevirtual org.jruby.runtime.ThreadContext.currentBinding:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/Binding;
            invokestatic org.jruby.RubyBinding.newBinding:(Lorg/jruby/Ruby;Lorg/jruby/runtime/Binding;)Lorg/jruby/RubyBinding;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  runtime  Lorg/jruby/Ruby;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      runtime  
      self     

  public org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyBinding this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 111
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.currentBinding:()Lorg/jruby/runtime/Binding;
            putfield org.jruby.RubyBinding.binding:Lorg/jruby/runtime/Binding;
         1: .line 113
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyBinding;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"initialize"}, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject initialize_copy(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.RubyBinding this
        start local 1 // org.jruby.runtime.builtin.IRubyObject other
         0: .line 119
            aload 1 /* other */
            checkcast org.jruby.RubyBinding
            astore 2 /* otherBinding */
        start local 2 // org.jruby.RubyBinding otherBinding
         1: .line 121
            aload 0 /* this */
            aload 2 /* otherBinding */
            getfield org.jruby.RubyBinding.binding:Lorg/jruby/runtime/Binding;
            invokevirtual org.jruby.runtime.Binding.clone:()Lorg/jruby/runtime/Binding;
            putfield org.jruby.RubyBinding.binding:Lorg/jruby/runtime/Binding;
         2: .line 123
            aload 0 /* this */
            areturn
        end local 2 // org.jruby.RubyBinding otherBinding
        end local 1 // org.jruby.runtime.builtin.IRubyObject other
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/jruby/RubyBinding;
            0    3     1         other  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     2  otherBinding  Lorg/jruby/RubyBinding;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"initialize_copy"}, required = 1, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
       Name  Flags
      other  

  public org.jruby.runtime.builtin.IRubyObject eval(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.RubyBinding this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 129
            aload 2 /* args */
            arraylength
            iconst_1
            iadd
            anewarray org.jruby.runtime.builtin.IRubyObject
            astore 3 /* newArgs */
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] newArgs
         1: .line 130
            aload 3 /* newArgs */
            iconst_0
            aload 2 /* args */
            iconst_0
            aaload
            aastore
         2: .line 131
            aload 3 /* newArgs */
            iconst_1
            aload 0 /* this */
            aastore
         3: .line 132
            aload 2 /* args */
            arraylength
            iconst_1
            if_icmple 7
         4: .line 133
            aload 3 /* newArgs */
            iconst_2
            aload 2 /* args */
            iconst_1
            aaload
            aastore
         5: .line 134
            aload 2 /* args */
            arraylength
            iconst_2
            if_icmple 7
         6: .line 135
            aload 3 /* newArgs */
            iconst_3
            aload 2 /* args */
            iconst_2
            aaload
            aastore
         7: .line 139
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 1 /* context */
            aload 0 /* this */
            aload 3 /* newArgs */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokestatic org.jruby.RubyKernel.eval:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] newArgs
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/jruby/RubyBinding;
            0    8     1  context  Lorg/jruby/runtime/ThreadContext;
            0    8     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    8     3  newArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"eval"}, required = 1, optional = 2)
    MethodParameters:
         Name  Flags
      context  
      args     

  public org.jruby.runtime.builtin.IRubyObject local_variable_defined_p(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyBinding this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject symbol
         0: .line 144
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.RubyBinding.binding:Lorg/jruby/runtime/Binding;
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.runtime.Binding.getEvalScope:(Lorg/jruby/Ruby;)Lorg/jruby/runtime/DynamicScope;
            invokevirtual org.jruby.runtime.DynamicScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
            aload 2 /* symbol */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asJavaString:()Ljava/lang/String;
            invokevirtual org.jruby.parser.StaticScope.isDefined:(Ljava/lang/String;)I
            iconst_m1
            if_icmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.jruby.Ruby
         1: iconst_0
      StackMap locals: org.jruby.RubyBinding org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject
      StackMap stack: org.jruby.Ruby int
         2: invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject symbol
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyBinding;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2   symbol  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"local_variable_defined?"})
    MethodParameters:
         Name  Flags
      context  
      symbol   

  public org.jruby.runtime.builtin.IRubyObject local_variable_get(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.jruby.RubyBinding this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject symbol
         0: .line 149
            aload 2 /* symbol */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asJavaString:()Ljava/lang/String;
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            astore 3 /* name */
        start local 3 // java.lang.String name
         1: .line 150
            aload 0 /* this */
            getfield org.jruby.RubyBinding.binding:Lorg/jruby/runtime/Binding;
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.runtime.Binding.getEvalScope:(Lorg/jruby/Ruby;)Lorg/jruby/runtime/DynamicScope;
            astore 4 /* evalScope */
        start local 4 // org.jruby.runtime.DynamicScope evalScope
         2: .line 151
            aload 4 /* evalScope */
            invokevirtual org.jruby.runtime.DynamicScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
            aload 3 /* name */
            invokevirtual org.jruby.parser.StaticScope.isDefined:(Ljava/lang/String;)I
            istore 5 /* slot */
        start local 5 // int slot
         3: .line 153
            iload 5 /* slot */
            iconst_m1
            if_icmpne 4
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            new java.lang.StringBuilder
            dup
            ldc "local variable `"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' not defined for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.jruby.RubyBinding.inspect:()Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* name */
            invokevirtual org.jruby.Ruby.newNameError:(Ljava/lang/String;Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         4: .line 155
      StackMap locals: java.lang.String org.jruby.runtime.DynamicScope int
      StackMap stack:
            aload 4 /* evalScope */
            iload 5 /* slot */
            ldc 65535
            iand
            iload 5 /* slot */
            bipush 16
            ishr
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.runtime.DynamicScope.getValueOrNil:(IILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // int slot
        end local 4 // org.jruby.runtime.DynamicScope evalScope
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject symbol
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/jruby/RubyBinding;
            0    5     1    context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     symbol  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     3       name  Ljava/lang/String;
            2    5     4  evalScope  Lorg/jruby/runtime/DynamicScope;
            3    5     5       slot  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  
      symbol   

  public org.jruby.runtime.builtin.IRubyObject local_variable_set(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.jruby.RubyBinding this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject symbol
        start local 3 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 160
            aload 2 /* symbol */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asJavaString:()Ljava/lang/String;
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         1: .line 161
            aload 0 /* this */
            getfield org.jruby.RubyBinding.binding:Lorg/jruby/runtime/Binding;
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.runtime.Binding.getEvalScope:(Lorg/jruby/Ruby;)Lorg/jruby/runtime/DynamicScope;
            astore 5 /* evalScope */
        start local 5 // org.jruby.runtime.DynamicScope evalScope
         2: .line 162
            aload 5 /* evalScope */
            invokevirtual org.jruby.runtime.DynamicScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
            aload 4 /* name */
            invokevirtual org.jruby.parser.StaticScope.isDefined:(Ljava/lang/String;)I
            istore 6 /* slot */
        start local 6 // int slot
         3: .line 164
            iload 6 /* slot */
            iconst_m1
            if_icmpne 6
         4: .line 165
            aload 5 /* evalScope */
            invokevirtual org.jruby.runtime.DynamicScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
            aload 4 /* name */
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            invokevirtual org.jruby.parser.StaticScope.addVariable:(Ljava/lang/String;)I
            istore 6 /* slot */
         5: .line 166
            aload 5 /* evalScope */
            invokevirtual org.jruby.runtime.DynamicScope.growIfNeeded:()V
         6: .line 169
      StackMap locals: java.lang.String org.jruby.runtime.DynamicScope int
      StackMap stack:
            aload 5 /* evalScope */
            iload 6 /* slot */
            ldc 65535
            iand
            aload 3 /* value */
            iload 6 /* slot */
            bipush 16
            ishr
            invokevirtual org.jruby.runtime.DynamicScope.setValue:(ILorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // int slot
        end local 5 // org.jruby.runtime.DynamicScope evalScope
        end local 4 // java.lang.String name
        end local 3 // org.jruby.runtime.builtin.IRubyObject value
        end local 2 // org.jruby.runtime.builtin.IRubyObject symbol
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/jruby/RubyBinding;
            0    7     1    context  Lorg/jruby/runtime/ThreadContext;
            0    7     2     symbol  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     4       name  Ljava/lang/String;
            2    7     5  evalScope  Lorg/jruby/runtime/DynamicScope;
            3    7     6       slot  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  
      symbol   
      value    

  public org.jruby.runtime.builtin.IRubyObject local_variables(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.RubyBinding this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 174
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         1: .line 176
            aload 0 /* this */
            getfield org.jruby.RubyBinding.binding:Lorg/jruby/runtime/Binding;
            aload 2 /* runtime */
            invokevirtual org.jruby.runtime.Binding.getEvalScope:(Lorg/jruby/Ruby;)Lorg/jruby/runtime/DynamicScope;
            invokevirtual org.jruby.runtime.DynamicScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
            aload 2 /* runtime */
            invokevirtual org.jruby.parser.StaticScope.getLocalVariables:(Lorg/jruby/Ruby;)Lorg/jruby/RubyArray;
            areturn
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyBinding;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            1    2     2  runtime  Lorg/jruby/Ruby;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject receiver(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.RubyBinding this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 181
            aload 0 /* this */
            getfield org.jruby.RubyBinding.binding:Lorg/jruby/runtime/Binding;
            invokevirtual org.jruby.runtime.Binding.getSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyBinding this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyBinding;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"receiver"})
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "RubyBinding.java"
NestMembers:
  org.jruby.RubyBinding$1
InnerClasses:
  org.jruby.RubyBinding$1
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Binding"})