class com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1 extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  private com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$DefaultRootBlockNode block;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$DefaultRootBlockNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  final com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1 this$1;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1, com.oracle.truffle.api.TruffleLanguage);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$1;Lcom/oracle/truffle/api/TruffleLanguage;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1 this
        start local 2 // com.oracle.truffle.api.TruffleLanguage $anonymous0
         0: .line 361
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1.this$1:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$1;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.oracle.truffle.api.nodes.RootNode.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
         1: .line 363
            aload 0 /* this */
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$DefaultRootBlockNode
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$DefaultRootBlockNode.<init>:()V
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$DefaultRootBlockNode
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1.block:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$DefaultRootBlockNode;
         2: .line 361
            return
        end local 2 // com.oracle.truffle.api.TruffleLanguage $anonymous0
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$1$1;
            0    3     2  $anonymous0  Lcom/oracle/truffle/api/TruffleLanguage<*>;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected boolean isInstrumentable();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1 this
         0: .line 367
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$1$1;

  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.instrumentation.test.VariablesScopeTest$1$1 this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 372
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1.block:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$DefaultRootBlockNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$DefaultRootBlockNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$1$1;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "VariablesScopeTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1.parse:(Lcom/oracle/truffle/api/TruffleLanguage$ParsingRequest;)Lcom/oracle/truffle/api/CallTarget;
NestHost: com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
InnerClasses:
  public final ParsingRequest = com.oracle.truffle.api.TruffleLanguage$ParsingRequest of com.oracle.truffle.api.TruffleLanguage
  com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1
  com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$1$1
  DefaultRootBlockNode = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$DefaultRootBlockNode of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node