public final class com.oracle.js.parser.JSType
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.js.parser.JSType
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.JSType this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            return
        end local 0 // com.oracle.js.parser.JSType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/js/parser/JSType;

  public static boolean isRepresentableAsInt(double);
    descriptor: (D)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // double number
         0: .line 61
            dload 0 /* number */
            d2i
            i2d
            dload 0 /* number */
            dcmpl
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // double number
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  number  D
    MethodParameters:
        Name  Flags
      number  final

  public static boolean isStrictlyRepresentableAsInt(double);
    descriptor: (D)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // double number
         0: .line 74
            dload 0 /* number */
            invokestatic com.oracle.js.parser.JSType.isRepresentableAsInt:(D)Z
            ifeq 1
            dload 0 /* number */
            invokestatic com.oracle.js.parser.JSType.isNotNegativeZero:(D)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // double number
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  number  D
    MethodParameters:
        Name  Flags
      number  final

  public static boolean isRepresentableAsLong(double);
    descriptor: (D)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // double number
         0: .line 86
            dload 0 /* number */
            d2l
            l2d
            dload 0 /* number */
            dcmpl
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // double number
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  number  D
    MethodParameters:
        Name  Flags
      number  final

  public static boolean isStrictlyRepresentableAsLong(double);
    descriptor: (D)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // double number
         0: .line 99
            dload 0 /* number */
            invokestatic com.oracle.js.parser.JSType.isRepresentableAsLong:(D)Z
            ifeq 1
            dload 0 /* number */
            invokestatic com.oracle.js.parser.JSType.isNotNegativeZero:(D)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // double number
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  number  D
    MethodParameters:
        Name  Flags
      number  final

  private static boolean isNotNegativeZero(double);
    descriptor: (D)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // double number
         0: .line 109
            dload 0 /* number */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            ldc -9223372036854775808
            lcmp
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // double number
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  number  D
    MethodParameters:
        Name  Flags
      number  final
}
SourceFile: "JSType.java"