class com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1 implements java.util.Iterator<com.oracle.truffle.api.Scope>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1
  super_class: java.lang.Object
{
  com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope previous;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
    flags: (0x0000) 

  com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope next;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
    flags: (0x0000) 

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

  private final com.oracle.truffle.api.frame.Frame val$frame;
    descriptor: Lcom/oracle/truffle/api/frame/Frame;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.frame.Frame);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1 this
         0: .line 300
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.this$2:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1;
            aload 0 /* this */
            aload 3
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.val$frame:Lcom/oracle/truffle/api/frame/Frame;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 301
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.previous:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
         2: .line 302
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope
            dup
            aload 2
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.<init>:(Lcom/oracle/truffle/api/nodes/Node;)V
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
         3: .line 300
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1;
    MethodParameters:
           Name  Flags
      this$0     final
      val$node   final
      val$frame  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1 this
         0: .line 306
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            ifnonnull 2
         1: .line 307
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.previous:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.findParent:()Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
         2: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            ifnull 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1;

  public com.oracle.truffle.api.Scope next();
    descriptor: ()Lcom/oracle/truffle/api/Scope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1 this
         0: .line 314
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.hasNext:()Z
            ifne 2
         1: .line 315
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.getName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.val$frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.getVariables:(Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.Scope.newBuilder:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            astore 1 /* scopeBuilder */
        start local 1 // com.oracle.truffle.api.Scope$Builder scopeBuilder
         3: .line 318
            aload 1 /* scopeBuilder */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.getNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.api.Scope$Builder.node:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/Scope$Builder;
            pop
         4: .line 319
            aload 1 /* scopeBuilder */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.getReceiverName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.getReceiverValue:()Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.Scope$Builder.receiver:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            pop
         5: .line 320
            aload 1 /* scopeBuilder */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.val$frame:Lcom/oracle/truffle/api/frame/Frame;
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope.getArguments:(Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.Scope$Builder.arguments:(Ljava/lang/Object;)Lcom/oracle/truffle/api/Scope$Builder;
            pop
         6: .line 321
            aload 1 /* scopeBuilder */
            invokevirtual com.oracle.truffle.api.Scope$Builder.build:()Lcom/oracle/truffle/api/Scope;
            astore 2 /* scope */
        start local 2 // com.oracle.truffle.api.Scope scope
         7: .line 322
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.previous:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
         8: .line 323
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScope;
         9: .line 324
            aload 2 /* scope */
            areturn
        end local 2 // com.oracle.truffle.api.Scope scope
        end local 1 // com.oracle.truffle.api.Scope$Builder scopeBuilder
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1;
            3   10     1  scopeBuilder  Lcom/oracle/truffle/api/Scope$Builder;
            7   10     2         scope  Lcom/oracle/truffle/api/Scope;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1.next:()Lcom/oracle/truffle/api/Scope;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lcom/oracle/truffle/api/Scope;>;
SourceFile: "VariablesScopeLegacyTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1.iterator:()Ljava/util/Iterator;
NestHost: com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest
InnerClasses:
  public final Builder = com.oracle.truffle.api.Scope$Builder of com.oracle.truffle.api.Scope
  private CustomScope = com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScope of com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest
  public CustomScopeLegacyLanguage = com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage of com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest
  com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1
  com.oracle.truffle.api.instrumentation.test.VariablesScopeLegacyTest$CustomScopeLegacyLanguage$1$1