class com.oracle.truffle.api.dsl.test.TypeSystemTest$SimpleTypes
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$SimpleTypes
  super_class: java.lang.Object
{
  static int intCheck;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int intCast;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.TypeSystemTest$SimpleTypes this
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.TypeSystemTest$SimpleTypes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$SimpleTypes;

  public static boolean isInteger(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 69
            getstatic com.oracle.truffle.api.dsl.test.TypeSystemTest$SimpleTypes.intCheck:I
            iconst_1
            iadd
            putstatic com.oracle.truffle.api.dsl.test.TypeSystemTest$SimpleTypes.intCheck:I
         1: .line 70
            aload 0 /* value */
            instanceof java.lang.Integer
            ireturn
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  value  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeCheck(value = I)
    MethodParameters:
       Name  Flags
      value  

  public static int asInteger(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 75
            getstatic com.oracle.truffle.api.dsl.test.TypeSystemTest$SimpleTypes.intCast:I
            iconst_1
            iadd
            putstatic com.oracle.truffle.api.dsl.test.TypeSystemTest$SimpleTypes.intCast:I
         1: .line 76
            aload 0 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  value  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeCast(value = I)
    MethodParameters:
       Name  Flags
      value  

  public static double castDouble(int);
    descriptor: (I)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int value
         0: .line 81
            iload 0 /* value */
            i2d
            dreturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  I
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.ImplicitCast()
    MethodParameters:
       Name  Flags
      value  

  public static long castLong(int);
    descriptor: (I)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int value
         0: .line 86
            iload 0 /* value */
            i2l
            lreturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  I
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.ImplicitCast()
    MethodParameters:
       Name  Flags
      value  

  public static java.math.BigInteger castBigInteger(int);
    descriptor: (I)Ljava/math/BigInteger;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int value
         0: .line 91
            iload 0 /* value */
            i2l
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            areturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  I
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.ImplicitCast()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "TypeSystemTest.java"
NestHost: com.oracle.truffle.api.dsl.test.TypeSystemTest
InnerClasses:
  SimpleTypes = com.oracle.truffle.api.dsl.test.TypeSystemTest$SimpleTypes of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeSystem(value = {B, S, I, J, D, Z, Ljava/math/BigInteger;, Ljava/lang/String;, Lcom/oracle/truffle/api/CallTarget;, Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$BExtendsAbstract;, Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$CExtendsAbstract;, Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$Abstract;, Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$Interface;, [Ljava/lang/Object;})