class com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope
  super_class: java.lang.Object
{
  static com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope LAST_INSTANCE;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
    flags: (0x0008) ACC_STATIC

  private final com.oracle.truffle.api.nodes.Node node;
    descriptor: Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasReceiver;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
        start local 1 // com.oracle.truffle.api.nodes.Node node
         0: .line 435
            aload 0 /* this */
            aload 1 /* node */
            iconst_1
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.<init>:(Lcom/oracle/truffle/api/nodes/Node;Z)V
         1: .line 436
            return
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            0    2     1  node  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
      Name  Flags
      node  

  private void <init>(com.oracle.truffle.api.nodes.Node, boolean);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // boolean hasReceiver
         0: .line 438
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 439
            aload 0 /* this */
            aload 1 /* node */
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.node:Lcom/oracle/truffle/api/nodes/Node;
         2: .line 440
            aload 0 /* this */
            iload 2 /* hasReceiver */
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.hasReceiver:Z
         3: .line 441
            aload 0 /* this */
            putstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.LAST_INSTANCE:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
         4: .line 442
            return
        end local 2 // boolean hasReceiver
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            0    5     1         node  Lcom/oracle/truffle/api/nodes/Node;
            0    5     2  hasReceiver  Z
    MethodParameters:
             Name  Flags
      node         
      hasReceiver  

  java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
         0: .line 445
            ldc "CustomScope.getName"
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;

  private boolean isAtRoot();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
         0: .line 449
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.node:Lcom/oracle/truffle/api/nodes/Node;
            instanceof com.oracle.truffle.api.nodes.RootNode
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;

  com.oracle.truffle.api.nodes.Node getNode();
    descriptor: ()Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
         0: .line 453
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.isAtRoot:()Z
            ifeq 2
         1: .line 454
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.node:Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.api.nodes.Node.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            areturn
         2: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.node:Lcom/oracle/truffle/api/nodes/Node;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;

  java.lang.Object getVariables(com.oracle.truffle.api.frame.Frame);
    descriptor: (Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
        start local 1 // com.oracle.truffle.api.frame.Frame f
         0: .line 461
            aload 1 /* f */
            ifnonnull 2
         1: .line 462
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$TestLegacyObject
            dup
            ldc "V1"
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$TestLegacyObject.<init>:(Ljava/lang/String;)V
            areturn
         2: .line 464
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$TestLegacyObject
            dup
            ldc "V1V2V3"
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$TestLegacyObject.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // com.oracle.truffle.api.frame.Frame f
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            0    3     1     f  Lcom/oracle/truffle/api/frame/Frame;
    MethodParameters:
      Name  Flags
      f     

  java.lang.Object getArguments(com.oracle.truffle.api.frame.Frame);
    descriptor: (Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
        start local 1 // com.oracle.truffle.api.frame.Frame f
         0: .line 469
            aload 1 /* f */
            ifnonnull 2
         1: .line 470
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$TestLegacyObject
            dup
            ldc "A1"
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$TestLegacyObject.<init>:(Ljava/lang/String;)V
            areturn
         2: .line 472
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$TestLegacyObject
            dup
            ldc "A1A2A3"
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$TestLegacyObject.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // com.oracle.truffle.api.frame.Frame f
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            0    3     1     f  Lcom/oracle/truffle/api/frame/Frame;
    MethodParameters:
      Name  Flags
      f     

  java.lang.String getReceiverName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
         0: .line 477
            ldc "THIS"
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;

  java.lang.Object getReceiverValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
         0: .line 481
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.hasReceiver:Z
            ifeq 2
         1: .line 482
            ldc "thisValue"
            areturn
         2: .line 484
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;

  com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope findParent();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
         0: .line 489
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.node:Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* parent */
        start local 1 // com.oracle.truffle.api.nodes.Node parent
         1: .line 490
            aload 1 /* parent */
            ifnull 3
         2: .line 492
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope
            dup
            aload 1 /* parent */
            iconst_0
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.<init>:(Lcom/oracle/truffle/api/nodes/Node;Z)V
            areturn
         3: .line 494
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.nodes.Node parent
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            1    4     1  parent  Lcom/oracle/truffle/api/nodes/Node;
}
SourceFile: "VariablesScopeLegacyTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest
InnerClasses:
  private CustomScope = com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope of com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest
  final TestLegacyObject = com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$TestLegacyObject of com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest