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

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

  public org.jruby.ir.operands.Operand run();
    descriptor: ()Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.IRBuilder$8 this
         0: .line 1951
            aload 0 /* this */
            getfield org.jruby.ir.IRBuilder$8.this$0:Lorg/jruby/ir/IRBuilder;
            getfield org.jruby.ir.IRBuilder.manager:Lorg/jruby/ir/IRManager;
            invokevirtual org.jruby.ir.IRManager.getNil:()Lorg/jruby/ir/operands/Nil;
            areturn
        end local 0 // org.jruby.ir.IRBuilder$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/IRBuilder$8;
}
SourceFile: "IRBuilder.java"
EnclosingMethod: org.jruby.ir.IRBuilder.buildGetDefinition:(Lorg/jruby/ast/Node;)Lorg/jruby/ir/operands/Operand;
NestHost: org.jruby.ir.IRBuilder
InnerClasses:
  org.jruby.ir.IRBuilder$8
  abstract CodeBlock = org.jruby.ir.IRBuilder$CodeBlock of org.jruby.ir.IRBuilder