public class org.jruby.ir.operands.TemporaryFloatVariable extends org.jruby.ir.operands.TemporaryLocalVariable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.operands.TemporaryFloatVariable
  super_class: org.jruby.ir.operands.TemporaryLocalVariable
{
  public static final java.lang.String PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "%f_"

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.TemporaryFloatVariable this
        start local 1 // int offset
         0: .line 42
            aload 0 /* this */
            iload 1 /* offset */
            invokespecial org.jruby.ir.operands.TemporaryLocalVariable.<init>:(I)V
         1: .line 43
            return
        end local 1 // int offset
        end local 0 // org.jruby.ir.operands.TemporaryFloatVariable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ir/operands/TemporaryFloatVariable;
            0    2     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public org.jruby.ir.operands.TemporaryVariableType getType();
    descriptor: ()Lorg/jruby/ir/operands/TemporaryVariableType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.TemporaryFloatVariable this
         0: .line 47
            getstatic org.jruby.ir.operands.TemporaryVariableType.FLOAT:Lorg/jruby/ir/operands/TemporaryVariableType;
            areturn
        end local 0 // org.jruby.ir.operands.TemporaryFloatVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryFloatVariable;

  public java.lang.String getPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.TemporaryFloatVariable this
         0: .line 52
            ldc "%f_"
            areturn
        end local 0 // org.jruby.ir.operands.TemporaryFloatVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryFloatVariable;

  public org.jruby.ir.operands.Variable clone(org.jruby.ir.transformations.inlining.SimpleCloneInfo);
    descriptor: (Lorg/jruby/ir/transformations/inlining/SimpleCloneInfo;)Lorg/jruby/ir/operands/Variable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.TemporaryFloatVariable this
        start local 1 // org.jruby.ir.transformations.inlining.SimpleCloneInfo ii
         0: .line 57
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.SimpleCloneInfo ii
        end local 0 // org.jruby.ir.operands.TemporaryFloatVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryFloatVariable;
            0    1     1    ii  Lorg/jruby/ir/transformations/inlining/SimpleCloneInfo;
    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.operands.TemporaryFloatVariable this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 62
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.TemporaryFloatVariable:(Lorg/jruby/ir/operands/TemporaryFloatVariable;)V
         1: .line 63
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.operands.TemporaryFloatVariable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/operands/TemporaryFloatVariable;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public static org.jruby.ir.operands.TemporaryFloatVariable decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/operands/TemporaryFloatVariable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 66
            new org.jruby.ir.operands.TemporaryFloatVariable
            dup
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeInt:()I
            invokespecial org.jruby.ir.operands.TemporaryFloatVariable.<init>:(I)V
            areturn
        end local 0 // org.jruby.ir.persistence.IRReaderDecoder d
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     d  Lorg/jruby/ir/persistence/IRReaderDecoder;
    MethodParameters:
      Name  Flags
      d     
}
SourceFile: "TemporaryFloatVariable.java"