public final class org.graalvm.compiler.jtt.lang.Float_conditional extends org.graalvm.compiler.jtt.bytecode.BC_float_base
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.lang.Float_conditional
  super_class: org.graalvm.compiler.jtt.bytecode.BC_float_base
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.lang.Float_conditional this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.bytecode.BC_float_base.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.lang.Float_conditional this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/lang/Float_conditional;

  public static float test(float, float);
    descriptor: (FF)F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // float x
        start local 1 // float y
         0: .line 36
            fload 0 /* x */
            fload 1 /* y */
            fcmpl
            ifne 2
         1: .line 37
            fload 1 /* y */
            freturn
         2: .line 39
      StackMap locals:
      StackMap stack:
            fload 0 /* x */
            freturn
        end local 1 // float y
        end local 0 // float x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     x  F
            0    3     1     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public static float conditional(float, float);
    descriptor: (FF)F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // float x
        start local 1 // float y
         0: .line 43
            fload 0 /* x */
            fload 1 /* y */
            fcmpl
            ifne 1
            fload 0 /* x */
            goto 2
      StackMap locals:
      StackMap stack:
         1: fload 1 /* y */
      StackMap locals:
      StackMap stack: float
         2: freturn
        end local 1 // float y
        end local 0 // float x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     x  F
            0    3     1     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public void runEquals();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.lang.Float_conditional this
         0: .line 46
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.lang.Float_conditional this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/lang/Float_conditional;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void runConditional();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.lang.Float_conditional this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.lang.Float_conditional this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/lang/Float_conditional;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Float_conditional.java"