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

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

  protected java.lang.Object test(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.NodeFactoryMissingChildTest$TestB this
        start local 1 // java.lang.Object value
         0: .line 80
            aconst_null
            areturn
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.dsl.test.NodeFactoryMissingChildTest$TestB this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/NodeFactoryMissingChildTest$TestB;
            0    1     1  value  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "NodeFactoryMissingChildTest.java"
NestHost: com.oracle.truffle.api.dsl.test.NodeFactoryMissingChildTest
InnerClasses:
  abstract TestB = com.oracle.truffle.api.dsl.test.NodeFactoryMissingChildTest$TestB of com.oracle.truffle.api.dsl.test.NodeFactoryMissingChildTest
  abstract TestBase = com.oracle.truffle.api.dsl.test.NodeFactoryMissingChildTest$TestBase of com.oracle.truffle.api.dsl.test.NodeFactoryMissingChildTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateNodeFactory()
      com.oracle.truffle.api.dsl.NodeChild(value = "value", type = Lcom/oracle/truffle/api/dsl/test/NodeFactoryMissingChildTest$TestChild;)