public abstract class org.jruby.runtime.DynamicScope implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.runtime.DynamicScope
  super_class: java.lang.Object
{
  protected final org.jruby.parser.StaticScope staticScope;
    descriptor: Lorg/jruby/parser/StaticScope;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.jruby.runtime.DynamicScope parent;
    descriptor: Lorg/jruby/runtime/DynamicScope;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private org.jruby.EvalType evalType;
    descriptor: Lorg/jruby/EvalType;
    flags: (0x0002) ACC_PRIVATE

  private boolean lambda;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 35
            ldc Lorg/jruby/runtime/DynamicScope;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.runtime.DynamicScope.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(org.jruby.parser.StaticScope, org.jruby.runtime.DynamicScope);
    descriptor: (Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.parser.StaticScope staticScope
        start local 2 // org.jruby.runtime.DynamicScope parent
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* staticScope */
            putfield org.jruby.runtime.DynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
         2: .line 48
            aload 0 /* this */
            aload 2 /* parent */
            putfield org.jruby.runtime.DynamicScope.parent:Lorg/jruby/runtime/DynamicScope;
         3: .line 49
            aload 0 /* this */
            getstatic org.jruby.EvalType.NONE:Lorg/jruby/EvalType;
            putfield org.jruby.runtime.DynamicScope.evalType:Lorg/jruby/EvalType;
         4: .line 50
            return
        end local 2 // org.jruby.runtime.DynamicScope parent
        end local 1 // org.jruby.parser.StaticScope staticScope
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/jruby/runtime/DynamicScope;
            0    5     1  staticScope  Lorg/jruby/parser/StaticScope;
            0    5     2       parent  Lorg/jruby/runtime/DynamicScope;
    MethodParameters:
             Name  Flags
      staticScope  
      parent       

  public static org.jruby.runtime.DynamicScope newDynamicScope(org.jruby.parser.StaticScope, org.jruby.runtime.DynamicScope);
    descriptor: (Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)Lorg/jruby/runtime/DynamicScope;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.parser.StaticScope staticScope
        start local 1 // org.jruby.runtime.DynamicScope parent
         0: .line 53
            aload 0 /* staticScope */
            aload 1 /* parent */
            invokevirtual org.jruby.parser.StaticScope.construct:(Lorg/jruby/runtime/DynamicScope;)Lorg/jruby/runtime/DynamicScope;
            areturn
        end local 1 // org.jruby.runtime.DynamicScope parent
        end local 0 // org.jruby.parser.StaticScope staticScope
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  staticScope  Lorg/jruby/parser/StaticScope;
            0    1     1       parent  Lorg/jruby/runtime/DynamicScope;
    MethodParameters:
             Name  Flags
      staticScope  
      parent       

  public static org.jruby.runtime.DynamicScope newDynamicScope(org.jruby.parser.StaticScope, org.jruby.runtime.DynamicScope, org.jruby.EvalType);
    descriptor: (Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/EvalType;)Lorg/jruby/runtime/DynamicScope;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jruby.parser.StaticScope staticScope
        start local 1 // org.jruby.runtime.DynamicScope parent
        start local 2 // org.jruby.EvalType evalType
         0: .line 57
            aload 0 /* staticScope */
            aload 1 /* parent */
            invokestatic org.jruby.runtime.DynamicScope.newDynamicScope:(Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)Lorg/jruby/runtime/DynamicScope;
            astore 3 /* newScope */
        start local 3 // org.jruby.runtime.DynamicScope newScope
         1: .line 58
            aload 3 /* newScope */
            aload 2 /* evalType */
            invokevirtual org.jruby.runtime.DynamicScope.setEvalType:(Lorg/jruby/EvalType;)V
         2: .line 59
            aload 3 /* newScope */
            areturn
        end local 3 // org.jruby.runtime.DynamicScope newScope
        end local 2 // org.jruby.EvalType evalType
        end local 1 // org.jruby.runtime.DynamicScope parent
        end local 0 // org.jruby.parser.StaticScope staticScope
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0  staticScope  Lorg/jruby/parser/StaticScope;
            0    3     1       parent  Lorg/jruby/runtime/DynamicScope;
            0    3     2     evalType  Lorg/jruby/EvalType;
            1    3     3     newScope  Lorg/jruby/runtime/DynamicScope;
    MethodParameters:
             Name  Flags
      staticScope  
      parent       
      evalType     

  public static org.jruby.runtime.DynamicScope newDummyScope(org.jruby.parser.StaticScope, org.jruby.runtime.DynamicScope);
    descriptor: (Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)Lorg/jruby/runtime/DynamicScope;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.parser.StaticScope staticScope
        start local 1 // org.jruby.runtime.DynamicScope parent
         0: .line 63
            aload 0 /* staticScope */
            aload 1 /* parent */
            invokestatic org.jruby.runtime.DynamicScope.newDynamicScope:(Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)Lorg/jruby/runtime/DynamicScope;
            areturn
        end local 1 // org.jruby.runtime.DynamicScope parent
        end local 0 // org.jruby.parser.StaticScope staticScope
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  staticScope  Lorg/jruby/parser/StaticScope;
            0    1     1       parent  Lorg/jruby/runtime/DynamicScope;
    MethodParameters:
             Name  Flags
      staticScope  
      parent       

  public final org.jruby.runtime.DynamicScope getParentScope();
    descriptor: ()Lorg/jruby/runtime/DynamicScope;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 72
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.parent:Lorg/jruby/runtime/DynamicScope;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;

  public org.jruby.runtime.DynamicScope getNextCapturedScope();
    descriptor: ()Lorg/jruby/runtime/DynamicScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 77
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getParentScope:()Lorg/jruby/runtime/DynamicScope;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public org.jruby.runtime.DynamicScope getNthParentScope(int);
    descriptor: (I)Lorg/jruby/runtime/DynamicScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // int n
         0: .line 87
            aload 0 /* this */
            astore 2 /* scope */
        start local 2 // org.jruby.runtime.DynamicScope scope
         1: .line 88
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 89
      StackMap locals: org.jruby.runtime.DynamicScope int
      StackMap stack:
            aload 2 /* scope */
            ifnonnull 4
            goto 7
         4: .line 90
      StackMap locals:
      StackMap stack:
            aload 2 /* scope */
            invokevirtual org.jruby.runtime.DynamicScope.getParentScope:()Lorg/jruby/runtime/DynamicScope;
            astore 2 /* scope */
         5: .line 88
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 1 /* n */
            if_icmplt 3
        end local 3 // int i
         7: .line 92
      StackMap locals:
      StackMap stack:
            aload 2 /* scope */
            areturn
        end local 2 // org.jruby.runtime.DynamicScope scope
        end local 1 // int n
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/jruby/runtime/DynamicScope;
            0    8     1      n  I
            1    8     2  scope  Lorg/jruby/runtime/DynamicScope;
            2    7     3      i  I
    MethodParameters:
      Name  Flags
      n     

  public static org.jruby.runtime.DynamicScope newDynamicScope(org.jruby.parser.StaticScope);
    descriptor: (Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/DynamicScope;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.parser.StaticScope staticScope
         0: .line 96
            aload 0 /* staticScope */
            aconst_null
            invokestatic org.jruby.runtime.DynamicScope.newDynamicScope:(Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;)Lorg/jruby/runtime/DynamicScope;
            areturn
        end local 0 // org.jruby.parser.StaticScope staticScope
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  staticScope  Lorg/jruby/parser/StaticScope;
    MethodParameters:
             Name  Flags
      staticScope  

  public final org.jruby.parser.StaticScope getStaticScope();
    descriptor: ()Lorg/jruby/parser/StaticScope;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 105
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;

  public final java.lang.String[] getAllNamesInScope();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 114
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getAllNamesInScope:()[Ljava/lang/String;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;

  public void growIfNeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 118
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "BUG: scopes of type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " cannot grow"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;

  public org.jruby.runtime.builtin.IRubyObject[] getValues();
    descriptor: ()[Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 122
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getNumberOfVariables:()I
            istore 1 /* numberOfVariables */
        start local 1 // int numberOfVariables
         1: .line 123
            iload 1 /* numberOfVariables */
            anewarray org.jruby.runtime.builtin.IRubyObject
            astore 2 /* values */
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] values
         2: .line 124
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 125
      StackMap locals: int org.jruby.runtime.builtin.IRubyObject[] int
      StackMap stack:
            aload 2 /* values */
            iload 3 /* i */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
         5: .line 124
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 1 /* numberOfVariables */
            if_icmplt 4
        end local 3 // int i
         7: .line 127
            aload 2 /* values */
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] values
        end local 1 // int numberOfVariables
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lorg/jruby/runtime/DynamicScope;
            1    8     1  numberOfVariables  I
            2    8     2             values  [Lorg/jruby/runtime/builtin/IRubyObject;
            3    7     3                  i  I

  public abstract org.jruby.runtime.builtin.IRubyObject getValue(int, int);
    descriptor: (II)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()
    MethodParameters:
        Name  Flags
      offset  
      depth   

  public org.jruby.runtime.builtin.IRubyObject getValueDepthZero(int);
    descriptor: (I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // int offset
         0: .line 145
            aload 0 /* this */
            iload 1 /* offset */
            iconst_0
            invokevirtual org.jruby.runtime.DynamicScope.getValue:(II)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // int offset
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/runtime/DynamicScope;
            0    1     1  offset  I
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()
    MethodParameters:
        Name  Flags
      offset  

  public org.jruby.runtime.builtin.IRubyObject getValueZeroDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 153
            aload 0 /* this */
            iconst_0
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()

  public org.jruby.runtime.builtin.IRubyObject getValueOneDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 161
            aload 0 /* this */
            iconst_1
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()

  public org.jruby.runtime.builtin.IRubyObject getValueTwoDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 169
            aload 0 /* this */
            iconst_2
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()

  public org.jruby.runtime.builtin.IRubyObject getValueThreeDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 177
            aload 0 /* this */
            iconst_3
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()

  public org.jruby.runtime.builtin.IRubyObject getValueFourDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 185
            aload 0 /* this */
            iconst_4
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()

  public org.jruby.runtime.builtin.IRubyObject getValueFiveDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 193
            aload 0 /* this */
            iconst_5
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()

  public org.jruby.runtime.builtin.IRubyObject getValueSixDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 201
            aload 0 /* this */
            bipush 6
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()

  public org.jruby.runtime.builtin.IRubyObject getValueSevenDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 209
            aload 0 /* this */
            bipush 7
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()

  public org.jruby.runtime.builtin.IRubyObject getValueEightDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 217
            aload 0 /* this */
            bipush 8
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()

  public org.jruby.runtime.builtin.IRubyObject getValueNineDepthZero();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 225
            aload 0 /* this */
            bipush 9
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jruby.ir.JIT()

  public org.jruby.runtime.builtin.IRubyObject getValueOrNil(int, int, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (IILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // int offset
        start local 2 // int depth
        start local 3 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 232
            iload 2 /* depth */
            ifle 2
         1: .line 233
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.parent:Lorg/jruby/runtime/DynamicScope;
            iload 1 /* offset */
            iload 2 /* depth */
            iconst_1
            isub
            aload 3 /* nil */
            invokevirtual org.jruby.runtime.DynamicScope.getValueOrNil:(IILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* offset */
            aload 3 /* nil */
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZeroOrNil:(ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject nil
        end local 2 // int depth
        end local 1 // int offset
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/runtime/DynamicScope;
            0    3     1  offset  I
            0    3     2   depth  I
            0    3     3     nil  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
        Name  Flags
      offset  
      depth   
      nil     

  public org.jruby.runtime.builtin.IRubyObject getValueDepthZeroOrNil(int, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // int offset
        start local 2 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 243
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual org.jruby.runtime.DynamicScope.getValueDepthZero:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* value */
        start local 3 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 244
            aload 3 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 2 /* nil */
            iload 1 /* offset */
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 3 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject value
        end local 2 // org.jruby.runtime.builtin.IRubyObject nil
        end local 1 // int offset
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/jruby/runtime/DynamicScope;
            0    4     1  offset  I
            0    4     2     nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     3   value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
        Name  Flags
      offset  
      nil     

  public org.jruby.runtime.builtin.IRubyObject getValueZeroDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 251
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValueZeroDepthZero:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 252
            aload 2 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* nil */
            iconst_0
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/DynamicScope;
            0    4     1    nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueOneDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 259
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValueOneDepthZero:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 260
            aload 2 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* nil */
            iconst_1
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/DynamicScope;
            0    4     1    nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueTwoDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 267
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValueTwoDepthZero:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 268
            aload 2 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* nil */
            iconst_2
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/DynamicScope;
            0    4     1    nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueThreeDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 275
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValueThreeDepthZero:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 276
            aload 2 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* nil */
            iconst_3
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/DynamicScope;
            0    4     1    nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueFourDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 283
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValueFourDepthZero:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 284
            aload 2 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* nil */
            iconst_4
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/DynamicScope;
            0    4     1    nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueFiveDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 291
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValueFiveDepthZero:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 292
            aload 2 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* nil */
            iconst_5
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/DynamicScope;
            0    4     1    nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueSixDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 299
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValueSixDepthZero:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 300
            aload 2 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* nil */
            bipush 6
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/DynamicScope;
            0    4     1    nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueSevenDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 307
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValueSevenDepthZero:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 308
            aload 2 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* nil */
            bipush 7
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/DynamicScope;
            0    4     1    nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueEightDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 315
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValueEightDepthZero:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 316
            aload 2 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* nil */
            bipush 8
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/DynamicScope;
            0    4     1    nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject getValueNineDepthZeroOrNil(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 323
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValueNineDepthZero:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 324
            aload 2 /* value */
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* nil */
            bipush 9
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZero:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 2 /* value */
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/runtime/DynamicScope;
            0    4     1    nil  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.runtime.builtin.IRubyObject setValue(int, org.jruby.runtime.builtin.IRubyObject, int);
    descriptor: (ILorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // int offset
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
        start local 3 // int depth
         0: .line 335
            aload 0 /* this */
            aload 2 /* value */
            iload 1 /* offset */
            iload 3 /* depth */
            invokevirtual org.jruby.runtime.DynamicScope.setValueVoid:(Lorg/jruby/runtime/builtin/IRubyObject;II)V
         1: .line 336
            aload 2 /* value */
            areturn
        end local 3 // int depth
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // int offset
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  offset  I
            0    2     2   value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3   depth  I
    MethodParameters:
        Name  Flags
      offset  
      value   
      depth   

  public org.jruby.runtime.builtin.IRubyObject setValue(org.jruby.runtime.builtin.IRubyObject, int, int);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;II)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
        start local 2 // int offset
        start local 3 // int depth
         0: .line 347
            aload 0 /* this */
            aload 1 /* value */
            iload 2 /* offset */
            iload 3 /* depth */
            invokevirtual org.jruby.runtime.DynamicScope.setValueVoid:(Lorg/jruby/runtime/builtin/IRubyObject;II)V
         1: .line 348
            aload 1 /* value */
            areturn
        end local 3 // int depth
        end local 2 // int offset
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/runtime/DynamicScope;
            0    2     1   value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     2  offset  I
            0    2     3   depth  I
    MethodParameters:
        Name  Flags
      value   
      offset  
      depth   

  public abstract void setValueVoid(org.jruby.runtime.builtin.IRubyObject, int, int);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
        Name  Flags
      value   
      offset  
      depth   

  public org.jruby.runtime.builtin.IRubyObject setValueDepthZero(org.jruby.runtime.builtin.IRubyObject, int);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
        start local 2 // int offset
         0: .line 368
            aload 0 /* this */
            aload 1 /* value */
            iload 2 /* offset */
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 369
            aload 1 /* value */
            areturn
        end local 2 // int offset
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/runtime/DynamicScope;
            0    2     1   value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     2  offset  I
    MethodParameters:
        Name  Flags
      value   
      offset  

  public void setValueDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject, int);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
        start local 2 // int offset
         0: .line 380
            aload 0 /* this */
            aload 1 /* value */
            iload 2 /* offset */
            iconst_0
            invokevirtual org.jruby.runtime.DynamicScope.setValueVoid:(Lorg/jruby/runtime/builtin/IRubyObject;II)V
         1: .line 381
            return
        end local 2 // int offset
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/runtime/DynamicScope;
            0    2     1   value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     2  offset  I
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
        Name  Flags
      value   
      offset  

  public org.jruby.runtime.builtin.IRubyObject setValueZeroDepthZero(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 387
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.jruby.runtime.DynamicScope.setValueZeroDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 388
            aload 1 /* value */
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueZeroDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 396
            aload 0 /* this */
            aload 1 /* value */
            iconst_0
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 397
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
       Name  Flags
      value  

  public org.jruby.runtime.builtin.IRubyObject setValueOneDepthZero(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 403
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.jruby.runtime.DynamicScope.setValueOneDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 404
            aload 1 /* value */
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueOneDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 412
            aload 0 /* this */
            aload 1 /* value */
            iconst_1
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 413
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
       Name  Flags
      value  

  public org.jruby.runtime.builtin.IRubyObject setValueTwoDepthZero(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 419
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.jruby.runtime.DynamicScope.setValueTwoDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 420
            aload 1 /* value */
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueTwoDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 428
            aload 0 /* this */
            aload 1 /* value */
            iconst_2
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 429
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
       Name  Flags
      value  

  public org.jruby.runtime.builtin.IRubyObject setValueThreeDepthZero(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 435
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.jruby.runtime.DynamicScope.setValueThreeDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 436
            aload 1 /* value */
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public void setValueThreeDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 444
            aload 0 /* this */
            aload 1 /* value */
            iconst_3
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 445
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
       Name  Flags
      value  

  public void setValueFourDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 452
            aload 0 /* this */
            aload 1 /* value */
            iconst_4
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 453
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
       Name  Flags
      value  

  public void setValueFiveDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 460
            aload 0 /* this */
            aload 1 /* value */
            iconst_5
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 461
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
       Name  Flags
      value  

  public void setValueSixDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 468
            aload 0 /* this */
            aload 1 /* value */
            bipush 6
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 469
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
       Name  Flags
      value  

  public void setValueSevenDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 476
            aload 0 /* this */
            aload 1 /* value */
            bipush 7
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 477
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
       Name  Flags
      value  

  public void setValueEightDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 484
            aload 0 /* this */
            aload 1 /* value */
            bipush 8
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 485
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
       Name  Flags
      value  

  public void setValueNineDepthZeroVoid(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 492
            aload 0 /* this */
            aload 1 /* value */
            bipush 9
            invokevirtual org.jruby.runtime.DynamicScope.setValueDepthZeroVoid:(Lorg/jruby/runtime/builtin/IRubyObject;I)V
         1: .line 493
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeInvisibleAnnotations: 
      org.jruby.ir.JIT()
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 497
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            ldc ""
            invokevirtual org.jruby.runtime.DynamicScope.toString:(Ljava/lang/StringBuffer;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;

  public java.lang.String toString(java.lang.StringBuffer, java.lang.String);
    descriptor: (Ljava/lang/StringBuffer;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // java.lang.StringBuffer buf
        start local 2 // java.lang.String indent
         0: .line 502
            aload 1 /* buf */
            aload 2 /* indent */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            new java.lang.StringBuilder
            dup
            ldc "Static Type["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 503
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.isBlockScope:()Z
            ifeq 2
            ldc "block"
            goto 3
      StackMap locals: org.jruby.runtime.DynamicScope java.lang.StringBuffer java.lang.String
      StackMap stack: java.lang.StringBuffer java.lang.StringBuilder
         2: ldc "local"
      StackMap locals: org.jruby.runtime.DynamicScope java.lang.StringBuffer java.lang.String
      StackMap stack: java.lang.StringBuffer java.lang.StringBuilder java.lang.String
         3: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 502
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 504
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getNumberOfVariables:()I
            istore 3 /* size */
        start local 3 // int size
         6: .line 505
            aload 0 /* this */
            invokevirtual org.jruby.runtime.DynamicScope.getValues:()[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 4 /* variableValues */
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] variableValues
         7: .line 507
            iload 3 /* size */
            ifeq 26
         8: .line 508
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.staticScope:Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getVariables:()[Ljava/lang/String;
            astore 5 /* names */
        start local 5 // java.lang.String[] names
         9: .line 509
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 18
        11: .line 510
      StackMap locals: org.jruby.runtime.DynamicScope java.lang.StringBuffer java.lang.String int org.jruby.runtime.builtin.IRubyObject[] java.lang.String[] int
      StackMap stack:
            aload 1 /* buf */
            aload 5 /* names */
            iload 6 /* i */
            aaload
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            ldc "="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 512
            aload 4 /* variableValues */
            iload 6 /* i */
            aaload
            ifnonnull 15
        13: .line 513
            aload 1 /* buf */
            ldc "null"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        14: .line 514
            goto 16
        15: .line 515
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 4 /* variableValues */
            iload 6 /* i */
            aaload
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
        16: .line 518
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            ldc ","
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        17: .line 509
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 6 /* i */
            iload 3 /* size */
            iconst_1
            isub
            if_icmplt 11
        end local 6 // int i
        19: .line 520
            aload 1 /* buf */
            aload 5 /* names */
            iload 3 /* size */
            iconst_1
            isub
            aaload
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            ldc "="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        20: .line 522
            getstatic org.jruby.runtime.DynamicScope.$assertionsDisabled:Z
            ifne 22
            aload 4 /* variableValues */
            arraylength
            aload 5 /* names */
            arraylength
            if_icmpeq 22
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "V: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* variableValues */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        21: .line 523
            ldc " != N: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* names */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        22: .line 525
      StackMap locals:
      StackMap stack:
            aload 4 /* variableValues */
            iload 3 /* size */
            iconst_1
            isub
            aaload
            ifnonnull 25
        23: .line 526
            aload 1 /* buf */
            ldc "null"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        24: .line 527
            goto 26
        25: .line 528
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 4 /* variableValues */
            iload 3 /* size */
            iconst_1
            isub
            aaload
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
        end local 5 // java.lang.String[] names
        26: .line 533
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            ldc "]"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        27: .line 534
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.parent:Lorg/jruby/runtime/DynamicScope;
            ifnull 30
        28: .line 535
            aload 1 /* buf */
            ldc "\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        29: .line 536
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.parent:Lorg/jruby/runtime/DynamicScope;
            aload 1 /* buf */
            new java.lang.StringBuilder
            dup
            aload 2 /* indent */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "  "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.runtime.DynamicScope.toString:(Ljava/lang/StringBuffer;Ljava/lang/String;)Ljava/lang/String;
            pop
        30: .line 539
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] variableValues
        end local 3 // int size
        end local 2 // java.lang.String indent
        end local 1 // java.lang.StringBuffer buf
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   31     0            this  Lorg/jruby/runtime/DynamicScope;
            0   31     1             buf  Ljava/lang/StringBuffer;
            0   31     2          indent  Ljava/lang/String;
            6   31     3            size  I
            7   31     4  variableValues  [Lorg/jruby/runtime/builtin/IRubyObject;
            9   26     5           names  [Ljava/lang/String;
           10   19     6               i  I
    MethodParameters:
        Name  Flags
      buf     
      indent  

  public boolean inInstanceEval();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 543
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.evalType:Lorg/jruby/EvalType;
            getstatic org.jruby.EvalType.INSTANCE_EVAL:Lorg/jruby/EvalType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/DynamicScope;

  public boolean inModuleEval();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 547
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.evalType:Lorg/jruby/EvalType;
            getstatic org.jruby.EvalType.MODULE_EVAL:Lorg/jruby/EvalType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/DynamicScope;

  public boolean inBindingEval();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 551
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.evalType:Lorg/jruby/EvalType;
            getstatic org.jruby.EvalType.BINDING_EVAL:Lorg/jruby/EvalType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/DynamicScope;

  public void setEvalType(org.jruby.EvalType);
    descriptor: (Lorg/jruby/EvalType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // org.jruby.EvalType evalType
         0: .line 555
            aload 0 /* this */
            aload 1 /* evalType */
            ifnonnull 1
            getstatic org.jruby.EvalType.NONE:Lorg/jruby/EvalType;
            goto 2
      StackMap locals:
      StackMap stack: org.jruby.runtime.DynamicScope
         1: aload 1 /* evalType */
      StackMap locals: org.jruby.runtime.DynamicScope org.jruby.EvalType
      StackMap stack: org.jruby.runtime.DynamicScope org.jruby.EvalType
         2: putfield org.jruby.runtime.DynamicScope.evalType:Lorg/jruby/EvalType;
         3: .line 556
            return
        end local 1 // org.jruby.EvalType evalType
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/runtime/DynamicScope;
            0    4     1  evalType  Lorg/jruby/EvalType;
    MethodParameters:
          Name  Flags
      evalType  

  public org.jruby.EvalType getEvalType();
    descriptor: ()Lorg/jruby/EvalType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 559
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.evalType:Lorg/jruby/EvalType;
            areturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;

  public void clearEvalType();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 563
            aload 0 /* this */
            getstatic org.jruby.EvalType.NONE:Lorg/jruby/EvalType;
            putfield org.jruby.runtime.DynamicScope.evalType:Lorg/jruby/EvalType;
         1: .line 564
            return
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/DynamicScope;

  public void setLambda(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.DynamicScope this
        start local 1 // boolean lambda
         0: .line 567
            aload 0 /* this */
            iload 1 /* lambda */
            putfield org.jruby.runtime.DynamicScope.lambda:Z
         1: .line 568
            return
        end local 1 // boolean lambda
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/runtime/DynamicScope;
            0    2     1  lambda  Z
    MethodParameters:
        Name  Flags
      lambda  

  public boolean isLambda();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 571
            aload 0 /* this */
            getfield org.jruby.runtime.DynamicScope.lambda:Z
            ireturn
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/DynamicScope;

  public org.jruby.runtime.DynamicScope cloneScope();
    descriptor: ()Lorg/jruby/runtime/DynamicScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.runtime.DynamicScope this
         0: .line 577
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.jruby.runtime.DynamicScope
         1: areturn
         2: .line 578
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         3: .line 579
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "BUG: failed to clone scope type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.runtime.DynamicScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/runtime/DynamicScope;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "DynamicScope.java"