abstract class com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest
  super_class: com.oracle.truffle.api.nodes.Node
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
         0: .line 154
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/NoTypeSystemTest$TypesNotInTypeSystemTest;

  abstract java.lang.Object execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      primitive  

  abstract int executeInt(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    MethodParameters:
           Name  Flags
      primitive  

  abstract double executeDouble(java.lang.Object);
    descriptor: (Ljava/lang/Object;)D
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    MethodParameters:
           Name  Flags
      primitive  

  abstract java.lang.String executeString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    MethodParameters:
           Name  Flags
      primitive  

  abstract int[] executeIntArray(java.lang.Object);
    descriptor: (Ljava/lang/Object;)[I
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    MethodParameters:
           Name  Flags
      primitive  

  abstract void executeVoid(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      primitive  

  abstract void executeChar(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      primitive  

  abstract int executeInt(int);
    descriptor: (I)I
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    MethodParameters:
           Name  Flags
      primitive  

  abstract double executeDouble(double);
    descriptor: (D)D
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    MethodParameters:
           Name  Flags
      primitive  

  abstract java.lang.String executeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    MethodParameters:
           Name  Flags
      primitive  

  abstract int[] executeIntArray(int[]);
    descriptor: ([I)[I
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    MethodParameters:
           Name  Flags
      primitive  

  abstract void executeChar(char);
    descriptor: (C)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      primitive  

  int s1(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
        start local 1 // int primitive
         0: .line 182
            iload 1 /* primitive */
            ireturn
        end local 1 // int primitive
        end local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/dsl/test/NoTypeSystemTest$TypesNotInTypeSystemTest;
            0    1     1  primitive  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
           Name  Flags
      primitive  

  double s2(double);
    descriptor: (D)D
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
        start local 1 // double primitive
         0: .line 187
            dload 1 /* primitive */
            d2i
            i2d
            dreturn
        end local 1 // double primitive
        end local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/dsl/test/NoTypeSystemTest$TypesNotInTypeSystemTest;
            0    1     1  primitive  D
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
           Name  Flags
      primitive  

  java.lang.String s3(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
        start local 1 // java.lang.String object
         0: .line 192
            aload 1 /* object */
            areturn
        end local 1 // java.lang.String object
        end local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/dsl/test/NoTypeSystemTest$TypesNotInTypeSystemTest;
            0    1     1  object  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
        Name  Flags
      object  

  int[] s4(int[]);
    descriptor: ([I)[I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
        start local 1 // int[] object
         0: .line 197
            aload 1 /* object */
            areturn
        end local 1 // int[] object
        end local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/dsl/test/NoTypeSystemTest$TypesNotInTypeSystemTest;
            0    1     1  object  [I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
        Name  Flags
      object  

  void s5(char);
    descriptor: (C)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
        start local 1 // char object
         0: .line 202
            return
        end local 1 // char object
        end local 0 // com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/dsl/test/NoTypeSystemTest$TypesNotInTypeSystemTest;
            0    1     1  object  C
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
        Name  Flags
      object  
}
SourceFile: "NoTypeSystemTest.java"
NestHost: com.oracle.truffle.api.dsl.test.NoTypeSystemTest
InnerClasses:
  abstract TypesNotInTypeSystemTest = com.oracle.truffle.api.dsl.test.NoTypeSystemTest$TypesNotInTypeSystemTest of com.oracle.truffle.api.dsl.test.NoTypeSystemTest