public class org.jruby.ir.instructions.boxing.BoxFloatInstr extends org.jruby.ir.instructions.boxing.BoxInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.instructions.boxing.BoxFloatInstr
  super_class: org.jruby.ir.instructions.boxing.BoxInstr
{
  public void <init>(org.jruby.ir.operands.Variable, org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.boxing.BoxFloatInstr this
        start local 1 // org.jruby.ir.operands.Variable dst
        start local 2 // org.jruby.ir.operands.Operand val
         0: .line 12
            aload 0 /* this */
            getstatic org.jruby.ir.Operation.BOX_FLOAT:Lorg/jruby/ir/Operation;
            aload 1 /* dst */
            aload 2 /* val */
            invokespecial org.jruby.ir.instructions.boxing.BoxInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
         1: .line 13
            return
        end local 2 // org.jruby.ir.operands.Operand val
        end local 1 // org.jruby.ir.operands.Variable dst
        end local 0 // org.jruby.ir.instructions.boxing.BoxFloatInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ir/instructions/boxing/BoxFloatInstr;
            0    2     1   dst  Lorg/jruby/ir/operands/Variable;
            0    2     2   val  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
      Name  Flags
      dst   
      val   

  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=5, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.boxing.BoxFloatInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 17
            new org.jruby.ir.instructions.boxing.BoxFloatInstr
            dup
            aload 1 /* ii */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.boxing.BoxFloatInstr.getResult:()Lorg/jruby/ir/operands/Variable;
            invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getRenamedVariable:(Lorg/jruby/ir/operands/Variable;)Lorg/jruby/ir/operands/Variable;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.boxing.BoxFloatInstr.getValue:()Lorg/jruby/ir/operands/Operand;
            aload 1 /* ii */
            invokevirtual org.jruby.ir.operands.Operand.cloneForInlining:(Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/operands/Operand;
            invokespecial org.jruby.ir.instructions.boxing.BoxFloatInstr.<init>:(Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.instructions.boxing.BoxFloatInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/boxing/BoxFloatInstr;
            0    1     1    ii  Lorg/jruby/ir/transformations/inlining/CloneInfo;
    MethodParameters:
      Name  Flags
      ii    

  public void visit(org.jruby.ir.IRVisitor);
    descriptor: (Lorg/jruby/ir/IRVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.boxing.BoxFloatInstr this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 22
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.BoxFloatInstr:(Lorg/jruby/ir/instructions/boxing/BoxFloatInstr;)V
         1: .line 23
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.instructions.boxing.BoxFloatInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/instructions/boxing/BoxFloatInstr;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "BoxFloatInstr.java"