final class com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator implements java.util.Iterator<com.oracle.truffle.api.debug.DebugValue>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator
  super_class: java.lang.Object
{
  private final java.lang.String ignoredName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long currentIndex;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String nextMember;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  final com.oracle.truffle.api.debug.ValuePropertiesCollection this$0;
    descriptor: Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.debug.ValuePropertiesCollection, java.lang.String);
    descriptor: (Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator this
        start local 2 // java.lang.String ignoredName
         0: .line 109
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.this$0:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 106
            aload 0 /* this */
            lconst_0
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.currentIndex:J
         2: .line 110
            aload 0 /* this */
            aload 2 /* ignoredName */
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.ignoredName:Ljava/lang/String;
         3: .line 111
            return
        end local 2 // java.lang.String ignoredName
        end local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/oracle/truffle/api/debug/ValuePropertiesCollection$PropertiesIterator;
            0    4     2  ignoredName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      ignoredName  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator this
         0: .line 115
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.ignoredName:Ljava/lang/String;
            ifnonnull 2
         1: .line 116
            getstatic com.oracle.truffle.api.debug.ValuePropertiesCollection.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.this$0:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.keys:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.currentIndex:J
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isArrayElementExisting:(Ljava/lang/Object;J)Z
            ireturn
         2: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.nextMember:Ljava/lang/String;
            ifnull 7
         3: .line 119
            iconst_1
            ireturn
         4: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.readNext:()Ljava/lang/String;
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.nextMember:Ljava/lang/String;
         5: .line 123
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.ignoredName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.nextMember:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 124
            iconst_1
            ireturn
         7: .line 121
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.debug.ValuePropertiesCollection.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.this$0:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.keys:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.currentIndex:J
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isArrayElementExisting:(Ljava/lang/Object;J)Z
            ifne 4
         8: .line 127
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/api/debug/ValuePropertiesCollection$PropertiesIterator;

  private java.lang.String readNext();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator this
         0: .line 133
            getstatic com.oracle.truffle.api.debug.ValuePropertiesCollection.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.this$0:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.keys:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.currentIndex:J
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readArrayElement:(Ljava/lang/Object;J)Ljava/lang/Object;
            astore 1 /* key */
        start local 1 // java.lang.Object key
         1: .line 134
            getstatic com.oracle.truffle.api.debug.ValuePropertiesCollection.INTEROP:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 1 /* key */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asString:(Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* member */
        start local 2 // java.lang.String member
         2: .line 135
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.currentIndex:J
            lconst_1
            ladd
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.currentIndex:J
         3: .line 136
            aload 2 /* member */
         4: areturn
        end local 2 // java.lang.String member
        end local 1 // java.lang.Object key
         5: .line 137
      StackMap locals:
      StackMap stack: java.lang.ThreadDeath
            astore 1 /* td */
        start local 1 // java.lang.ThreadDeath td
         6: .line 138
            aload 1 /* td */
            athrow
        end local 1 // java.lang.ThreadDeath td
         7: .line 139
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         8: .line 140
            new com.oracle.truffle.api.debug.DebugException
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.this$0:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* ex */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.this$0:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aconst_null
            iconst_1
            aconst_null
            invokespecial com.oracle.truffle.api.debug.DebugException.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Ljava/lang/Throwable;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/nodes/Node;ZLcom/oracle/truffle/api/debug/DebugException$CatchLocation;)V
            athrow
        end local 1 // java.lang.Throwable ex
        end local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/oracle/truffle/api/debug/ValuePropertiesCollection$PropertiesIterator;
            1    5     1     key  Ljava/lang/Object;
            2    5     2  member  Ljava/lang/String;
            6    7     1      td  Ljava/lang/ThreadDeath;
            8    9     1      ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.ThreadDeath
           0     4       7  Class java.lang.Throwable

  public com.oracle.truffle.api.debug.DebugValue next();
    descriptor: ()Lcom/oracle/truffle/api/debug/DebugValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator this
         0: .line 146
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.hasNext:()Z
            ifne 2
         1: .line 147
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.nextMember:Ljava/lang/String;
            ifnull 6
         3: .line 151
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.nextMember:Ljava/lang/String;
            astore 1 /* member */
        start local 1 // java.lang.String member
         4: .line 152
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.nextMember:Ljava/lang/String;
         5: .line 153
            goto 7
        end local 1 // java.lang.String member
         6: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.readNext:()Ljava/lang/String;
            astore 1 /* member */
        start local 1 // java.lang.String member
         7: .line 156
      StackMap locals: java.lang.String
      StackMap stack:
            new com.oracle.truffle.api.debug.DebugValue$ObjectMemberValue
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.this$0:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.this$0:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.this$0:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.scope:Lcom/oracle/truffle/api/debug/DebugScope;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator.this$0:Lcom/oracle/truffle/api/debug/ValuePropertiesCollection;
            getfield com.oracle.truffle.api.debug.ValuePropertiesCollection.object:Ljava/lang/Object;
            aload 1 /* member */
            invokespecial com.oracle.truffle.api.debug.DebugValue$ObjectMemberValue.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/nodes/LanguageInfo;Lcom/oracle/truffle/api/debug/DebugScope;Ljava/lang/Object;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/oracle/truffle/api/debug/ValuePropertiesCollection$PropertiesIterator;
            4    6     1  member  Ljava/lang/String;
            7    8     1  member  Ljava/lang/String;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator this
         0: .line 161
            new java.lang.UnsupportedOperationException
            dup
            ldc "remove not supported."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/ValuePropertiesCollection$PropertiesIterator;

  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.debug.ValuePropertiesCollection$PropertiesIterator.next:()Lcom/oracle/truffle/api/debug/DebugValue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lcom/oracle/truffle/api/debug/DebugValue;>;
SourceFile: "ValuePropertiesCollection.java"
NestHost: com.oracle.truffle.api.debug.ValuePropertiesCollection
InnerClasses:
  public final CatchLocation = com.oracle.truffle.api.debug.DebugException$CatchLocation of com.oracle.truffle.api.debug.DebugException
  final ObjectMemberValue = com.oracle.truffle.api.debug.DebugValue$ObjectMemberValue of com.oracle.truffle.api.debug.DebugValue
  private final PropertiesIterator = com.oracle.truffle.api.debug.ValuePropertiesCollection$PropertiesIterator of com.oracle.truffle.api.debug.ValuePropertiesCollection