public class org.jruby.ir.instructions.InlinedLineNumberInstr extends org.jruby.ir.instructions.LineNumberInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.instructions.InlinedLineNumberInstr
  super_class: org.jruby.ir.instructions.LineNumberInstr
{
  private final org.jruby.ir.IRScope scope;
    descriptor: Lorg/jruby/ir/IRScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.ir.IRScope, int);
    descriptor: (Lorg/jruby/ir/IRScope;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.InlinedLineNumberInstr this
        start local 1 // org.jruby.ir.IRScope scope
        start local 2 // int lineNumber
         0: .line 16
            aload 0 /* this */
            iload 2 /* lineNumber */
            invokespecial org.jruby.ir.instructions.LineNumberInstr.<init>:(I)V
         1: .line 18
            aload 0 /* this */
            aload 1 /* scope */
            putfield org.jruby.ir.instructions.InlinedLineNumberInstr.scope:Lorg/jruby/ir/IRScope;
         2: .line 19
            return
        end local 2 // int lineNumber
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.instructions.InlinedLineNumberInstr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jruby/ir/instructions/InlinedLineNumberInstr;
            0    3     1       scope  Lorg/jruby/ir/IRScope;
            0    3     2  lineNumber  I
    MethodParameters:
            Name  Flags
      scope       
      lineNumber  

  public java.lang.String[] toStringNonOperandArgs();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.jruby.ir.instructions.InlinedLineNumberInstr this
         0: .line 23
            aload 0 /* this */
            invokespecial org.jruby.ir.instructions.LineNumberInstr.toStringNonOperandArgs:()[Ljava/lang/String;
            astore 1 /* base */
        start local 1 // java.lang.String[] base
         1: .line 24
            aload 1 /* base */
            aload 1 /* base */
            arraylength
            iconst_1
            iadd
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast java.lang.String[]
            astore 2 /* args */
        start local 2 // java.lang.String[] args
         2: .line 26
            aload 2 /* args */
            aload 2 /* args */
            arraylength
            iconst_1
            isub
            new java.lang.StringBuilder
            dup
            ldc "scope_name: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.ir.instructions.InlinedLineNumberInstr.scope:Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getId:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
         3: .line 28
            aload 2 /* args */
            areturn
        end local 2 // java.lang.String[] args
        end local 1 // java.lang.String[] base
        end local 0 // org.jruby.ir.instructions.InlinedLineNumberInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/ir/instructions/InlinedLineNumberInstr;
            1    4     1  base  [Ljava/lang/String;
            2    4     2  args  [Ljava/lang/String;

  public org.jruby.ir.instructions.Instr clone(org.jruby.ir.transformations.inlining.CloneInfo);
    descriptor: (Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/instructions/Instr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.InlinedLineNumberInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 33
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.instructions.InlinedLineNumberInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/InlinedLineNumberInstr;
            0    1     1    ii  Lorg/jruby/ir/transformations/inlining/CloneInfo;
    MethodParameters:
      Name  Flags
      ii    

  public org.jruby.ir.IRScope getScope();
    descriptor: ()Lorg/jruby/ir/IRScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.InlinedLineNumberInstr this
         0: .line 37
            aload 0 /* this */
            getfield org.jruby.ir.instructions.InlinedLineNumberInstr.scope:Lorg/jruby/ir/IRScope;
            areturn
        end local 0 // org.jruby.ir.instructions.InlinedLineNumberInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/InlinedLineNumberInstr;
}
SourceFile: "InlinedLineNumberInstr.java"