final class com.oracle.truffle.api.profiles.FloatValueProfile$Disabled extends com.oracle.truffle.api.profiles.FloatValueProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.profiles.FloatValueProfile$Disabled
  super_class: com.oracle.truffle.api.profiles.FloatValueProfile
{
  static final com.oracle.truffle.api.profiles.FloatValueProfile INSTANCE;
    descriptor: Lcom/oracle/truffle/api/profiles/FloatValueProfile;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 168
            new com.oracle.truffle.api.profiles.FloatValueProfile$Disabled
            dup
            invokespecial com.oracle.truffle.api.profiles.FloatValueProfile$Disabled.<init>:()V
            putstatic com.oracle.truffle.api.profiles.FloatValueProfile$Disabled.INSTANCE:Lcom/oracle/truffle/api/profiles/FloatValueProfile;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Disabled this
         0: .line 166
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.profiles.FloatValueProfile.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/FloatValueProfile$Disabled;

  protected java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Disabled this
         0: .line 172
            getstatic com.oracle.truffle.api.profiles.FloatValueProfile$Disabled.INSTANCE:Lcom/oracle/truffle/api/profiles/FloatValueProfile;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/FloatValueProfile$Disabled;

  public float profile(float);
    descriptor: (F)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Disabled this
        start local 1 // float value
         0: .line 177
            fload 1 /* value */
            freturn
        end local 1 // float value
        end local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/profiles/FloatValueProfile$Disabled;
            0    1     1  value  F
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Disabled this
         0: .line 182
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/profiles/FloatValueProfile;
            invokevirtual com.oracle.truffle.api.profiles.FloatValueProfile$Disabled.toStringDisabled:(Ljava/lang/Class;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.FloatValueProfile$Disabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/FloatValueProfile$Disabled;
}
SourceFile: "FloatValueProfile.java"
NestHost: com.oracle.truffle.api.profiles.FloatValueProfile
InnerClasses:
  final Disabled = com.oracle.truffle.api.profiles.FloatValueProfile$Disabled of com.oracle.truffle.api.profiles.FloatValueProfile