class org.graalvm.compiler.debug.ScopeImpl$2$1 implements java.util.Iterator<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.debug.ScopeImpl$2$1
  super_class: java.lang.Object
{
  org.graalvm.compiler.debug.ScopeImpl currentScope;
    descriptor: Lorg/graalvm/compiler/debug/ScopeImpl;
    flags: (0x0000) 

  int objectIndex;
    descriptor: I
    flags: (0x0000) 

  final org.graalvm.compiler.debug.ScopeImpl$2 this$1;
    descriptor: Lorg/graalvm/compiler/debug/ScopeImpl$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.debug.ScopeImpl$2, org.graalvm.compiler.debug.ScopeImpl);
    descriptor: (Lorg/graalvm/compiler/debug/ScopeImpl$2;Lorg/graalvm/compiler/debug/ScopeImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.debug.ScopeImpl$2$1 this
         0: .line 389
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.debug.ScopeImpl$2$1.this$1:Lorg/graalvm/compiler/debug/ScopeImpl$2;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 391
            aload 0 /* this */
            aload 2
            putfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
         2: .line 389
            return
        end local 0 // org.graalvm.compiler.debug.ScopeImpl$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/debug/ScopeImpl$2$1;
    MethodParameters:
           Name  Flags
      this$0     final
      val$scope  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl$2$1 this
         0: .line 396
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl$2$1.selectScope:()V
         1: .line 397
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
            ifnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/debug/ScopeImpl$2$1;

  private void selectScope();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl$2$1 this
         0: .line 401
            goto 5
         1: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.sandbox:Z
            ifeq 2
            aconst_null
            goto 3
      StackMap locals:
      StackMap stack: org.graalvm.compiler.debug.ScopeImpl$2$1
         2: aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl$2$1
      StackMap stack: org.graalvm.compiler.debug.ScopeImpl$2$1 org.graalvm.compiler.debug.ScopeImpl
         3: putfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
         4: .line 403
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.debug.ScopeImpl$2$1.objectIndex:I
         5: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
            ifnull 6
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.context:[Ljava/lang/Object;
            arraylength
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl$2$1.objectIndex:I
            if_icmple 1
         6: .line 405
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.debug.ScopeImpl$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/graalvm/compiler/debug/ScopeImpl$2$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl$2$1 this
         0: .line 409
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl$2$1.selectScope:()V
         1: .line 410
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
            ifnull 3
         2: .line 411
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.context:[Ljava/lang/Object;
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.debug.ScopeImpl$2$1.objectIndex:I
            dup_x1
            iconst_1
            iadd
            putfield org.graalvm.compiler.debug.ScopeImpl$2$1.objectIndex:I
            aaload
            areturn
         3: .line 413
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "May only be called if there is a next element."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.debug.ScopeImpl$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/ScopeImpl$2$1;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl$2$1 this
         0: .line 418
            new java.lang.UnsupportedOperationException
            dup
            ldc "This iterator is read only."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.debug.ScopeImpl$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/ScopeImpl$2$1;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/Object;>;
SourceFile: "ScopeImpl.java"
EnclosingMethod: org.graalvm.compiler.debug.ScopeImpl$2.iterator:()Ljava/util/Iterator;
NestHost: org.graalvm.compiler.debug.ScopeImpl
InnerClasses:
  org.graalvm.compiler.debug.ScopeImpl$2
  org.graalvm.compiler.debug.ScopeImpl$2$1