class org.jruby.ir.IRBuilder$1 implements org.jruby.ir.IRBuilder$CodeBlock
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ir.IRBuilder$1
  super_class: java.lang.Object
{
  final org.jruby.ir.IRBuilder this$0;
    descriptor: Lorg/jruby/ir/IRBuilder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.jruby.ir.instructions.CallInstr val$callInstr;
    descriptor: Lorg/jruby/ir/instructions/CallInstr;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.ir.IRBuilder, org.jruby.ir.instructions.CallInstr);
    descriptor: (Lorg/jruby/ir/IRBuilder;Lorg/jruby/ir/instructions/CallInstr;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ir.IRBuilder$1 this
         0: .line 1054
            aload 0 /* this */
            aload 1
            putfield org.jruby.ir.IRBuilder$1.this$0:Lorg/jruby/ir/IRBuilder;
            aload 0 /* this */
            aload 2
            putfield org.jruby.ir.IRBuilder$1.val$callInstr:Lorg/jruby/ir/instructions/CallInstr;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ir.IRBuilder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/IRBuilder$1;
    MethodParameters:
               Name  Flags
      this$0         final
      val$callInstr  final

  public org.jruby.ir.operands.Operand run();
    descriptor: ()Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ir.IRBuilder$1 this
         0: .line 1054
            aload 0 /* this */
            getfield org.jruby.ir.IRBuilder$1.this$0:Lorg/jruby/ir/IRBuilder;
            aload 0 /* this */
            getfield org.jruby.ir.IRBuilder$1.val$callInstr:Lorg/jruby/ir/instructions/CallInstr;
            invokevirtual org.jruby.ir.IRBuilder.addInstr:(Lorg/jruby/ir/instructions/Instr;)V
            aload 0 /* this */
            getfield org.jruby.ir.IRBuilder$1.val$callInstr:Lorg/jruby/ir/instructions/CallInstr;
            invokevirtual org.jruby.ir.instructions.CallInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            areturn
        end local 0 // org.jruby.ir.IRBuilder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/IRBuilder$1;
}
SourceFile: "IRBuilder.java"
EnclosingMethod: org.jruby.ir.IRBuilder.receiveBreakException:(Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/instructions/CallInstr;)V
NestHost: org.jruby.ir.IRBuilder
InnerClasses:
  org.jruby.ir.IRBuilder$1
  abstract CodeBlock = org.jruby.ir.IRBuilder$CodeBlock of org.jruby.ir.IRBuilder