class com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot extends com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot
  super_class: com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode
{
  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()

  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 235
            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$TestTaggedRoot.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.api.source.SourceSection, boolean);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        start local 2 // boolean hasStatement
         0: .line 240
            aload 0 /* this */
            aload 1 /* sourceSection */
            invokespecial com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode.<init>:(Lcom/oracle/truffle/api/source/SourceSection;)V
         1: .line 241
            iload 2 /* hasStatement */
            ifeq 3
         2: .line 242
            aload 0 /* this */
            new com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$Statement
            dup
            aload 1 /* 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$TestTaggedRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
         3: .line 244
      StackMap locals: com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot com.oracle.truffle.api.source.SourceSection int
      StackMap stack:
            return
        end local 2 // boolean hasStatement
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot;
            0    4     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    4     2   hasStatement  Z
    MethodParameters:
               Name  Flags
      sourceSection  
      hasStatement   

  void <init>(com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot);
    descriptor: (Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
        start local 1 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot orig
         0: .line 247
            aload 0 /* this */
            aload 1 /* orig */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            invokespecial com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode.<init>:(Lcom/oracle/truffle/api/source/SourceSection;)V
         1: .line 248
            aload 0 /* this */
            aload 1 /* orig */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
            putfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
         2: .line 249
            return
        end local 1 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot orig
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot;
            0    3     1  orig  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot;
    MethodParameters:
      Name  Flags
      orig  

  void setDescendant(com.oracle.truffle.api.CallTarget);
    descriptor: (Lcom/oracle/truffle/api/CallTarget;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
        start local 1 // com.oracle.truffle.api.CallTarget descendant
         0: .line 252
            getstatic com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 253
      StackMap locals:
      StackMap stack:
            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$TestTaggedRoot.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
            putfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
         2: .line 254
            return
        end local 1 // com.oracle.truffle.api.CallTarget descendant
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot;
            0    3     1  descendant  Lcom/oracle/truffle/api/CallTarget;
    MethodParameters:
            Name  Flags
      descendant  

  public com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode createWrapper(com.oracle.truffle.api.instrumentation.ProbeNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/ProbeNode;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
         0: .line 258
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTestTaggedRootWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot;
    MethodParameters:
       Name  Flags
      probe  

  public boolean hasTag(java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
        start local 1 // java.lang.Class tag
         0: .line 263
            aload 1 /* tag */
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$RootTag;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Class tag
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot;
            0    2     1   tag  Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;
    Signature: (Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;)Z
    MethodParameters:
      Name  Flags
      tag   

  public void execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 268
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot.child:Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
            ifnull 2
         1: .line 269
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot.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 271
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot;
            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
  TestTaggedRoot = com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$TestTaggedRoot of com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public final RootTag = com.oracle.truffle.api.instrumentation.StandardTags$RootTag of com.oracle.truffle.api.instrumentation.StandardTags
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()