abstract class com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode extends com.oracle.truffle.api.nodes.Node implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  protected final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 216
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 217
            aload 0 /* this */
            aload 1 /* sourceSection */
            putfield com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 218
            return
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;
            0    3     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
               Name  Flags
      sourceSection  

  public boolean isInstrumentable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode this
         0: .line 222
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.debug.test.TestFramesRootTag$SyntheticRootsLanguage$BaseNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/test/TestFramesRootTag$SyntheticRootsLanguage$BaseNode;

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

  abstract void execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0400) ACC_ABSTRACT
    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