class org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2 extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$BaseNode child;
    descriptor: Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest$BaseNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  final org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest this$0;
    descriptor: Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest, com.oracle.truffle.api.TruffleLanguage, org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$BaseNode);
    descriptor: (Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest;Lcom/oracle/truffle/api/TruffleLanguage;Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest$BaseNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2 this
        start local 2 // com.oracle.truffle.api.TruffleLanguage $anonymous0
         0: .line 197
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2.this$0:Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.oracle.truffle.api.nodes.RootNode.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
         1: .line 198
            aload 0 /* this */
            aload 3
            putfield org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2.child:Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest$BaseNode;
         2: .line 197
            return
        end local 2 // com.oracle.truffle.api.TruffleLanguage $anonymous0
        end local 0 // org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest$2;
            0    3     2  $anonymous0  Lcom/oracle/truffle/api/TruffleLanguage<*>;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      val$node     final

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2 this
         0: .line 202
            getstatic org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest.DUMMY_SECTION:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest$2;

  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=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2 this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 207
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2.child:Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest$BaseNode;
            aload 1 /* frame */
            invokevirtual org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$BaseNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest$2;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "ExecutionListenerCompilerTest.java"
EnclosingMethod: org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest.createRoot:(Lorg/graalvm/compiler/truffle/test/ExecutionListenerCompilerTest$BaseNode;)Lcom/oracle/truffle/api/nodes/RootNode;
NestHost: org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$2
  abstract BaseNode = org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest$BaseNode of org.graalvm.compiler.truffle.test.ExecutionListenerCompilerTest