public abstract class com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode extends com.oracle.truffle.api.dsl.test.examples.ExampleNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode
  super_class: com.oracle.truffle.api.dsl.test.examples.ExampleNode
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode this
         0: .line 542
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.examples.ExampleNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCastExecuteNode;

  public java.lang.String s0(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode this
        start local 1 // int a
        start local 2 // int b
         0: .line 546
            ldc "s0"
            areturn
        end local 2 // int b
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCastExecuteNode;
            0    1     1     a  I
            0    1     2     b  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
      b     

  public java.lang.String s1(long, double);
    descriptor: (JD)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode this
        start local 1 // long a
        start local 3 // double b
         0: .line 551
            ldc "s1"
            areturn
        end local 3 // double b
        end local 1 // long a
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCastExecuteNode;
            0    1     1     a  J
            0    1     3     b  D
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
      b     

  public java.lang.String s2(long, long);
    descriptor: (JJ)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode this
        start local 1 // long a
        start local 3 // long b
         0: .line 556
            ldc "s2"
            areturn
        end local 3 // long b
        end local 1 // long a
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCastExecuteNode;
            0    1     1     a  J
            0    1     3     b  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
      b     
}
SourceFile: "ImplicitCastTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ImplicitCastTest
InnerClasses:
  public abstract ImplicitCastExecuteNode = com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCastExecuteNode of com.oracle.truffle.api.dsl.test.ImplicitCastTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeSystemReference(value = Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$TS;)