public class org.jruby.ir.operands.UnboxedFloat extends org.jruby.ir.operands.ImmutableLiteral
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.operands.UnboxedFloat
  super_class: org.jruby.ir.operands.ImmutableLiteral
{
  public final double value;
    descriptor: D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.ir.operands.UnboxedFloat this
        start local 1 // double value
         0: .line 10
            aload 0 /* this */
            invokespecial org.jruby.ir.operands.ImmutableLiteral.<init>:()V
         1: .line 12
            aload 0 /* this */
            dload 1 /* value */
            putfield org.jruby.ir.operands.UnboxedFloat.value:D
         2: .line 13
            return
        end local 1 // double value
        end local 0 // org.jruby.ir.operands.UnboxedFloat this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/ir/operands/UnboxedFloat;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public org.jruby.ir.operands.OperandType getOperandType();
    descriptor: ()Lorg/jruby/ir/operands/OperandType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.UnboxedFloat this
         0: .line 17
            getstatic org.jruby.ir.operands.OperandType.UNBOXED_FLOAT:Lorg/jruby/ir/operands/OperandType;
            areturn
        end local 0 // org.jruby.ir.operands.UnboxedFloat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/UnboxedFloat;

  public boolean hasKnownValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.UnboxedFloat this
         0: .line 22
            iconst_1
            ireturn
        end local 0 // org.jruby.ir.operands.UnboxedFloat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/UnboxedFloat;

  public java.lang.Object createCacheObject(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.UnboxedFloat this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 27
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ir.operands.UnboxedFloat.value:D
            invokevirtual org.jruby.Ruby.newFloat:(D)Lorg/jruby/RubyFloat;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.operands.UnboxedFloat this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ir/operands/UnboxedFloat;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  

  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.ir.operands.UnboxedFloat this
         0: .line 32
            new java.lang.StringBuilder
            dup
            ldc "UnboxedFloat:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.ir.operands.UnboxedFloat.value:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.ir.operands.UnboxedFloat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/UnboxedFloat;

  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.operands.UnboxedFloat this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 37
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.UnboxedFloat:(Lorg/jruby/ir/operands/UnboxedFloat;)V
         1: .line 38
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.operands.UnboxedFloat this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/operands/UnboxedFloat;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public double getValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.UnboxedFloat this
         0: .line 41
            aload 0 /* this */
            getfield org.jruby.ir.operands.UnboxedFloat.value:D
            dreturn
        end local 0 // org.jruby.ir.operands.UnboxedFloat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/UnboxedFloat;

  public boolean isTruthyImmediate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.UnboxedFloat this
         0: .line 46
            iconst_1
            ireturn
        end local 0 // org.jruby.ir.operands.UnboxedFloat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/UnboxedFloat;
}
SourceFile: "UnboxedFloat.java"