public abstract class com.oracle.truffle.api.dsl.test.GenerateUncachedTest$NodeChildTest0 extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.GenerateUncachedTest$NodeChildTest0
  super_class: com.oracle.truffle.api.nodes.Node
{
  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.GenerateUncachedTest$NodeChildTest0 this
         0: .line 711
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.GenerateUncachedTest$NodeChildTest0 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/GenerateUncachedTest$NodeChildTest0;

  public abstract java.lang.Object execute();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Object execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      o     

  java.lang.String s0(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.GenerateUncachedTest$NodeChildTest0 this
        start local 1 // int i
         0: .line 719
            ldc "s0"
            areturn
        end local 1 // int i
        end local 0 // com.oracle.truffle.api.dsl.test.GenerateUncachedTest$NodeChildTest0 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/GenerateUncachedTest$NodeChildTest0;
            0    1     1     i  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"i == 0"})
    MethodParameters:
      Name  Flags
      i     

  java.lang.String s1(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.GenerateUncachedTest$NodeChildTest0 this
        start local 1 // int l
         0: .line 724
            ldc "s1"
            areturn
        end local 1 // int l
        end local 0 // com.oracle.truffle.api.dsl.test.GenerateUncachedTest$NodeChildTest0 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/GenerateUncachedTest$NodeChildTest0;
            0    1     1     l  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      l     
}
SourceFile: "GenerateUncachedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.GenerateUncachedTest
InnerClasses:
  public abstract NodeChildTest0 = com.oracle.truffle.api.dsl.test.GenerateUncachedTest$NodeChildTest0 of com.oracle.truffle.api.dsl.test.GenerateUncachedTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()
      com.oracle.truffle.api.dsl.NodeChild(type = Lcom/oracle/truffle/api/dsl/test/GenerateUncachedTest$BaseNode;)