public class com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode extends com.oracle.truffle.api.nodes.Node implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  private com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomScopeNode scopeNode;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomScopeNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
         0: .line 546
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 544
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomScopeNode
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomScopeNode.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode.scopeNode:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomScopeNode;
         2: .line 547
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode;

  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$CustomScopeLanguage$CustomRootBlockNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 551
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode.scopeNode:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomScopeNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomScopeNode.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$CustomScopeLanguage$CustomRootBlockNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  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.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
         0: .line 556
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode.scopeNode:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomScopeNode;
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomScopeNode.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode;

  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.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
         0: .line 560
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCustomRootBlockNodeWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode;
    MethodParameters:
       Name  Flags
      probe  

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

  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.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
        start local 1 // java.lang.Class tag
         0: .line 568
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$RootTag;
            aload 1 /* tag */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Class tag
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode;
            0    1     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 boolean hasScope(com.oracle.truffle.api.frame.Frame);
    descriptor: (Lcom/oracle/truffle/api/frame/Frame;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
        start local 1 // com.oracle.truffle.api.frame.Frame frame
         0: .line 573
            iconst_1
            ireturn
        end local 1 // com.oracle.truffle.api.frame.Frame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/Frame;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      frame  

  final java.lang.Object getScope(com.oracle.truffle.api.frame.Frame, boolean);
    descriptor: (Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
        start local 1 // com.oracle.truffle.api.frame.Frame frame
        start local 2 // boolean nodeEnter
         0: .line 578
            aload 1 /* frame */
            ifnonnull 2
         1: .line 579
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject
            dup
            aload 0 /* this */
            ldc "V1"
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;)V
            areturn
         2: .line 581
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject
            dup
            aload 0 /* this */
            ldc "V1V2V3"
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;)V
            areturn
        end local 2 // boolean nodeEnter
        end local 1 // com.oracle.truffle.api.frame.Frame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode;
            0    3     1      frame  Lcom/oracle/truffle/api/frame/Frame;
            0    3     2  nodeEnter  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
           Name  Flags
      frame      
      nodeEnter  
}
SourceFile: "VariablesScopeTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
InnerClasses:
  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 CustomScopeLanguage = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
  public CustomRootBlockNode = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomRootBlockNode of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage
  public CustomScopeNode = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$CustomScopeNode of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage
  final TestObject = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject 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
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/NodeLibrary;)
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()