final class com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode child;
    descriptor: Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 173
            ldc Lcom/oracle/truffle/api/debug/test/TestFramesRootTag;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage, com.oracle.truffle.api.source.SourceSection, boolean, boolean);
    descriptor: (Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage;Lcom/oracle/truffle/api/source/SourceSection;ZZ)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot this
        start local 1 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage language
        start local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
        start local 3 // boolean hasTag
        start local 4 // boolean hasStatement
         0: .line 179
            aload 0 /* this */
            aload 1 /* language */
            invokespecial com.oracle.truffle.api.nodes.RootNode.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
         1: .line 180
            aload 0 /* this */
            aload 2 /* sourceSection */
            putfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 181
            iload 3 /* hasTag */
            ifeq 5
         3: .line 182
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot
            dup
            aload 2 /* sourceSection */
            iload 4 /* hasStatement */
            invokespecial com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot.<init>:(Lcom/oracle/truffle/api/source/SourceSection;Z)V
            putfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
         4: .line 183
            goto 7
      StackMap locals: com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage com.oracle.truffle.api.source.SourceSection int int
      StackMap stack:
         5: iload 4 /* hasStatement */
            ifeq 7
         6: .line 184
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Statement
            dup
            aload 2 /* sourceSection */
            invokespecial com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Statement.<init>:(Lcom/oracle/truffle/api/source/SourceSection;)V
            putfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
         7: .line 186
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean hasStatement
        end local 3 // boolean hasTag
        end local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 1 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage language
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestRoot;
            0    8     1       language  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage;
            0    8     2  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    8     3         hasTag  Z
            0    8     4   hasStatement  Z
    MethodParameters:
               Name  Flags
      language       
      sourceSection  
      hasTag         
      hasStatement   

  void setDescendant(com.oracle.truffle.api.CallTarget);
    descriptor: (Lcom/oracle/truffle/api/CallTarget;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot this
        start local 1 // com.oracle.truffle.api.CallTarget descendant
         0: .line 189
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
            instanceof com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot
            ifeq 3
         1: .line 190
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
            checkcast com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot
            aload 1 /* descendant */
            invokevirtual com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot.setDescendant:(Lcom/oracle/truffle/api/CallTarget;)V
         2: .line 191
            goto 6
         3: .line 192
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
            ifnull 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            aload 1 /* descendant */
            invokespecial com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call.<init>:(Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/CallTarget;)V
            invokevirtual com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode
            putfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
         5: .line 194
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
            invokevirtual com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.notifyInserted:(Lcom/oracle/truffle/api/nodes/Node;)V
         6: .line 196
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.CallTarget descendant
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestRoot;
            0    7     1  descendant  Lcom/oracle/truffle/api/CallTarget;
    MethodParameters:
            Name  Flags
      descendant  

  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 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot this
         0: .line 200
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestRoot;

  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 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 205
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
            ifnull 2
         1: .line 206
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)V
         2: .line 208
      StackMap locals:
      StackMap stack:
            bipush 42
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestRoot;
            0    3     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "TestFramesRootTag.java"
NestHost: com.oracle.truffle.api.debug.test.TestFramesRootTag
InnerClasses:
  public final SyntheticRootsLanguage = com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage of com.oracle.truffle.api.debug.test.TestFramesRootTag
  abstract BaseNode = com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode of com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage
  Call = com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Call of com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage
  Statement = com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Statement of com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage
  private final TestRoot = com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestRoot of com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage
  TestTaggedRoot = com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot of com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node