class org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$AddNode extends org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$AddNode
  super_class: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode
{
  org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode child0;
    descriptor: Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode child1;
    descriptor: Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  void <init>(org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode, org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode);
    descriptor: (Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode;Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$AddNode this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tInstrumentationCompilerTestBaseNodeWrapper cannot be resolved to a type\n\tInstrumentationCompilerTestBaseNodeWrapper cannot be resolved to a type\n\tInstrumentationCompilerTestBaseNodeWrapper cannot be resolved to a type\n\tSavingInstrumentOptionDescriptors cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$AddNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$AddNode;
    MethodParameters:
        Name  Flags
      child0  
      child1  

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$AddNode this
         0: .line 122
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$AddNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$AddNode;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "InstrumentationCompilerTest.java"
NestHost: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  AddNode = org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$AddNode of org.graalvm.compiler.truffle.test.InstrumentationCompilerTest
  abstract InstrumentationCompilerTestBaseNode = org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode of org.graalvm.compiler.truffle.test.InstrumentationCompilerTest