public class org.eclipse.jdt.internal.compiler.impl.FloatConstant extends org.eclipse.jdt.internal.compiler.impl.Constant
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.impl.FloatConstant
  super_class: org.eclipse.jdt.internal.compiler.impl.Constant
{
  float value;
    descriptor: F
    flags: (0x0000) 

  public static org.eclipse.jdt.internal.compiler.impl.Constant fromValue(float);
    descriptor: (F)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // float value
         0: .line 21
            new org.eclipse.jdt.internal.compiler.impl.FloatConstant
            dup
            fload 0 /* value */
            invokespecial org.eclipse.jdt.internal.compiler.impl.FloatConstant.<init>:(F)V
            areturn
        end local 0 // float value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  F
    MethodParameters:
       Name  Flags
      value  

  private void <init>(float);
    descriptor: (F)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
        start local 1 // float value
         0: .line 24
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.impl.Constant.<init>:()V
         1: .line 25
            aload 0 /* this */
            fload 1 /* value */
            putfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
         2: .line 26
            return
        end local 1 // float value
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;
            0    3     1  value  F
    MethodParameters:
       Name  Flags
      value  

  public byte byteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 30
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            f2i
            i2b
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  public char charValue();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 35
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            f2i
            i2c
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 40
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            f2d
            dreturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  public float floatValue();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 45
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            freturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 50
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            f2i
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 55
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            f2l
            lreturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  public short shortValue();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 60
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            f2i
            i2s
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  public java.lang.String stringValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 65
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            invokestatic java.lang.String.valueOf:(F)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  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.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 70
            new java.lang.StringBuilder
            dup
            ldc "(float)"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  public int typeID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 75
            bipush 9
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
         0: .line 80
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
        start local 1 // java.lang.Object obj
         0: .line 85
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 86
            iconst_1
            ireturn
         2: .line 88
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 89
            iconst_0
            ireturn
         4: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 92
            iconst_0
            ireturn
         6: .line 94
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.jdt.internal.compiler.impl.FloatConstant
            astore 2 /* other */
        start local 2 // org.eclipse.jdt.internal.compiler.impl.FloatConstant other
         7: .line 95
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.impl.FloatConstant.value:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            if_icmpne 8
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.FloatConstant
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.impl.FloatConstant other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jdt.internal.compiler.impl.FloatConstant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;
            0    9     1    obj  Ljava/lang/Object;
            7    9     2  other  Lorg/eclipse/jdt/internal/compiler/impl/FloatConstant;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "FloatConstant.java"